HomeSort by relevance Sort by last modified time
    Searched refs:bitmap_copy (Results 1 - 6 of 6) sorted by null

  /external/qemu/include/qemu/
bitmap.h 27 * bitmap_copy(dst, src, nbits) *dst = *src
117 static inline void bitmap_copy(unsigned long *dst, const unsigned long *src, function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
sbitmap.h 48 * set_copy : bitmap_copy
233 extern void bitmap_copy (sbitmap, const_sbitmap);
bitmap.h 78 * set_copy : bitmap_copy
199 extern void bitmap_copy (bitmap, const_bitmap);
  /external/chromium_org/cc/trees/
layer_tree_host.cc 679 SkBitmap bitmap_copy; local
681 bitmap_copy = bitmap;
683 bitmap.copyTo(&bitmap_copy);
684 bitmap_copy.setImmutable();
687 UIResourceBitmap overhang_bitmap(bitmap_copy);
    [all...]
  /external/chromium_org/ui/compositor/
layer.cc 603 SkBitmap bitmap_copy; local
605 bitmap_copy = bitmap;
608 bitmap.copyTo(&bitmap_copy);
609 bitmap_copy.setImmutable();
611 nine_patch_layer_->SetBitmap(bitmap_copy);
  /external/chromium_org/chrome/browser/profiles/
profile_shortcut_manager_win.cc 597 SkBitmap bitmap_copy; local
598 image_bitmap->deepCopyTo(&bitmap_copy);
599 return bitmap_copy;
    [all...]

Completed in 625 milliseconds