Home
last modified time | relevance | path

Searched refs:CFX_PointF (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/include/fxcrt/
Dfx_coordinates.h117 typedef CFX_PSVTemplate<FX_FLOAT> CFX_PointF; typedef
121 typedef CFX_ArrayTemplate<CFX_PointF> CFX_PointsF;
126 #define CFX_FloatPoint CFX_PointF
843 void TransformPoints(CFX_PointF *points, FX_INT32 iCount) const;
/external/pdfium/core/src/fxcrt/
Dfx_basic_coords.cpp487 void CFX_Matrix::TransformPoints(CFX_PointF *points, FX_INT32 iCount) const in TransformPoints()