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.cpp506 CFX_Matrix path_matrix = pPathObj->m_Matrix; in ProcessPath() local
507 path_matrix.Concat(*pObj2Device); in ProcessPath()
508 if (!IsAvailableMatrix(path_matrix)) { in ProcessPath()
535 return m_pDevice->DrawPath(pPathObj->m_Path, &path_matrix, &graphState, in ProcessPath()
701 CFX_Matrix path_matrix = pPathObj->m_Matrix; in SelectClipPath() local
702 path_matrix.Concat(*pObj2Device); in SelectClipPath()
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()