Searched refs:scaleToFit (Results 1 – 3 of 3) sorted by relevance
277 bool SkCreateBitmapFromCGImage(SkBitmap* dst, CGImageRef image, SkISize* scaleToFit) { in SkCreateBitmapFromCGImage() argument278 const int width = scaleToFit ? scaleToFit->width() : SkToInt(CGImageGetWidth(image)); in SkCreateBitmapFromCGImage()279 const int height = scaleToFit ? scaleToFit->height() : SkToInt(CGImageGetHeight(image)); in SkCreateBitmapFromCGImage()
33 SK_API bool SkCreateBitmapFromCGImage(SkBitmap* dst, CGImageRef src, SkISize* scaleToFit = NULL);
1362 SkMatrix::ScaleToFit scaleToFit = SkMatrix::kFill_ScaleToFit; in lmatrix_setRectToRect() local1377 scaleToFit = rec[i].fScaleToFit; in lmatrix_setRectToRect()1383 matrix->setRectToRect(srcR, dstR, scaleToFit); in lmatrix_setRectToRect()