Searched refs:XcursorImage (Results 1 – 6 of 6) sorted by relevance
28 typedef struct _XcursorImage XcursorImage; typedef70 UI_BASE_EXPORT ::Cursor CreateReffedCustomXCursor(XcursorImage* image);80 UI_BASE_EXPORT XcursorImage* SkBitmapToXcursorImage(const SkBitmap* bitmap,367 UI_BASE_EXPORT const XcursorImage* GetCachedXcursorImage(::Cursor cursor);
203 ::Cursor InstallCustomCursor(XcursorImage* image) { in InstallCustomCursor()223 const XcursorImage* GetXcursorImage(::Cursor cursor) const { in GetXcursorImage()233 XCustomCursor(XcursorImage* image) in XCustomCursor()259 const XcursorImage* image() const { in image()264 XcursorImage* image_;371 ::Cursor CreateReffedCustomXCursor(XcursorImage* image) { in CreateReffedCustomXCursor()383 XcursorImage* SkBitmapToXcursorImage(const SkBitmap* cursor_image, in SkBitmapToXcursorImage()409 XcursorImage* image = XcursorImageCreate(bitmap->width(), bitmap->height()); in SkBitmapToXcursorImage()1381 const XcursorImage* GetCachedXcursorImage(::Cursor cursor) { in GetCachedXcursorImage()
161 XcursorImage* x_image = SkBitmapToXcursorImage(&bitmap, hotspot); in LoadImageCursor()179 XcursorImage* x_image = SkBitmapToXcursorImage(&bitmaps[frame], hotspot); in LoadAnimatedCursor()220 const XcursorImage* CursorLoaderX11::GetXcursorImageForTest(int id) { in GetXcursorImageForTest()
36 const XcursorImage* GetXcursorImageForTest(int id);
34 XcursorImage* image = ui::SkBitmapToXcursorImage(&bitmap, hotspot); in GetPlatformCursor()
195 const XcursorImage* image = loader.GetXcursorImageForTest(kCursorId); in TEST_F()