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

  /external/pdfium/fpdfsdk/pdfwindow/
PWL_Icon.cpp 161 FX_FLOAT fPlateWidth, fPlateHeight;
165 fPlateHeight = rcPlate.top - rcPlate.bottom;
175 fVScale = fPlateHeight / std::max(fImageHeight, 1.0f);
180 if (fPlateHeight < fImageHeight)
181 fVScale = fPlateHeight / std::max(fImageHeight, 1.0f);
186 if (fPlateHeight > fImageHeight)
187 fVScale = fPlateHeight / std::max(fImageHeight, 1.0f);
218 FX_FLOAT fPlateWidth, fPlateHeight;
221 fPlateHeight = rcPlate.top - rcPlate.bottom;
224 y = (fPlateHeight - fImageFactHeight) * fBottom
    [all...]
  /external/pdfium/xfa/fde/
ifde_txtedtengine.h 78 FX_FLOAT fPlateHeight;

Completed in 1494 milliseconds