Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/ge/
Dfx_ge_ps.cpp98 FX_FLOAT y = pPathData->GetPointY(i); in OutputPath()
117 FX_FLOAT y1 = pPathData->GetPointY(i + 1); in OutputPath()
118 FX_FLOAT y2 = pPathData->GetPointY(i + 2); in OutputPath()
564 FX_FLOAT x = TransformedPath.GetPointX(p), y = TransformedPath.GetPointY(p); in FindPSFontGlyph()
577 << TransformedPath.GetPointY(p + 1) << FX_BSTRC(" ") in FindPSFontGlyph()
579 << TransformedPath.GetPointY(p + 2) << FX_BSTRC(" c\n"); 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.h56 FX_FLOAT GetPointY(int index) in GetPointY() function
/external/pdfium/core/include/fxge/
Dfx_ge.h176 FX_FLOAT GetPointY(int index) const in GetPointY() 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()