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

  /external/pdfium/core/src/fxge/ge/
fx_ge_ps.cpp 98 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/
fpdf_page_parser_new.cpp 757 CFX_FloatRect old_rect(ClipPath.GetPointX(0), ClipPath.GetPointY(0),
758 ClipPath.GetPointX(2), ClipPath.GetPointY(2));
fpdf_page_graph_state.cpp 147 CPDF_Rect old_rect(old_path.GetPointX(0), old_path.GetPointY(0),
148 old_path.GetPointX(2), old_path.GetPointY(2));
fpdf_page_parser_old.cpp     [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 58 FX_FLOAT GetPointY(int index)
  /external/pdfium/core/include/fxge/
fx_ge.h 177 FX_FLOAT GetPointY(int index) const
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 808 FX_FLOAT x1 = pPathData->GetPointX(0), y1 = pPathData->GetPointY(0);
812 FX_FLOAT x2 = pPathData->GetPointX(1), y2 = pPathData->GetPointY(1);
    [all...]

Completed in 69 milliseconds