Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_path.cpp14 m_Path = pSrcObj->m_Path; in CopyData()
31 if (m_Path.IsNull()) { in CalcBoundingBox()
37 rect = m_Path.GetBoundingBox(width, m_GraphState.GetObject()->m_MiterLimit); in CalcBoundingBox()
39 rect = m_Path.GetBoundingBox(); in CalcBoundingBox()
Dfpdf_page_parser.cpp1534 pPathObj->m_Path = Path; in AddPathObject()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp698 …path.m_Path.New()->AppendRect(textobj->m_Left, textobj->m_Bottom, textobj->m_Right, textobj->m_Top… in DrawTextPathWithPattern()
731 path.m_Path.New()->Append(pPath, &matrix); in DrawTextPathWithPattern()
Dfpdf_render.cpp545 …return m_pDevice->DrawPath(pPathObj->m_Path, &path_matrix, &graphState, fill_argb, stroke_argb, Fi… in ProcessPath()
709 return m_pDevice->SetClip_PathStroke(pPathObj->m_Path, &path_matrix, &graphState); in SelectClipPath()
715 return m_pDevice->SetClip_PathFill(pPathObj->m_Path, &path_matrix, fill_mode); in SelectClipPath()
/external/pdfium/core/include/fpdfapi/
Dfpdf_pageobj.h629 CPDF_Path m_Path; variable
/external/pdfium/core/src/fpdfdoc/
Ddoc_annot.cpp359 CPDF_PathData *pPathData = pPathObject->m_Path.GetModify(); in GetBorder()
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_pageobjs.cpp403 CPDF_PathData* pPathData = pPathObj->m_Path.GetModify(); in AddRectToPageObjects()