Home
last modified time | relevance | path

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

/external/pdfium/core/include/fxcrt/
Dfx_coordinates.h96 typedef CFX_PSVTemplate<int32_t> CFX_Point; typedef
100 typedef CFX_ArrayTemplate<CFX_Point> CFX_Points;
702 void TransformPoints(CFX_Point* points, int32_t iCount) const;
/external/pdfium/core/src/fxcrt/
Dfx_basic_coords.cpp457 void CFX_Matrix::TransformPoints(CFX_Point* points, int32_t iCount) const { in TransformPoints()