Home
last modified time | relevance | path

Searched refs:hotspot_point (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ui/base/x/
Dx11_util.cc400 gfx::Point hotspot_point = hotspot; in SkBitmapToXcursorImage() local
418 hotspot_point = gfx::ToFlooredPoint(gfx::ScalePoint(hotspot, scale)); in SkBitmapToXcursorImage()
424 image->xhot = std::min(bitmap->width() - 1, hotspot_point.x()); in SkBitmapToXcursorImage()
425 image->yhot = std::min(bitmap->height() - 1, hotspot_point.y()); in SkBitmapToXcursorImage()