Searched refs:path_matrix (Results 1 – 1 of 1) sorted by relevance
506 CFX_Matrix path_matrix = pPathObj->m_Matrix; in ProcessPath() local507 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() local702 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()