Home | History | Annotate | Download | only in fpdfdoc

Lines Matching refs:Right

205   float fRight = rect.right;
434 outerRect2.right = outerRect2.left + fTipDelta;
436 float outerRect2Middle = (outerRect2.left + outerRect2.right) / 2;
441 << outerRect1.right << " " << outerRect1.top << " l\n"
442 << outerRect1.right << " " << outerRect1.bottom << " l\n"
443 << outerRect2.right << " " << outerRect2.bottom << " l\n"
454 lineRect.right -= fXDelta;
458 << lineRect.right << " " << lineRect.top << " l\n";
556 const float fMiddleX = (rect.left + rect.right) / 2;
569 sAppStream << fMiddleX + fDeltaX << " " << rect.top << " " << rect.right
570 << " " << fMiddleY + fDeltaY << " " << rect.right << " "
573 sAppStream << rect.right << " " << fMiddleY - fDeltaY << " "
609 sAppStream << rect.left << " " << rect.top << " m " << rect.right << " "
610 << rect.top << " l " << rect.right << " " << rect.bottom << " l "
713 << rect.bottom + fLineWidth << " m " << rect.right << " "
832 while (fX < rect.right) {
839 float fRemainder = rect.right - (fX - fDelta);
841 sAppStream << rect.right << " " << fBottom + fRemainder << " l ";
843 sAppStream << rect.right << " " << fTop - fRemainder << " l ";
871 << rect.right << " " << fY << " l S\n";
922 pDRFontDict->GetDictFor(sFontName.Right(sFontName.GetLength() - 1));
930 sFontName.Right(sFontName.GetLength() - 1), pDoc,
946 rcBBox = CFX_FloatRect(0, 0, rcAnnot.right - rcAnnot.left,
950 matrix = CFX_Matrix(0, 1, -1, 0, rcAnnot.right - rcAnnot.left, 0);
952 rcAnnot.right - rcAnnot.left);
955 matrix = CFX_Matrix(-1, 0, 0, -1, rcAnnot.right - rcAnnot.left,
957 rcBBox = CFX_FloatRect(0, 0, rcAnnot.right - rcAnnot.left,
963 rcAnnot.right - rcAnnot.left);
1030 rcBBox.right - fBorderWidth, rcBBox.top - fBorderWidth);
1078 pDefFont, sFontName.Right(sFontName.GetLength() - 1));
1139 pDefFont, sFontName.Right(sFontName.GetLength() - 1));
1144 rcButton.left = rcButton.right - 13;
1147 rcEdit.right = rcButton.left;
1189 CFX_PointF ptCenter = CFX_PointF((rcButton.left + rcButton.right) / 2,
1207 pDefFont, sFontName.Right(sFontName.GetLength() - 1));
1240 CFX_FloatRect(rcBody.left, 0.0f, rcBody.right, 0.0f));
1249 rcBody.left, fy - fItemHeight, rcBody.right, fy);