Home
last modified time | relevance | path

Searched refs:FX_PATHPOINT (Results 1 – 14 of 14) sorted by relevance

/external/pdfium/core/src/fxge/ge/
Dfx_ge_path.cpp133 m_pPoints = FX_Alloc(FX_PATHPOINT, nPoints); in SetPointCount()
140 FX_PATHPOINT* pNewBuf = FX_Alloc(FX_PATHPOINT, nPoints); in AllocPointCount()
142 FXSYS_memcpy32(pNewBuf, m_pPoints, m_PointCount * sizeof(FX_PATHPOINT)); in AllocPointCount()
154 m_pPoints = FX_Alloc(FX_PATHPOINT, src.m_PointCount); in CFX_PathData()
155 FXSYS_memcpy32(m_pPoints, src.m_pPoints, sizeof(FX_PATHPOINT) * m_PointCount); in CFX_PathData()
176 … FXSYS_memcpy32(m_pPoints + old_count, pSrc->m_pPoints, pSrc->m_PointCount * sizeof(FX_PATHPOINT)); in Append()
194 FX_PATHPOINT* pPoints = m_pPoints + old_count; in AppendRect()
578 FXSYS_memcpy32(m_pPoints, src.m_pPoints, sizeof(FX_PATHPOINT) * m_PointCount); in Copy()
Dfx_ge_device.cpp143 FX_PATHPOINT* pPoints = pPathData->GetPoints(); in DrawPath()
Dfx_ge_text.cpp1504 FX_PATHPOINT* m_pPoints;
/external/pdfium/core/include/fxge/
Dfx_ge.h81 } FX_PATHPOINT; typedef
183 FX_PATHPOINT* GetPoints() const in GetPoints()
217 FX_PATHPOINT* m_pPoints;
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_pattern.cpp531 void GetPoints(FX_PATHPOINT* pPoints) in GetPoints()
544 void GetPointsReverse(FX_PATHPOINT* pPoints) in GetPointsReverse()
620 FX_PATHPOINT* pPoints = path.GetPoints(); in Draw()
715 FX_PATHPOINT* pPoints = patch.path.GetPoints(); in _DrawCoonPatchMeshes()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_parser.cpp1496 FX_PATHPOINT* pNewPoints = FX_Alloc(FX_PATHPOINT, newsize); in AddPathPoint()
1498 FXSYS_memcpy32(pNewPoints, m_pPathPoints, m_PathAllocSize * sizeof(FX_PATHPOINT)); in AddPathPoint()
1527 FXSYS_memcpy32(pPathData->GetPoints(), m_pPathPoints, sizeof(FX_PATHPOINT) * PathPointCount); in AddPathObject()
Dpageint.h179 FX_PATHPOINT* m_pPathPoints;
/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()
/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/fxge/agg/agg23/
Dfx_agg_driver.cpp38 FX_PATHPOINT* pPoints = pPathData->GetPoints(); in BuildPath()