Home
last modified time | relevance | path

Searched refs:GetPoints (Results 1 – 12 of 12) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_pattern.cpp478 void GetPoints(float p[4]) in GetPoints() function
531 void GetPoints(FX_PATHPOINT* pPoints) in GetPoints() function
535 x.GetPoints(p); in GetPoints()
539 y.GetPoints(p); in GetPoints()
620 FX_PATHPOINT* pPoints = path.GetPoints(); in Draw()
621 C1.GetPoints(pPoints); in Draw()
622 D2.GetPoints(pPoints + 3); in Draw()
715 FX_PATHPOINT* pPoints = patch.path.GetPoints(); in _DrawCoonPatchMeshes()
/external/pdfium/fpdfsdk/src/
Dfpdf_transformpage.cpp223 FX_PATHPOINT* pPoints = pPathData->GetPoints(); in OutputPath()
/external/pdfium/core/include/fpdfapi/
Dfpdf_pageobj.h64 FX_PATHPOINT* GetPoints() in GetPoints() function
/external/pdfium/core/src/fxge/ge/
Dfx_ge_device.cpp143 FX_PATHPOINT* pPoints = pPathData->GetPoints(); in DrawPath()
Dfx_ge_text.cpp1660 params.m_pPoints = pPath->GetPoints(); in LoadGlyphPath()
1667 pPath->GetPoints()[params.m_PointCount - 1].m_Flag |= FXPT_CLOSEFIGURE; in LoadGlyphPath()
/external/pdfium/core/include/fxge/
Dfx_ge.h183 FX_PATHPOINT* GetPoints() const in GetPoints() function
/external/pdfium/core/src/fxge/skia/
Dfx_skia_device.cpp134 FX_PATHPOINT* pPoints = pFPath->GetPoints(); in BuildPath()
/external/pdfium/core/src/fxge/apple/
Dfx_quartz_device.cpp1016 FX_PATHPOINT* points = pathData->GetPoints(); in setPathToContext()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp682 FX_PATHPOINT* pPoints = pPathData->GetPoints(); in _SetPathToDC()
Dfx_win32_gdipext.cpp858 FX_PATHPOINT* pPoints = pPathData->GetPoints(); in DrawPath()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_parser.cpp1527 FXSYS_memcpy32(pPathData->GetPoints(), m_pPathPoints, sizeof(FX_PATHPOINT) * PathPointCount); in AddPathObject()
/external/pdfium/core/src/fxge/agg/agg23/
Dfx_agg_driver.cpp38 FX_PATHPOINT* pPoints = pPathData->GetPoints(); in BuildPath()