Searched refs:spriteIcon (Results 1 – 1 of 1) sorted by relevance
1638 SpriteIcon spriteIcon; in nativeSetCustomPointerIcon() local1640 if (spriteIcon.bitmap.tryAllocPixels(spriteInfo)) { in nativeSetCustomPointerIcon()1641 pointerIcon.bitmap.readPixels(spriteInfo, spriteIcon.bitmap.getPixels(), in nativeSetCustomPointerIcon()1642 spriteIcon.bitmap.rowBytes(), 0, 0); in nativeSetCustomPointerIcon()1644 spriteIcon.hotSpotX = pointerIcon.hotSpotX; in nativeSetCustomPointerIcon()1645 spriteIcon.hotSpotY = pointerIcon.hotSpotY; in nativeSetCustomPointerIcon()1646 im->setCustomPointerIcon(spriteIcon); in nativeSetCustomPointerIcon()