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

  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_ScrollBar.h 20 fPlateWidth(0.0f),
25 FX_FLOAT fPlateWidth;
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Icon.cpp 158 FX_FLOAT fPlateWidth, fPlateHeight;
161 fPlateWidth = rcPlate.right - rcPlate.left;
171 fHScale = fPlateWidth / PWL_MAX(fImageWidth, 1.0f);
175 if (fPlateWidth < fImageWidth)
176 fHScale = fPlateWidth / PWL_MAX(fImageWidth, 1.0f);
181 if (fPlateWidth > fImageWidth)
182 fHScale = fPlateWidth / PWL_MAX(fImageWidth, 1.0f);
215 FX_FLOAT fPlateWidth, fPlateHeight;
217 fPlateWidth = rcPlate.right - rcPlate.left;
220 x = (fPlateWidth - fImageFactWidth) * fLeft
    [all...]
  /external/pdfium/xfa/src/fee/include/
ifde_txtedtengine.h 82 : fPlateWidth(0),
101 FX_FLOAT fPlateWidth;

Completed in 1051 milliseconds