HomeSort by relevance Sort by last modified time
    Searched refs:TransformPoints (Results 1 - 6 of 6) sorted by null

  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusMatrix.h 196 Status TransformPoints(IN OUT PointF* pts,
202 Status TransformPoints(IN OUT Point* pts,
GdiPlusGraphics.h 409 Status TransformPoints(IN CoordinateSpace destSpace,
422 Status TransformPoints(IN CoordinateSpace destSpace,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusmatrix.h 195 Status TransformPoints(PointF *pts, INT count = 1) const
200 Status TransformPoints(Point *pts, INT count = 1) const
gdiplusgraphics.h     [all...]
  /external/pdfium/core/include/fxcrt/
fx_coordinates.h 837 void TransformPoints(CFX_PointF *points, FX_INT32 iCount) const;
838 void TransformPoints(CFX_Point *points, FX_INT32 iCount) const;
  /external/pdfium/core/src/fxcrt/
fx_basic_coords.cpp 475 void CFX_Matrix::TransformPoints(CFX_Point *points, FX_INT32 iCount) const
487 void CFX_Matrix::TransformPoints(CFX_PointF *points, FX_INT32 iCount) const

Completed in 661 milliseconds