Name Description Size
SkCGUtils.h Given a CGImage, allocate an SkBitmap and copy the image's pixels into it. If scaleToFit is not null, use it to determine the size of the bitmap, and scale the image to fill the bitmap. Otherwise use the image's width/height. On failure, return false, and leave bitmap unchanged. 2958