Searched refs:GetPoints (Results 1 - 10 of 10) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_pattern.cpp479 void GetPoints(float p[4]) function in struct:Coon_BezierCoeff
532 void GetPoints(FX_PATHPOINT* pPoints) function in struct:Coon_Bezier
536 x.GetPoints(p);
540 y.GetPoints(p);
621 FX_PATHPOINT* pPoints = path.GetPoints();
622 C1.GetPoints(pPoints);
623 D2.GetPoints(pPoints + 3);
685 FX_PATHPOINT* pPoints = patch.path.GetPoints();
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_pageobj.h66 FX_PATHPOINT* GetPoints() function in class:CPDF_Path
/external/pdfium/fpdfsdk/src/
H A Dfpdf_transformpage.cpp225 FX_PATHPOINT* pPoints = pPathData->GetPoints();
/external/pdfium/core/include/fxge/
H A Dfx_ge.h184 FX_PATHPOINT* GetPoints() const function in class:CFX_PathData
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_device.cpp143 FX_PATHPOINT* pPoints = pPathData->GetPoints();
H A Dfx_ge_text.cpp1752 params.m_pPoints = pPath->GetPoints();
1759 pPath->GetPoints()[params.m_PointCount - 1].m_Flag |= FXPT_CLOSEFIGURE;
/external/pdfium/core/src/fxge/apple/
H A Dfx_quartz_device.cpp1017 FX_PATHPOINT* points = pathData->GetPoints();
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_device.cpp671 FX_PATHPOINT* pPoints = pPathData->GetPoints();
H A Dfx_win32_gdipext.cpp859 FX_PATHPOINT* pPoints = pPathData->GetPoints();
/external/pdfium/core/src/fxge/agg/agg23/
H A Dfx_agg_driver.cpp38 FX_PATHPOINT* pPoints = pPathData->GetPoints();

Completed in 168 milliseconds