Searched refs:m_Path (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_path.cpp | 15 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()
|
D | fpdf_page_parser.cpp | 1475 pPathObj->m_Path = Path; in AddPathObject()
|
/external/pdfium/xfa/src/fdp/src/fde/ |
D | fde_geobject.cpp | 28 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()
|
D | fde_geobject.h | 52 CFX_PathData m_Path; variable
|
D | fde_gdidevice.cpp | 76 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()
|
D | fde_gedevice.cpp | 288 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/ |
D | fpdf_render.cpp | 535 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()
|
D | fpdf_render_text.cpp | 741 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/ |
D | fpdf_pageobj.h | 502 CPDF_Path m_Path; variable
|
/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_pageobjs.cpp | 416 CPDF_PathData* pPathData = pPathObj->m_Path.GetModify(); in AddRectToPageObjects()
|