Searched refs:sub_image (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/desktop_background/
H A Dwallpaper_resizer.cc79 SkBitmap sub_image; local
80 orig_bitmap.extractSubset(&sub_image,
83 sub_image, skia::ImageOperations::RESIZE_LANCZOS3,
/external/chromium_org/skia/ext/
H A Dbitmap_platform_device_mac.cc226 CGImageRef sub_image = CGImageCreateWithImageInRect(image, *src_rect); local
227 CGContextDrawImage(context, bounds, sub_image);
228 CGImageRelease(sub_image);

Completed in 969 milliseconds