Searched defs:fPlateHeight (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Icon.cpp194 FX_FLOAT fPlateWidth,fPlateHeight; local
198 fPlateHeight = rcPlate.top - rcPlate.bottom;
219 fVScale = fPlateHeight / PWL_MAX(fImageHeight,1.0f);
224 if (fPlateHeight < fImageHeight)
225 fVScale = fPlateHeight / PWL_MAX(fImageHeight,1.0f);
230 if (fPlateHeight > fImageHeight)
231 fVScale = fPlateHeight / PWL_MAX(fImageHeight,1.0f);
264 FX_FLOAT fPlateWidth,fPlateHeight; local
267 fPlateHeight = rcPlate.top - rcPlate.bottom;
270 y = (fPlateHeight
[all...]

Completed in 1085 milliseconds