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

  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_pattern.cpp 478 void GetPoints(float p[4])
531 void GetPoints(FX_PATHPOINT* pPoints)
535 x.GetPoints(p);
539 y.GetPoints(p);
620 FX_PATHPOINT* pPoints = path.GetPoints();
621 C1.GetPoints(pPoints);
622 D2.GetPoints(pPoints + 3);
715 FX_PATHPOINT* pPoints = patch.path.GetPoints();
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 64 FX_PATHPOINT* GetPoints()
  /external/pdfium/fpdfsdk/src/
fpdf_transformpage.cpp 223 FX_PATHPOINT* pPoints = pPathData->GetPoints();
  /external/pdfium/core/include/fxge/
fx_ge.h 183 FX_PATHPOINT* GetPoints() const
  /external/pdfium/core/src/fxge/ge/
fx_ge_device.cpp 143 FX_PATHPOINT* pPoints = pPathData->GetPoints();
fx_ge_text.cpp     [all...]
  /external/pdfium/core/src/fxge/skia/
fx_skia_device.cpp 134 FX_PATHPOINT* pPoints = pFPath->GetPoints();
  /external/pdfium/core/src/fxge/apple/
fx_quartz_device.cpp     [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 682 FX_PATHPOINT* pPoints = pPathData->GetPoints();
    [all...]
fx_win32_gdipext.cpp     [all...]
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_driver.cpp 38 FX_PATHPOINT* pPoints = pPathData->GetPoints();
    [all...]

Completed in 177 milliseconds