HomeSort by relevance Sort by last modified time
    Searched refs:GetRectWithoutRotate (Results 1 - 11 of 11) sorted by null

  /external/pdfium/xfa/fxfa/
cxfa_ffarc.cpp 26 CFX_RectF rtArc = GetRectWithoutRotate();
cxfa_ffrectangle.cpp 26 CFX_RectF rect = GetRectWithoutRotate();
cxfa_fftext.cpp 43 CFX_RectF rtText = GetRectWithoutRotate();
104 if (!GetRectWithoutRotate().Contains(point))
116 return GetRectWithoutRotate().Contains(point) && !!GetLinkURLAtPoint(point);
134 if (!GetRectWithoutRotate().Contains(point))
146 CFX_RectF rect = GetRectWithoutRotate();
cxfa_ffimage.cpp 57 CFX_RectF rtImage = GetRectWithoutRotate();
cxfa_ffsignature.cpp 103 if (!GetRectWithoutRotate().Contains(point))
cxfa_ffpushbutton.cpp 46 CFX_RectF rtWidget = GetRectWithoutRotate();
100 CFX_RectF rtWidget = GetRectWithoutRotate();
182 rtClip.Intersect(GetRectWithoutRotate());
cxfa_ffline.cpp 116 CFX_RectF rtLine = GetRectWithoutRotate();
cxfa_ffwidget.cpp 254 CFX_RectF CXFA_FFWidget::GetRectWithoutRotate() {
302 CFX_RectF rtBorder = GetRectWithoutRotate();
528 CFX_RectF rcWidget = GetRectWithoutRotate();
560 CFX_RectF rtLayout = GetRectWithoutRotate();
cxfa_ffwidget.h 159 CFX_RectF GetRectWithoutRotate();
cxfa_fffield.cpp 172 CFX_RectF rtWidget = GetRectWithoutRotate();
572 if (!GetRectWithoutRotate().Contains(point))
613 rtClip.Intersect(GetRectWithoutRotate());
cxfa_ffcheckbutton.cpp 95 CFX_RectF rtWidget = GetRectWithoutRotate();

Completed in 195 milliseconds