Searched defs:bitmap_copy (Results 1 - 3 of 3) sorted by relevance

/external/qemu/include/qemu/
H A Dbitmap.h27 * bitmap_copy(dst, src, nbits) *dst = *src
117 static inline void bitmap_copy(unsigned long *dst, const unsigned long *src, function
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_shortcut_manager_win.cc600 SkBitmap bitmap_copy; local
601 image_bitmap->deepCopyTo(&bitmap_copy);
602 return bitmap_copy;
/external/chromium_org/cc/trees/
H A Dlayer_tree_host.cc637 SkBitmap bitmap_copy; local
639 bitmap_copy = bitmap;
641 bitmap.copyTo(&bitmap_copy);
642 bitmap_copy.setImmutable();
645 UIResourceBitmap overhang_bitmap(bitmap_copy);

Completed in 4585 milliseconds