Home | History | Annotate | Download | only in src

Lines Matching defs:rcBBox

2016   CFX_RectF rcBBox;
2017 pWidgetHandler->GetRect(GetXFAWidget(), rcBBox);
2019 return CFX_FloatRect(rcBBox.left, rcBBox.top, rcBBox.left + rcBBox.width,
2020 rcBBox.top + rcBBox.height);
2316 FX_RECT rcBBox = pIFormFiller->GetViewBBox(pPageView, pWidget);
2318 pEnv->FFI_Invalidate(pPage, rcBBox.left, rcBBox.top, rcBBox.right,
2319 rcBBox.bottom);