HomeSort by relevance Sort by last modified time
    Searched defs:fPlateWidth (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_ScrollBar.h 16 PWL_SCROLL_INFO() : fContentMin(0.0f), fContentMax(0.0f), fPlateWidth(0.0f), fBigStep(0.0f), fSmallStep(0.0f)
21 FX_FLOAT fPlateWidth;
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Icon.cpp 194 FX_FLOAT fPlateWidth,fPlateHeight;
197 fPlateWidth = rcPlate.right - rcPlate.left;
218 fHScale = fPlateWidth / PWL_MAX(fImageWidth,1.0f);
222 if (fPlateWidth < fImageWidth)
223 fHScale = fPlateWidth / PWL_MAX(fImageWidth,1.0f);
228 if (fPlateWidth > fImageWidth)
229 fHScale = fPlateWidth / PWL_MAX(fImageWidth,1.0f);
264 FX_FLOAT fPlateWidth,fPlateHeight;
266 fPlateWidth = rcPlate.right - rcPlate.left;
269 x = (fPlateWidth - fImageFactWidth) * fLeft;
    [all...]

Completed in 45 milliseconds