summaryrefslogtreecommitdiff
path: root/core/fxcrt/fx_coordinates.h
AgeCommit message (Expand)Author
2017-12-04Simplify some CFX_FloatRect methods.chromium/3285Lei Zhang
2017-12-01Add CFX_FloatRect::ToRoundedFxRect().Lei Zhang
2017-12-01Add CFX_FloatRect::Scale().Lei Zhang
2017-12-01Rename CFX_FloatRect::Scale() to ScaleFromCenterPoint().Lei Zhang
2017-12-01Remove unused CFX_FloatRect::Substract4().Lei Zhang
2017-11-30Run clang-tidy modernize-use-equals-{delete,default} on //third_party/pdfiumDan Sinclair
2017-08-31Remove fx_basic.hDan Sinclair
2017-08-28Remove unused / rarely used CFX_PTemplate methods.Lei Zhang
2017-08-22Converted CFX_Matrix::TransformRect() to take in constsJane Liu
2017-08-21Converted CFX_FloatRect::{Init|Update}Rect() to take point objectsJane Liu
2017-07-26Allow CFX_RTemplate to work with CFX_FloatRectDan Sinclair
2017-07-26Use std::min/max in fx_coordinates.hDan Sinclair
2017-07-26Make comment match codeDan Sinclair
2017-07-17Add CFX_FloatRect::GetDeflateddan sinclair
2017-07-13Move CPWL_Utils::ScaleRect to CFX_FloatRectDan Sinclair
2017-07-13Move CPWL_Utils::GetCenterSquare to CFX_FloatRectDan Sinclair
2017-06-29Change SetReverse to GetInverse in CFX_MatrixNicolas Pena
2017-05-01Add PDF reference to CFX_Matrix commentNicolas Pena
2017-04-25Add comment to CFX_Matrix to record component positions.Dan Sinclair
2017-04-03Drop FXSYS_ from math methodsDan Sinclair
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-02-23Convert TransformPoint calls to Transform callsDan Sinclair
2017-02-23Convert point x,y into CFX_PointFdan sinclair
2017-02-21Convert CFWL messages to use CFX_PointFDan Sinclair
2017-02-16Convert CPDF_TextPage classes to CFX_PointFchromium/3015Dan Sinclair
2017-02-16Convert CPDF_TextObject to CFX_PointFDan Sinclair
2017-02-15Remove unused FX_RECT methodsDan Sinclair
2017-02-14Reland "Convert CFX_FloatPoint to CFX_PointF"Dan Sinclair
2017-02-14Revert "Convert Origins to points"Dan Sinclair
2017-02-14Revert "Convert CFX_FloatPoint to CFX_PointF"dsinclair
2017-02-13Convert CFX_FloatPoint to CFX_PointFDan Sinclair
2017-02-13Convert Origins to pointsDan Sinclair
2017-02-09Cleanup CFX_Matrix related methodsDan Sinclair
2017-02-09Remove Transform in favour of TransformPointDan Sinclair
2017-02-09Replace rect.Transform(matrix) with matrix.TransformRect(rect)Dan Sinclair
2017-02-08Rename x,y to width,height for Size typesdan sinclair
2017-02-08Update to use CFX_Rect{F} and CFX_Matrix constructors.Dan Sinclair
2017-02-07Split CFX_STemplate from CFX_PSTemplateTom Sepez
2017-01-24Use std::vector for CFX_RectF arraystsepez
2017-01-20Remove CFX_Points, CFX_PointsF in favor of std::vectortsepez
2017-01-05Banish CFX_Points, CFX_PointsF, and CFX_RectFArray to XFA-side only.tsepez
2016-11-02Remove FX_BOOL from coretsepez
2016-09-29Move core/fxcrt/include to core/fxcrtdsinclair