Searched refs:scaleToFit (Results 1 – 6 of 6) sorted by relevance
281 bool SkCreateBitmapFromCGImage(SkBitmap* dst, CGImageRef image, SkISize* scaleToFit) { in SkCreateBitmapFromCGImage() argument282 const int width = scaleToFit ? scaleToFit->width() : SkToInt(CGImageGetWidth(image)); in SkCreateBitmapFromCGImage()283 const int height = scaleToFit ? scaleToFit->height() : SkToInt(CGImageGetHeight(image)); in SkCreateBitmapFromCGImage()
35 SK_API bool SkCreateBitmapFromCGImage(SkBitmap* dst, CGImageRef src, SkISize* scaleToFit = NULL);
1426 SkMatrix::ScaleToFit scaleToFit = SkMatrix::kFill_ScaleToFit; in lmatrix_setRectToRect() local1441 scaleToFit = rec[i].fScaleToFit; in lmatrix_setRectToRect()1447 matrix->setRectToRect(srcR, dstR, scaleToFit); in lmatrix_setRectToRect()
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...