Searched refs:getHotSpot (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImageSource.h109 bool getHotSpot(IntPoint&) const;
H A DImageSource.cpp104 bool ImageSource::getHotSpot(IntPoint& hotSpot) const function in class:blink::ImageSource
H A DBitmapImage.h65 virtual bool getHotSpot(IntPoint&) const OVERRIDE;
H A DImage.h89 virtual bool getHotSpot(IntPoint&) const { return false; } function in class:blink::Image
H A DBitmapImage.cpp204 bool BitmapImage::getHotSpot(IntPoint& hotSpot) const function in class:blink::BitmapImage
206 return m_source.getHotSpot(hotSpot);
/external/replicaisland/src/com/replica/replicaisland/
H A DSelectDialogComponent.java47 final int hitSpot = hotSpot.getHotSpot(parentObject.getCenteredPositionX(), currentPosition.y + 10);
H A DHotSpotSystem.java95 public int getHotSpot(float worldX, float worldY) { method in class:HotSpotSystem
H A DLifetimeComponent.java107 if (hotSpot.getHotSpot(parentObject.getCenteredPositionX(),
H A DAnimationComponent.java292 if (hotSpot.getHotSpot(parentObject.getCenteredPositionX(),
H A DPatrolComponent.java95 hotSpot = hotSpotSystem.getHotSpot(parentObject.getCenteredPositionX(),
H A DPlayerComponent.java283 if (hotSpot.getHotSpot(parentObject.getCenteredPositionX(),
/external/chromium_org/third_party/WebKit/Source/platform/
H A DCursor.cpp43 bool imageHasIntrinsicHotSpot = image->getHotSpot(intrinsicHotSpot);

Completed in 1613 milliseconds