Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/render/
Dcpdf_rendershading.h24 const CFX_Matrix& mtMatrix,
Dcpdf_rendershading.cpp862 const CFX_Matrix& mtMatrix, in Draw() argument
890 mtMatrix.TransformRect(pDict->GetRectFor("BBox")).GetOuterRect()); in Draw()
895 pPattern, &mtMatrix, clip_rect_bbox, alpha, bAlphaMode)) { in Draw()
902 CFX_Matrix FinalMatrix = mtMatrix * buffer.GetMatrix(); in Draw()