HomeSort by relevance Sort by last modified time
    Searched defs:sub_image (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ash/desktop_background/
wallpaper_resizer.cc 78 SkBitmap sub_image; local
79 orig_bitmap.extractSubset(&sub_image,
82 sub_image, skia::ImageOperations::RESIZE_LANCZOS3,
  /external/chromium_org/skia/ext/
bitmap_platform_device_mac.cc 235 CGImageRef sub_image = CGImageCreateWithImageInRect(image, *src_rect); local
236 CGContextDrawImage(context, bounds, sub_image);
237 CGImageRelease(sub_image);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlib.h 423 struct _XImage *(*sub_image)(struct _XImage *, int, int, unsigned int, unsigned int); member in struct:_XImage::funcs
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 423 struct _XImage *(*sub_image)(struct _XImage *, int, int, unsigned int, unsigned int); member in struct:_XImage::funcs
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 423 struct _XImage *(*sub_image)(struct _XImage *, int, int, unsigned int, unsigned int); member in struct:_XImage::funcs
    [all...]

Completed in 432 milliseconds