Searched defs:rtImage (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_ffimage.cpp47 CFX_RectF rtImage; local
48 GetRectWithoutRotate(rtImage);
50 XFA_RectWidthoutMargin(rtImage, mgWidget);
64 XFA_DrawImage(pGS, rtImage, &mtRotate, pDIBitmap, iAspect, iImageXDpi,
H A Dxfa_ffimageedit.cpp60 CFX_RectF rtImage; local
61 m_pNormalWidget->GetWidgetRect(rtImage);
77 XFA_DrawImage(pGS, rtImage, &mtRotate, pDIBitmap, iAspect, iImageXDpi,
160 CFX_RectF rtImage(m_rtUI);
161 rtImage.Deflate(rtUIMargin.left, rtUIMargin.top, rtUIMargin.width,
163 m_pNormalWidget->SetWidgetRect(rtImage);
H A Dxfa_ffwidget.cpp757 const CFX_RectF& rtImage,
765 if (rtImage.IsEmpty()) {
776 rtFit.Set(rtImage.left, rtImage.top, fWidth, fHeight);
779 FX_FLOAT f1 = rtImage.height / rtFit.height;
780 FX_FLOAT f2 = rtImage.width / rtFit.width;
788 FX_FLOAT f1 = rtImage.height / rtFit.height;
789 rtFit.height = rtImage.height;
793 rtFit.height = rtImage.height;
794 rtFit.width = rtImage
756 XFA_DrawImage(CFX_Graphics* pGS, const CFX_RectF& rtImage, CFX_Matrix* pMatrix, CFX_DIBitmap* pDIBitmap, int32_t iAspect, int32_t iImageXDpi, int32_t iImageYDpi, int32_t iHorzAlign, int32_t iVertAlign) argument
[all...]

Completed in 66 milliseconds