Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxbarcode/qrcode/
DBC_QRDetectorResult.h20 CFX_PtrArray* GetPoints();
DBC_QRDetectorResult.cpp45 CFX_PtrArray* CBC_QRDetectorResult::GetPoints() { in GetPoints() function in CBC_QRDetectorResult
/external/pdfium/xfa/src/fxgraphics/src/
Dfx_path_generator.cpp24 FX_PATHPOINT* pPoints = pPathData->GetPoints(); in AddPathData()
32 FX_PATHPOINT* pDstPoints = m_pPathData->GetPoints(); in AddPathData()
60 FX_PATHPOINT* pPoints = m_pPathData->GetPoints(); in Close()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_pattern.cpp514 void GetPoints(float p[4]) { in GetPoints() function
573 void GetPoints(FX_PATHPOINT* pPoints) { in GetPoints() function
576 x.GetPoints(p); in GetPoints()
580 y.GetPoints(p); in GetPoints()
674 FX_PATHPOINT* pPoints = path.GetPoints(); in Draw()
675 C1.GetPoints(pPoints); in Draw()
676 D2.GetPoints(pPoints + 3); in Draw()
773 FX_PATHPOINT* pPoints = patch.path.GetPoints(); in DrawCoonPatchMeshes()
/external/pdfium/xfa/src/fdp/src/fde/
Dfde_geobject.cpp32 return m_Path.GetPoints() + iPoints - iCount; in GetLastPoint()
44 return m_Path.GetPoints() + iPoints; in AddPoints()
/external/pdfium/fpdfsdk/src/
Dfpdf_transformpage.cpp230 FX_PATHPOINT* pPoints = pPathData->GetPoints(); in OutputPath()
/external/pdfium/core/include/fpdfapi/
Dfpdf_pageobj.h46 FX_PATHPOINT* GetPoints() { return m_pObject->m_pPoints; } in GetPoints() function
/external/pdfium/core/include/fxge/
Dfx_ge.h129 FX_PATHPOINT* GetPoints() const { return m_pPoints; } in GetPoints() function
/external/pdfium/core/src/fxge/ge/
Dfx_ge_device.cpp137 FX_PATHPOINT* pPoints = pPathData->GetPoints(); in DrawPath()
Dfx_ge_text.cpp1849 params.m_pPoints = pPath->GetPoints(); in LoadGlyphPath()
1856 pPath->GetPoints()[params.m_PointCount - 1].m_Flag |= FXPT_CLOSEFIGURE; in LoadGlyphPath()
/external/pdfium/core/src/fxge/skia/
Dfx_skia_device.cpp137 FX_PATHPOINT* pPoints = pFPath->GetPoints(); in BuildPath()
/external/pdfium/core/src/fxge/apple/
Dfx_quartz_device.cpp931 FX_PATHPOINT* points = pathData->GetPoints(); in setPathToContext()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_parser.cpp1467 FXSYS_memcpy(pPathData->GetPoints(), m_pPathPoints, in AddPathObject()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp763 FX_PATHPOINT* pPoints = pPathData->GetPoints(); in _SetPathToDC()
Dfx_win32_gdipext.cpp1110 FX_PATHPOINT* pPoints = pPathData->GetPoints(); in DrawPath()
/external/pdfium/core/src/fxge/agg/src/
Dfx_agg_driver.cpp36 FX_PATHPOINT* pPoints = pPathData->GetPoints(); in BuildPath()