Searched refs:rtImage (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffwidget.cpp | 80 const CFX_RectF& rtImage, in XFA_DrawImage() argument 87 if (rtImage.IsEmpty()) in XFA_DrawImage() 92 CFX_RectF rtFit(rtImage.TopLeft(), in XFA_DrawImage() 97 float f1 = rtImage.height / rtFit.height; in XFA_DrawImage() 98 float f2 = rtImage.width / rtFit.width; in XFA_DrawImage() 105 float f1 = rtImage.height / rtFit.height; in XFA_DrawImage() 106 rtFit.height = rtImage.height; in XFA_DrawImage() 111 rtFit.height = rtImage.height; in XFA_DrawImage() 112 rtFit.width = rtImage.width; in XFA_DrawImage() 115 float f1 = rtImage.width / rtFit.width; in XFA_DrawImage() [all …]
|
D | cxfa_ffimageedit.cpp | 68 CFX_RectF rtImage = GetNormalWidget()->GetWidgetRect(); in RenderWidget() local 85 XFA_DrawImage(pGS, rtImage, mtRotate, pDIBitmap, iAspect, in RenderWidget() 119 CFX_RectF rtImage(m_rtUI); in SetFWLRect() local 120 rtImage.Deflate(rtUIMargin.left, rtUIMargin.top, rtUIMargin.width, in SetFWLRect() 122 GetNormalWidget()->SetWidgetRect(rtImage); in SetFWLRect()
|
D | cxfa_ffimage.cpp | 50 CFX_RectF rtImage = GetRectWithoutRotate(); in RenderWidget() local 52 XFA_RectWithoutMargin(&rtImage, margin); in RenderWidget() 65 XFA_DrawImage(pGS, rtImage, mtRotate, pDIBitmap, image->GetAspect(), in RenderWidget()
|
D | cxfa_ffwidget.h | 43 const CFX_RectF& rtImage,
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_node.cpp | 3349 CFX_RectF rtImage(0, 0, XFA_UnitPx2Pt(img_width, dpi.width), in CalculateImageSize() local 3358 rtFit.width = rtImage.width; in CalculateImageSize() 3366 rtFit.height = rtImage.height; in CalculateImageSize()
|