Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_formcontrol.cpp179 matrix.MatchRect(arect, form_bbox); in DrawControl()
Dcpdf_annot.cpp58 matrix->MatchRect(pAnnot->GetRect(), form_bbox); in AnnotGetMatrix()
/external/pdfium/core/fxcrt/
Dfx_coordinates.cpp285 void CFX_Matrix::MatchRect(const CFX_FloatRect& dest, in MatchRect() function in CFX_Matrix
Dfx_coordinates.h644 void MatchRect(const CFX_FloatRect& dest, const CFX_FloatRect& src);
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp935 mtAdjust.MatchRect(bitmap_rect, cell_bbox); in DrawPatternBitmap()