Searched refs:rcWidget (Results 1 – 2 of 2) sorted by relevance
545 CFX_RectF rcWidget = GetRectWithoutRotate(); in GetRotateMatrix() local553 mt.e = rcWidget.left - rcWidget.top; in GetRotateMatrix()554 mt.f = rcWidget.left + rcWidget.top; in GetRotateMatrix()561 mt.e = rcWidget.left * 2; in GetRotateMatrix()562 mt.f = rcWidget.top * 2; in GetRotateMatrix()569 mt.e = rcWidget.left + rcWidget.top; in GetRotateMatrix()570 mt.f = rcWidget.top - rcWidget.left; in GetRotateMatrix()
282 CFX_FloatRect rcWidget = pXFAAnnot->GetWidgetRect().ToFloatRect(); in HasFormFieldAtPoint() local283 rcWidget.Inflate(1.0f, 1.0f); in HasFormFieldAtPoint()284 if (rcWidget.Contains(point)) in HasFormFieldAtPoint()