Home
last modified time | relevance | path

Searched defs:pPoints (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator.cpp215 auto& pPoints = pPathObj->m_Path.GetPoints(); in ProcessPath() local
/external/pdfium/fpdfsdk/
Dfpdf_transformpage.cpp233 const std::vector<FX_PATHPOINT>& pPoints = pPathData->GetPoints(); in OutputPath() local
/external/pdfium/core/fxcrt/
Dfx_coordinates.cpp57 CFX_FloatRect CFX_FloatRect::GetBBox(const CFX_PointF* pPoints, int nPoints) { in GetBBox()
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp172 const std::vector<FX_PATHPOINT>& pPoints = pPathData->GetPoints(); in SetPathToDC() local
Dfx_win32_gdipext.cpp1154 auto& pPoints = pPathData->GetPoints(); in DrawPath() local
/external/pdfium/core/fxge/
Dcfx_renderdevice.cpp519 const std::vector<FX_PATHPOINT>& pPoints = pPathData->GetPoints(); in DrawPathWithBlend() local
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp1064 const std::vector<FX_PATHPOINT>& pPoints = pPathData->GetPoints(); in BuildPath() local
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp286 const std::vector<FX_PATHPOINT>& pPoints = pFPath->GetPoints(); in BuildPath() local
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp770 std::vector<FX_PATHPOINT>& pPoints = path.GetPoints(); in Draw() local