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

  /external/pdfium/core/src/fxge/ge/
fx_ge_device.cpp 234 FX_FLOAT fScaleY = FXSYS_fabs(ctm.d);
237 if (!CreateCompatibleBitmap(&bitmap, FXSYS_round(rect.Width() * fScaleX), FXSYS_round(rect.Height() * fScaleY))) {
256 matrix.Concat(fScaleX, 0, 0, fScaleY, 0, 0);
260 FX_RECT src_rect(0, 0, FXSYS_round(rect.Width() * fScaleX), FXSYS_round(rect.Height() * fScaleY));
328 FX_FLOAT fScaleY = FXSYS_fabs(ctm.d);
329 FX_RECT dest_rect(left, top, FXSYS_round(left + pBitmap->GetWidth() / fScaleX), FXSYS_round(top + pBitmap->GetHeight() / fScaleY));
337 src_rect.top = FXSYS_round(src_rect.top * fScaleY);
339 src_rect.bottom = FXSYS_round(src_rect.bottom * fScaleY);
346 int bg_pixel_height = FXSYS_round(dest_rect.Height() * fScaleY);
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_FreeType.cpp 212 SkFixed fScaleX, fScaleY;
925 fScaleY = SkScalarToFixed(sy);
    [all...]
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 212 SkFixed fScaleX, fScaleY;
925 fScaleY = SkScalarToFixed(sy);
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkScaledImageCache.cpp 65 , fScaleY(scaleY)
98 float fScaleY;
  /external/skia/src/core/
SkScaledImageCache.cpp 65 , fScaleY(scaleY)
98 float fScaleY;
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp     [all...]

Completed in 85 milliseconds