Searched refs:hotSpot (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebCursorInfo.cpp42 , hotSpot(cursor.hotSpot())
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DCursorData.h35 CursorData(PassRefPtr<StyleImage> image, const IntPoint& hotSpot) argument
37 , m_hotSpot(hotSpot)
55 const IntPoint& hotSpot() const { return m_hotSpot; } function in class:WebCore::CursorData
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSCursorImageValue.h35 static PassRefPtr<CSSCursorImageValue> create(PassRefPtr<CSSValue> imageValue, bool hasHotSpot, const IntPoint& hotSpot) argument
37 return adoptRef(new CSSCursorImageValue(imageValue, hasHotSpot, hotSpot));
44 IntPoint hotSpot() const function in class:WebCore::CSSCursorImageValue
62 CSSCursorImageValue(PassRefPtr<CSSValue> imageValue, bool hasHotSpot, const IntPoint& hotSpot);
H A DCSSCursorImageValue.cpp50 CSSCursorImageValue::CSSCursorImageValue(PassRefPtr<CSSValue> imageValue, bool hasHotSpot, const IntPoint& hotSpot) argument
54 , m_hotSpot(hotSpot)
/external/chromium_org/content/renderer/
H A Dcursor_utils.cc21 webkit_cursor_info->hotSpot = cursor_info.hotspot;
36 web_cursor_info.hotspot = webkit_cursor_info.hotSpot;
/external/replicaisland/src/com/replica/replicaisland/
H A DSelectDialogComponent.java40 HotSpotSystem hotSpot = sSystemRegistry.hotSpotSystem;
41 if (hotSpot != null && mHitReact != null) {
47 final int hitSpot = hotSpot.getHotSpot(parentObject.getCenteredPositionX(), currentPosition.y + 10);
H A DNPCComponent.java165 final int hotSpot = hotSpotSystem.getHotSpotByTile(hitTileX, hitTileY);
167 if (hotSpot >= HotSpotSystem.HotSpotType.NPC_GO_RIGHT && hotSpot <= HotSpotSystem.HotSpotType.NPC_SLOW) {
170 accepted = executeCommand(hotSpot, parentObject, timeDelta);
171 } else if (hotSpot == HotSpotSystem.HotSpotType.ATTACK && !mPauseOnAttack) {
173 accepted = executeCommand(hotSpot, parentObject, timeDelta);
174 } else if (hotSpot == HotSpotSystem.HotSpotType.NPC_RUN_QUEUED_COMMANDS) {
178 } else if (hotSpot > HotSpotSystem.HotSpotType.NONE) {
179 queueCommand(hotSpot);
212 private boolean executeCommand(int hotSpot, GameObjec argument
[all...]
H A DPatrolComponent.java91 int hotSpot = HotSpotSystem.HotSpotType.NONE;
95 hotSpot = hotSpotSystem.getHotSpot(parentObject.getCenteredPositionX(),
102 || hotSpot == HotSpotType.GO_LEFT) && targetVelocityX >= 0.0f;
105 || hotSpot == HotSpotType.GO_RIGHT) && targetVelocityX <= 0.0f;
107 boolean pause = (mMaxSpeed == 0.0f) || hotSpot == HotSpotType.GO_DOWN;
162 || hotSpot == HotSpotType.GO_UP;
165 || hotSpot == HotSpotType.GO_DOWN;
H A DLifetimeComponent.java104 HotSpotSystem hotSpot = sSystemRegistry.hotSpotSystem;
105 if (hotSpot != null) {
107 if (hotSpot.getHotSpot(parentObject.getCenteredPositionX(),
H A DAnimationComponent.java289 HotSpotSystem hotSpot = sSystemRegistry.hotSpotSystem;
290 if (hotSpot != null) {
292 if (hotSpot.getHotSpot(parentObject.getCenteredPositionX(),
H A DPlayerComponent.java280 HotSpotSystem hotSpot = sSystemRegistry.hotSpotSystem;
281 if (hotSpot != null) {
283 if (hotSpot.getHotSpot(parentObject.getCenteredPositionX(),
/external/chromium/webkit/glue/
H A Dwebcursor_unittest.cc121 EXPECT_EQ(gfx::Point(1, 1), gfx::Point(info.hotSpot));
125 info.hotSpot = gfx::Point(-1, -1);
128 EXPECT_EQ(gfx::Point(0, 0), gfx::Point(info.hotSpot));
H A Dwebcursor.cc57 hotspot_ = cursor_info.hotSpot;
65 cursor_info->hotSpot = hotspot_;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImageSource.cpp98 bool ImageSource::getHotSpot(IntPoint& hotSpot) const
100 return m_decoder ? m_decoder->hotSpot(hotSpot) : false;
H A DDeferredImageDecoder.cpp304 bool DeferredImageDecoder::hotSpot(IntPoint& hotSpot) const function in class:WebCore::DeferredImageDecoder
307 return m_actualDecoder ? m_actualDecoder->hotSpot(hotSpot) : false;
H A DDeferredImageDecoder.h73 bool hotSpot(IntPoint&) const;
H A DBitmapImage.cpp198 bool BitmapImage::getHotSpot(IntPoint& hotSpot) const
200 bool result = m_source.getHotSpot(hotSpot);
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/ico/
H A DICOImageDecoder.h59 virtual bool hotSpot(IntPoint&) const;
119 // Stores the hot-spot for |index| in |hotSpot| and returns true,
121 bool hotSpotAtIndex(size_t index, IntPoint& hotSpot) const;
H A DICOImageDecoder.cpp138 bool ICOImageDecoder::hotSpot(IntPoint& hotSpot) const function in class:WebCore::ICOImageDecoder
143 return hotSpotAtIndex(0, hotSpot);
146 bool ICOImageDecoder::hotSpotAtIndex(size_t index, IntPoint& hotSpot) const
151 hotSpot = m_dirEntries[index].m_hotSpot;
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
H A DSDL_macmouse.c82 cursor->curs.hotSpot.h = hot_x;
83 cursor->curs.hotSpot.v = hot_y;
/external/chromium_org/third_party/WebKit/Source/platform/
H A DCursor.h95 Cursor(Image*, const IntPoint& hotSpot);
98 Cursor(Image*, const IntPoint& hotSpot, float imageScaleFactor);
111 const IntPoint& hotSpot() const { return m_hotSpot; } function in class:WebCore::Cursor
H A DCursor.cpp145 Cursor::Cursor(Image* image, const IntPoint& hotSpot) argument
148 , m_hotSpot(determineHotSpot(image, hotSpot))
153 Cursor::Cursor(Image* image, const IntPoint& hotSpot, float scale) argument
156 , m_hotSpot(determineHotSpot(image, hotSpot))
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebCursorInfo.h97 WebPoint hotSpot; member in struct:blink::WebCursorInfo
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
H A DImageDecoder.h229 virtual bool hotSpot(IntPoint&) const { return false; } function in class:WebCore::ImageDecoder
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
H A DSDL_QuartzWM.m77 cursor->nscursor = [ [ NSCursor alloc ] initWithImage: img hotSpot: NSMakePoint(hot_x, hot_y) ];

Completed in 1099 milliseconds

12