Home | History | Annotate | Download | only in src

Lines Matching defs:rcBBox

798   CFX_RectF rcBBox;
802 pWidgetHandler->GetBBox(pAnnot->GetXFAWidget(), rcBBox,
805 pWidgetHandler->GetBBox(pAnnot->GetXFAWidget(), rcBBox, 0);
807 CFX_FloatRect rcWidget(rcBBox.left, rcBBox.top, rcBBox.left + rcBBox.width,
808 rcBBox.top + rcBBox.height);