Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fdp/src/fde/
Dfde_geobject.cpp18 FX_PATHPOINT* pPoint = GetLastPoint(); in CloseFigure()
24 FX_PATHPOINT* CFDE_Path::GetLastPoint(int32_t iCount) const { in GetLastPoint()
35 FX_PATHPOINT* pPoint = GetLastPoint(); in FigureClosed()
38 FX_PATHPOINT* CFDE_Path::AddPoints(int32_t iCount) { in AddPoints()
47 FX_PATHPOINT* pPoint = AddPoints(1); in MoveTo()
53 FX_PATHPOINT* pPoint = AddPoints(1); in LineTo()
61 FX_PATHPOINT* p = AddPoints(3); in BezierTo()
202 FX_PATHPOINT* pLast = GetLastPoint(); in AddLine()
Dfde_geobject.h34 FX_PATHPOINT* AddPoints(int32_t iCount);
35 FX_PATHPOINT* GetLastPoint(int32_t iCount = 1) const;
/external/pdfium/xfa/src/fxgraphics/src/
Dfx_path_generator.cpp24 FX_PATHPOINT* pPoints = pPathData->GetPoints(); in AddPathData()
28 void CFX_PathGenerator::AddPathData(FX_PATHPOINT* pPoints, int nCount) { in AddPathData()
32 FX_PATHPOINT* pDstPoints = m_pPathData->GetPoints(); in AddPathData()
34 sizeof(FX_PATHPOINT) * nCount); in AddPathData()
60 FX_PATHPOINT* pPoints = m_pPathData->GetPoints(); in Close()
Dfx_path_generator.h19 void AddPathData(FX_PATHPOINT* points, int count);
/external/pdfium/core/src/fxge/ge/
Dfx_ge_path.cpp126 m_pPoints = FX_Alloc(FX_PATHPOINT, nPoints); in SetPointCount()
132 FX_PATHPOINT* pNewBuf = FX_Alloc(FX_PATHPOINT, nPoints); in AllocPointCount()
134 FXSYS_memcpy(pNewBuf, m_pPoints, m_PointCount * sizeof(FX_PATHPOINT)); in AllocPointCount()
143 m_pPoints = FX_Alloc(FX_PATHPOINT, src.m_PointCount); in CFX_PathData()
144 FXSYS_memcpy(m_pPoints, src.m_pPoints, sizeof(FX_PATHPOINT) * m_PointCount); in CFX_PathData()
163 pSrc->m_PointCount * sizeof(FX_PATHPOINT)); in Append()
183 FX_PATHPOINT* pPoints = m_pPoints + old_count; in AppendRect()
617 FXSYS_memcpy(m_pPoints, src.m_pPoints, sizeof(FX_PATHPOINT) * m_PointCount); in Copy()
Dfx_ge_device.cpp137 FX_PATHPOINT* pPoints = pPathData->GetPoints(); in DrawPath()
Dfx_ge_text.cpp1666 FX_PATHPOINT* m_pPoints;
/external/pdfium/core/include/fxge/
Dfx_ge.h64 } FX_PATHPOINT; typedef
129 FX_PATHPOINT* GetPoints() const { return m_pPoints; } in GetPoints()
164 FX_PATHPOINT* m_pPoints;
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_parser.cpp1435 FX_PATHPOINT* pNewPoints = FX_Alloc(FX_PATHPOINT, newsize); in AddPathPoint()
1438 m_PathAllocSize * sizeof(FX_PATHPOINT)); in AddPathPoint()
1468 sizeof(FX_PATHPOINT) * PathPointCount); in AddPathObject()
Dpageint.h253 FX_PATHPOINT* m_pPathPoints;
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_pattern.cpp573 void GetPoints(FX_PATHPOINT* pPoints) { in GetPoints()
585 void GetPointsReverse(FX_PATHPOINT* pPoints) { in GetPointsReverse()
674 FX_PATHPOINT* pPoints = path.GetPoints(); in Draw()
773 FX_PATHPOINT* pPoints = patch.path.GetPoints(); in DrawCoonPatchMeshes()
/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()
/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/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()