Home
last modified time | relevance | path

Searched refs:m_Path (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_path.cpp15 m_Path = pSrcObj->m_Path; in CopyData()
29 if (m_Path.IsNull()) { in CalcBoundingBox()
35 rect = m_Path.GetBoundingBox(width, m_GraphState.GetObject()->m_MiterLimit); in CalcBoundingBox()
37 rect = m_Path.GetBoundingBox(); in CalcBoundingBox()
Dfpdf_page_parser.cpp1475 pPathObj->m_Path = Path; in AddPathObject()
/external/pdfium/xfa/src/fdp/src/fde/
Dfde_geobject.cpp28 int32_t iPoints = m_Path.GetPointCount(); in GetLastPoint()
32 return m_Path.GetPoints() + iPoints - iCount; in GetLastPoint()
42 int32_t iPoints = m_Path.GetPointCount(); in AddPoints()
43 m_Path.AddPointCount(iCount); in AddPoints()
44 return m_Path.GetPoints() + iPoints; in AddPoints()
214 int32_t iCount = pPath->m_Path.GetPointCount(); in AddPath()
219 LineTo(pPath->m_Path.GetPointX(0), pPath->m_Path.GetPointY(0)); in AddPath()
221 m_Path.Append(&pPath->m_Path, NULL); in AddPath()
256 CFX_FloatRect rect = m_Path.GetBoundingBox(); in GetBBox()
263 CFX_FloatRect rect = m_Path.GetBoundingBox(fLineWidth, fMiterLimit); in GetBBox()
Dfde_geobject.h52 CFX_PathData m_Path; variable
Dfde_gdidevice.cpp76 Gdiplus::GraphicsPath* pPath = m_pClipPath ? &m_pClipPath->m_Path : NULL; in SetClipPath()
340 Gdiplus::Status ret = m_pGraphics->DrawPath(pGdiPen, &pGdiPath->m_Path); in DrawPath()
458 Gdiplus::Status ret = m_pGraphics->FillPath(pGdiBrush, &pGdiPath->m_Path); in FillPath()
Dfde_gedevice.cpp288 return m_pDevice->DrawPath(&pGePath->m_Path, (const CFX_Matrix*)pMatrix, in DrawPath()
405 return (this->*gs_FillPath[iType])(pBrush, &pGePath->m_Path, pMatrix); in FillPath()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render.cpp535 return m_pDevice->DrawPath(pPathObj->m_Path, &path_matrix, &graphState, in ProcessPath()
708 return m_pDevice->SetClip_PathStroke(pPathObj->m_Path, &path_matrix, in SelectClipPath()
715 return m_pDevice->SetClip_PathFill(pPathObj->m_Path, &path_matrix, fill_mode); in SelectClipPath()
Dfpdf_render_text.cpp741 path.m_Path.New()->AppendRect(textobj->m_Left, textobj->m_Bottom, in DrawTextPathWithPattern()
777 path.m_Path.New()->Append(pPath, &matrix); in DrawTextPathWithPattern()
/external/pdfium/core/include/fpdfapi/
Dfpdf_pageobj.h502 CPDF_Path m_Path; variable
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_pageobjs.cpp416 CPDF_PathData* pPathData = pPathObj->m_Path.GetModify(); in AddRectToPageObjects()