Lines Matching refs:left
14 enum FPDF_VALUE { TOP, LEFT, RIGHT, BOTTOM };
18 if ( rect.left - rect.right > 0.000001f ||
22 if (rect.left == 0.0f &&
30 if (rect.left - rcPage.left < -10.000001f ||
55 rc.left = pPageObject->m_Left;
143 case LEFT:
146 pArray[i] = CPDF_Rect(array.GetAt(i)).left;
196 rcRet.left = GetMinMaxValue(*pRectArray, MIN, LEFT);
286 FX_FLOAT e = rcAnnot.left - rcStream.left * a;
300 fStreamWidth = rcStream.right - rcStream.left;
306 fStreamHeight = rcStream.right - rcStream.left;
309 FX_FLOAT x1 = matrix.a * rcStream.left + matrix.c * rcStream.bottom + matrix.e;
310 FX_FLOAT y1 = matrix.b * rcStream.left + matrix.d * rcStream.bottom + matrix.f;
311 FX_FLOAT x2 = matrix.a * rcStream.left + matrix.c * rcStream.top + matrix.e;
312 FX_FLOAT y2 = matrix.b * rcStream.left + matrix.d * rcStream.top + matrix.f;
318 FX_FLOAT left = FX_MIN(FX_MIN(x1, x2), FX_MIN(x3, x4));
321 fa = (rcAnnot.right - rcAnnot.left)/fStreamWidth;
323 fe = rcAnnot.left - left * fa;
369 rcMerger.left = rcMerger.left < rcOriginalMB.left? rcOriginalMB.left : rcMerger.left;
383 pMediaBox->Add(FX_NEW CPDF_Number(rcOriginalMB.left));
394 pCropBox->Add(FX_NEW CPDF_Number(rcOriginalCB.left));