Searched refs:GetPointY (Results 1 - 7 of 7) sorted by relevance

/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_ps.cpp98 FX_FLOAT y = pPathData->GetPointY(i);
117 FX_FLOAT y1 = pPathData->GetPointY(i + 1);
118 FX_FLOAT y2 = pPathData->GetPointY(i + 2);
577 FX_FLOAT x = TransformedPath.GetPointX(p), y = TransformedPath.GetPointY(p);
590 << TransformedPath.GetPointY(p + 1) << FX_BSTRC(" ")
592 << TransformedPath.GetPointY(p + 2) << FX_BSTRC(" c\n");
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_parser_new.cpp757 CFX_FloatRect old_rect(ClipPath.GetPointX(0), ClipPath.GetPointY(0),
758 ClipPath.GetPointX(2), ClipPath.GetPointY(2));
H A Dfpdf_page_graph_state.cpp147 CPDF_Rect old_rect(old_path.GetPointX(0), old_path.GetPointY(0),
148 old_path.GetPointX(2), old_path.GetPointY(2));
H A Dfpdf_page_parser_old.cpp1115 CFX_FloatRect old_rect(ClipPath.GetPointX(0), ClipPath.GetPointY(0),
1116 ClipPath.GetPointX(2), ClipPath.GetPointY(2));
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_pageobj.h58 FX_FLOAT GetPointY(int index) function in class:CPDF_Path
/external/pdfium/core/include/fxge/
H A Dfx_ge.h177 FX_FLOAT GetPointY(int index) const function in class:CFX_PathData
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_device.cpp808 FX_FLOAT x1 = pPathData->GetPointX(0), y1 = pPathData->GetPointY(0);
812 FX_FLOAT x2 = pPathData->GetPointX(1), y2 = pPathData->GetPointY(1);

Completed in 170 milliseconds