Searched refs:rcWidget (Results 1 – 3 of 3) sorted by relevance
569 CFX_RectF rcWidget = GetRectWithoutRotate(); in GetRotateMatrix() local577 mt.e = rcWidget.left - rcWidget.top; in GetRotateMatrix()578 mt.f = rcWidget.left + rcWidget.top; in GetRotateMatrix()585 mt.e = rcWidget.left * 2; in GetRotateMatrix()586 mt.f = rcWidget.top * 2; in GetRotateMatrix()593 mt.e = rcWidget.left + rcWidget.top; in GetRotateMatrix()594 mt.f = rcWidget.top - rcWidget.left; in GetRotateMatrix()
226 CFX_FloatRect rcWidget = pXFAAnnot->GetWidgetRect().ToFloatRect(); in HasFormFieldAtPoint() local227 rcWidget.Inflate(1.0f, 1.0f); in HasFormFieldAtPoint()228 if (rcWidget.Contains(point)) in HasFormFieldAtPoint()
265 CFX_FloatRect rcWidget = rcBBox.ToFloatRect(); in GetViewBBox() local266 rcWidget.Inflate(1.0f, 1.0f); in GetViewBBox()267 return rcWidget; in GetViewBBox()