Searched refs:sub_image (Results 1 – 2 of 2) sorted by relevance
80 SkBitmap sub_image; in Resize() local81 orig_bitmap.extractSubset(&sub_image, in Resize()84 sub_image, skia::ImageOperations::RESIZE_LANCZOS3, in Resize()
226 CGImageRef sub_image = CGImageCreateWithImageInRect(image, *src_rect); in DrawToNativeContext() local227 CGContextDrawImage(context, bounds, sub_image); in DrawToNativeContext()228 CGImageRelease(sub_image); in DrawToNativeContext()