Home | History | Annotate | Download | only in gfx

Lines Matching refs:HICON

32 // The class interface contains methods for converting an HICON handle into an
45 // // Convert the bitmap into a Windows HICON
46 // HICON icon = IconUtil::CreateHICONFromSkBitmap(bitmap);
80 // icon and returns the corresponding HICON handle. If the function cannot
85 static HICON CreateHICONFromSkBitmap(const SkBitmap& bitmap);
87 // Given a valid HICON handle representing an icon, this function converts
96 static SkBitmap* CreateSkBitmapFromHICON(HICON icon, const gfx::Size& s);
106 // Given a valid HICON handle representing an icon, this function converts
108 // dimensions of HICON. If the function cannot convert the icon to a bitmap
113 static SkBitmap* CreateSkBitmapFromHICON(HICON icon);
134 static HICON CreateCursorFromDIB(const gfx::Size& icon_size,
265 static SkBitmap CreateSkBitmapFromHICONHelper(HICON icon,