Searched refs:rcWidget (Results 1 – 3 of 3) sorted by relevance
528 CFX_RectF rcWidget = GetRectWithoutRotate(); in GetRotateMatrix() local536 mt.e = rcWidget.left - rcWidget.top; in GetRotateMatrix()537 mt.f = rcWidget.left + rcWidget.top; in GetRotateMatrix()544 mt.e = rcWidget.left * 2; in GetRotateMatrix()545 mt.f = rcWidget.top * 2; in GetRotateMatrix()552 mt.e = rcWidget.left + rcWidget.top; in GetRotateMatrix()553 mt.f = rcWidget.top - rcWidget.left; in GetRotateMatrix()
92 CFX_FloatRect rcWidget(rcBBox.left, rcBBox.top, rcBBox.left + rcBBox.width, in GetViewBBox() local94 rcWidget.left -= 1.0f; in GetViewBBox()95 rcWidget.right += 1.0f; in GetViewBBox()96 rcWidget.bottom -= 1.0f; in GetViewBBox()97 rcWidget.top += 1.0f; in GetViewBBox()99 return rcWidget; in GetViewBBox()
257 CFX_FloatRect rcWidget(rcBBox.left, rcBBox.top, rcBBox.left + rcBBox.width, in FPDFPage_HasFormFieldAtPoint() local259 rcWidget.Inflate(1.0f, 1.0f); in FPDFPage_HasFormFieldAtPoint()260 if (rcWidget.Contains(CFX_PointF(static_cast<float>(page_x), in FPDFPage_HasFormFieldAtPoint()