/external/chromium_org/cc/trees/ |
layer_tree_host.cc | 688 SkBitmap bitmap_copy; local 690 bitmap_copy = bitmap; 692 bitmap.copyTo(&bitmap_copy, bitmap.config()); 693 bitmap_copy.setImmutable(); 696 UIResourceBitmap overhang_bitmap(bitmap_copy); [all...] |
/external/kernel-headers/original/linux/ |
bitmap.h | 32 * bitmap_copy(dst, src, nbits) *dst = *src 149 static inline void bitmap_copy(unsigned long *dst, const unsigned long *src, function
|
/external/chromium_org/chrome/browser/profiles/ |
profile_shortcut_manager_win.cc | 615 SkBitmap bitmap_copy; local 616 image_bitmap->deepCopyTo(&bitmap_copy, image_bitmap->getConfig()); 617 return bitmap_copy; [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
bitmap.h | 94 extern void bitmap_copy (bitmap, const_bitmap);
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
bitmap.h | 94 extern void bitmap_copy (bitmap, const_bitmap);
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
bitmap.h | 94 extern void bitmap_copy (bitmap, const_bitmap);
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
bitmap.h | 94 extern void bitmap_copy (bitmap, const_bitmap);
|