Home | History | Annotate | Download | only in fpdfdoc

Lines Matching defs:rcBBox

86   CFX_FloatRect rcBBox;
90 rcBBox = CFX_FloatRect(0, 0, rcAnnot.right - rcAnnot.left,
95 rcBBox = CFX_FloatRect(0, 0, rcAnnot.top - rcAnnot.bottom,
101 rcBBox = CFX_FloatRect(0, 0, rcAnnot.right - rcAnnot.left,
106 rcBBox = CFX_FloatRect(0, 0, rcAnnot.top - rcAnnot.bottom,
158 sAppStream << "q\n" << sBG << rcBBox.left << " " << rcBBox.bottom << " "
159 << rcBBox.Width() << " " << rcBBox.Height() << " re f\n"
163 rcBBox, fBorderWidth, crBorder, crLeftTop, crRightBottom, nBorderStyle,
169 CFX_FloatRect(rcBBox.left + fBorderWidth, rcBBox.bottom + fBorderWidth,
170 rcBBox.right - fBorderWidth, rcBBox.top - fBorderWidth);
185 pStreamDict->SetRectFor("BBox", rcBBox);
433 pStreamDict->SetRectFor("BBox", rcBBox);