Searched refs:cursorPixelMap (Results 1 – 1 of 1) sorted by relevance
4761 std::shared_ptr<Media::PixelMap> cursorPixelMap(pixelMap.release()); in UpdateCustomCursor() local4762 CHECK_NULL_VOID(cursorPixelMap); in UpdateCustomCursor()4765 mouseStyle->SetCustomCursor(windowId, x, y, cursorPixelMap); in UpdateCustomCursor()