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

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Icon.cpp 157 FX_FLOAT fImageWidth, fImageHeight;
164 GetImageSize(fImageWidth, fImageHeight);
172 fVScale = fPlateHeight / PWL_MAX(fImageHeight, 1.0f);
177 if (fPlateHeight < fImageHeight)
178 fVScale = fPlateHeight / PWL_MAX(fImageHeight, 1.0f);
183 if (fPlateHeight > fImageHeight)
184 fVScale = fPlateHeight / PWL_MAX(fImageHeight, 1.0f);
206 FX_FLOAT fImageWidth, fImageHeight;
207 GetImageSize(fImageWidth, fImageHeight);
213 FX_FLOAT fImageFactHeight = fImageHeight * fVScale
    [all...]
  /external/skia/src/gpu/batches/
GrNinePatch.cpp 51 fImageHeight = imageHeight;
115 SkNinePatchIter iter(fImageWidth, fImageHeight, geo.fCenter, geo.fDst);
157 this->fImageHeight == that->fImageHeight);
172 int fImageHeight;

Completed in 106 milliseconds