summaryrefslogtreecommitdiff
path: root/core/fxcrt/fx_coordinates.cpp
AgeCommit message (Expand)Author
2018-10-24Add CFX_Matrix::AsTuple().chromium/3591Lei Zhang
2018-10-18Remove unused form of CFX_Matrix::TransformRect().Lei Zhang
2018-10-06Simplify CFX_FloatRect::Inflate() and Deflate().Lei Zhang
2018-10-06Move CFX_FloatRect method impls out of the header.Lei Zhang
2018-09-13Use safe math in MatchFloatRange().Tom Sepez
2018-08-15Remove optional prepend argument from matrix transformations.Tom Sepez
2018-04-10Add static_asserts for FX_RECT and FX_COLORREF.Lei Zhang
2018-04-10Remove CFX_Rect.Lei Zhang
2018-03-15Use Width()/Height() methods from rectangles.Lei Zhang
2018-02-16Implement operator<< for CFX_Rect and CFX_RectF.Henrique Nakashima
2018-01-19Fix CFX_Matrix.RotateAt()Henrique Nakashima
2018-01-11Add operator<< to CFX_FloatRect.Henrique Nakashima
2017-12-19Remove some dead code.Lei Zhang
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-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-13Move CPWL_Utils::GetCenterSquare to CFX_FloatRectDan Sinclair
2017-06-29Change SetReverse to GetInverse in CFX_MatrixNicolas Pena
2017-05-26Use more STL algorithms in fx_coordinates.cpp.Lei Zhang
2017-04-25Rename core/fxcrt/fx_basic_coords.cpp to fx_coordinates.cppTom Sepez