Lines Matching full:skbitmap
27 class SkBitmap;
33 // SkBitmap object and vice versa. The class can also create a .ico file given
34 // a PNG image contained in an SkBitmap object. The following code snippet
37 // SkBitmap bitmap;
79 // Given an SkBitmap object, the function converts the bitmap to a Windows
85 static HICON CreateHICONFromSkBitmap(const SkBitmap& bitmap);
88 // the icon into an SkBitmap object containing an ARGB bitmap using the
96 static SkBitmap* CreateSkBitmapFromHICON(HICON icon, const gfx::Size& s);
98 // Loads an icon resource as a SkBitmap for the specified |size| from a
102 static scoped_ptr<SkBitmap> CreateSkBitmapFromIconResource(HMODULE module,
107 // the icon into an SkBitmap object containing an ARGB bitmap using the
113 static SkBitmap* CreateSkBitmapFromHICON(HICON icon);
215 // Given a single SkBitmap object and pointers to the corresponding icon
227 static void SetSingleIconImageInformation(const SkBitmap& bitmap,
234 // Copies the bits of an SkBitmap object into a buffer holding the bits of
236 static void CopySkBitmapBitsIntoIconBuffer(const SkBitmap& bitmap,
243 static size_t ComputeIconFileBufferSize(const std::vector<SkBitmap>& set);
260 static void ComputeBitmapSizeComponents(const SkBitmap& bitmap,
265 static SkBitmap CreateSkBitmapFromHICONHelper(HICON icon,