Lines Matching full:fwidth
1380 FX_FLOAT fWidth = rectAnnot.right - rectAnnot.left;
1392 rcPDFWindow = CPDF_Rect(0, 0, fWidth, fHeight);
1396 rcPDFWindow = CPDF_Rect(0, 0, fHeight, fWidth);
1460 FX_FLOAT fWidth = rcAnnot.right - rcAnnot.left;
1472 mt = CPDF_Matrix(0, 1, -1, 0, fWidth, 0);
1475 mt = CPDF_Matrix(-1, 0, 0, -1, fWidth, fHeight);