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

/external/chromium_org/ui/base/cursor/
H A Dcursor_loader_x11.cc164 gfx::Point hotpoint = hot; local
166 scale(), display().rotation(), &bitmap, &hotpoint);
168 XcursorImage* x_image = SkBitmapToXcursorImage(&bitmap, hotpoint);
192 gfx::Point hotpoint = hot; local
201 XcursorImage* x_image = SkBitmapToXcursorImage(&cropped, hotpoint);
265 gfx::Point* hotpoint) {
270 hotpoint->SetPoint(bitmap->height() - hotpoint->y(), hotpoint->x());
275 hotpoint
262 ScaleAndRotateCursorBitmapAndHotpoint(float scale, gfx::Display::Rotation rotation, SkBitmap* bitmap, gfx::Point* hotpoint) argument
[all...]

Completed in 258 milliseconds