Searched refs:m_Path (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_path.cpp | 14 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()
|
D | fpdf_page_parser.cpp | 1534 pPathObj->m_Path = Path; in AddPathObject()
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_text.cpp | 698 …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()
|
D | fpdf_render.cpp | 545 …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/ |
D | fpdf_pageobj.h | 629 CPDF_Path m_Path; variable
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_annot.cpp | 359 CPDF_PathData *pPathData = pPathObject->m_Path.GetModify(); in GetBorder()
|
/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_pageobjs.cpp | 403 CPDF_PathData* pPathData = pPathObj->m_Path.GetModify(); in AddRectToPageObjects()
|