Home
last modified time | relevance | path

Searched refs:scaleToFit (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/utils/mac/
DSkCreateCGImageRef.cpp281 bool SkCreateBitmapFromCGImage(SkBitmap* dst, CGImageRef image, SkISize* scaleToFit) { in SkCreateBitmapFromCGImage() argument
282 const int width = scaleToFit ? scaleToFit->width() : SkToInt(CGImageGetWidth(image)); in SkCreateBitmapFromCGImage()
283 const int height = scaleToFit ? scaleToFit->height() : SkToInt(CGImageGetHeight(image)); in SkCreateBitmapFromCGImage()
/external/skia/include/utils/mac/
DSkCGUtils.h35 SK_API bool SkCreateBitmapFromCGImage(SkBitmap* dst, CGImageRef src, SkISize* scaleToFit = NULL);
/external/skia/src/utils/
DSkLua.cpp1426 SkMatrix::ScaleToFit scaleToFit = SkMatrix::kFill_ScaleToFit; in lmatrix_setRectToRect() local
1441 scaleToFit = rec[i].fScaleToFit; in lmatrix_setRectToRect()
1447 matrix->setRectToRect(srcR, dstR, scaleToFit); in lmatrix_setRectToRect()
/external/robolectric/v3/runtime/
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...