Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render.cpp517 CFX_AffineMatrix path_matrix = pPathObj->m_Matrix; in ProcessPath() local
518 path_matrix.Concat(*pObj2Device); in ProcessPath()
519 if (!IsAvailableMatrix(path_matrix)) { in ProcessPath()
545 …return m_pDevice->DrawPath(pPathObj->m_Path, &path_matrix, &graphState, fill_argb, stroke_argb, Fi… in ProcessPath()
702 CFX_AffineMatrix path_matrix = pPathObj->m_Matrix; in SelectClipPath() local
703 path_matrix.Concat(*pObj2Device); in SelectClipPath()
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()