Home
last modified time | relevance | path

Searched refs:GetRectWithoutRotate (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/xfa/fxfa/app/
Dxfa_fftext.cpp43 CFX_RectF rtText = GetRectWithoutRotate(); in RenderWidget()
111 if (!GetRectWithoutRotate().Contains(point)) in OnLButtonDown()
123 return GetRectWithoutRotate().Contains(point) && !!GetLinkURLAtPoint(point); in OnMouseMove()
141 if (!GetRectWithoutRotate().Contains(point)) in OnHitTest()
153 CFX_RectF rect = GetRectWithoutRotate(); in GetLinkURLAtPoint()
Dxfa_ffpath.cpp84 CFX_RectF rtLine = GetRectWithoutRotate(); in RenderWidget()
124 CFX_RectF rtArc = GetRectWithoutRotate(); in RenderWidget()
147 CFX_RectF rect = GetRectWithoutRotate(); in RenderWidget()
Dxfa_ffpushbutton.cpp46 CFX_RectF rtWidget = GetRectWithoutRotate(); in RenderWidget()
102 CFX_RectF rtWidget = GetRectWithoutRotate(); in PerformLayout()
177 rtClip.Intersect(GetRectWithoutRotate()); in RenderHighlightCaption()
Dxfa_ffimage.cpp50 CFX_RectF rtImage = GetRectWithoutRotate(); in RenderWidget()
Dxfa_ffsignature.cpp105 if (!GetRectWithoutRotate().Contains(point)) in OnHitTest()
Dxfa_fffield.cpp152 CFX_RectF rtWidget = GetRectWithoutRotate(); in CapPlacement()
546 if (!GetRectWithoutRotate().Contains(point)) in OnHitTest()
586 rtClip.Intersect(GetRectWithoutRotate()); in RenderCaption()
Dxfa_ffcheckbutton.cpp91 CFX_RectF rtWidget = GetRectWithoutRotate(); in PerformLayout()
Dxfa_ffwidget.cpp58 CFX_RectF CXFA_FFWidget::GetRectWithoutRotate() { in GetRectWithoutRotate() function in CXFA_FFWidget
119 CFX_RectF rtBorder = GetRectWithoutRotate(); in RenderWidget()
416 CFX_RectF rcWidget = GetRectWithoutRotate(); in GetRotateMatrix()
424 CFX_RectF rtLayout = GetRectWithoutRotate(); in IsLayoutRectEmpty()
/external/pdfium/xfa/fxfa/
Dxfa_ffwidget.h137 CFX_RectF GetRectWithoutRotate();