Home
last modified time | relevance | path

Searched refs:GetPointX (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/src/fxge/ge/
Dfx_ge_ps.cpp97 FX_FLOAT x = pPathData->GetPointX(i); in OutputPath()
115 FX_FLOAT x1 = pPathData->GetPointX(i + 1); in OutputPath()
116 FX_FLOAT x2 = pPathData->GetPointX(i + 2); in OutputPath()
564 FX_FLOAT x = TransformedPath.GetPointX(p), y = TransformedPath.GetPointY(p); in FindPSFontGlyph()
576 << TransformedPath.GetPointX(p + 1) << FX_BSTRC(" ") in FindPSFontGlyph()
578 << TransformedPath.GetPointX(p + 2) << FX_BSTRC(" ") in FindPSFontGlyph()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_graph_state.cpp143 CPDF_Rect old_rect(old_path.GetPointX(0), old_path.GetPointY(0), in AppendPath()
144 old_path.GetPointX(2), old_path.GetPointY(2)); in AppendPath()
Dfpdf_page_parser_old.cpp1119 CFX_FloatRect old_rect(ClipPath.GetPointX(0), ClipPath.GetPointY(0), in Continue()
1120 ClipPath.GetPointX(2), ClipPath.GetPointY(2)); in Continue()
/external/pdfium/core/include/fpdfapi/
Dfpdf_pageobj.h51 FX_FLOAT GetPointX(int index) in GetPointX() function
/external/pdfium/core/include/fxge/
Dfx_ge.h171 FX_FLOAT GetPointX(int index) const in GetPointX() function
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp819 FX_FLOAT x1 = pPathData->GetPointX(0), y1 = pPathData->GetPointY(0); in DrawPath()
823 FX_FLOAT x2 = pPathData->GetPointX(1), y2 = pPathData->GetPointY(1); in DrawPath()