/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSCursorImageValue.h | 35 …alue> create(PassRefPtrWillBeRawPtr<CSSValue> imageValue, bool hasHotSpot, const IntPoint& hotSpot) in create() argument 37 return adoptRefWillBeNoop(new CSSCursorImageValue(imageValue, hasHotSpot, hotSpot)); in create() 44 IntPoint hotSpot() const in hotSpot() function 66 …rImageValue(PassRefPtrWillBeRawPtr<CSSValue> imageValue, bool hasHotSpot, const IntPoint& hotSpot);
|
D | CSSCursorImageValue.cpp | 48 …orImageValue(PassRefPtrWillBeRawPtr<CSSValue> imageValue, bool hasHotSpot, const IntPoint& hotSpot) in CSSCursorImageValue() argument 52 , m_hotSpot(hotSpot) in CSSCursorImageValue()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | NPCComponent.java | 165 final int hotSpot = hotSpotSystem.getHotSpotByTile(hitTileX, hitTileY); in update() local 167 …if (hotSpot >= HotSpotSystem.HotSpotType.NPC_GO_RIGHT && hotSpot <= HotSpotSystem.HotSpotType.NPC_… in update() 170 accepted = executeCommand(hotSpot, parentObject, timeDelta); in update() 171 } else if (hotSpot == HotSpotSystem.HotSpotType.ATTACK && !mPauseOnAttack) { in update() 173 accepted = executeCommand(hotSpot, parentObject, timeDelta); in update() 174 } else if (hotSpot == HotSpotSystem.HotSpotType.NPC_RUN_QUEUED_COMMANDS) { in update() 178 } else if (hotSpot > HotSpotSystem.HotSpotType.NONE) { in update() 179 queueCommand(hotSpot); in update() 212 private boolean executeCommand(int hotSpot, GameObject parentObject, float timeDelta) { in executeCommand() argument 216 switch(hotSpot) { in executeCommand() [all …]
|
D | PatrolComponent.java | 91 int hotSpot = HotSpotSystem.HotSpotType.NONE; in update() local 95 hotSpot = hotSpotSystem.getHotSpot(parentObject.getCenteredPositionX(), in update() 102 || hotSpot == HotSpotType.GO_LEFT) && targetVelocityX >= 0.0f; in update() 105 || hotSpot == HotSpotType.GO_RIGHT) && targetVelocityX <= 0.0f; in update() 107 boolean pause = (mMaxSpeed == 0.0f) || hotSpot == HotSpotType.GO_DOWN; in update() 162 || hotSpot == HotSpotType.GO_UP; in update() 165 || hotSpot == HotSpotType.GO_DOWN; in update()
|
D | SelectDialogComponent.java | 40 HotSpotSystem hotSpot = sSystemRegistry.hotSpotSystem; in update() local 41 if (hotSpot != null && mHitReact != null) { in update() 47 …final int hitSpot = hotSpot.getHotSpot(parentObject.getCenteredPositionX(), currentPosition.y + 10… in update()
|
D | LifetimeComponent.java | 104 HotSpotSystem hotSpot = sSystemRegistry.hotSpotSystem; in update() local 105 if (hotSpot != null) { in update() 107 if (hotSpot.getHotSpot(parentObject.getCenteredPositionX(), in update()
|
D | AnimationComponent.java | 289 HotSpotSystem hotSpot = sSystemRegistry.hotSpotSystem; in update() local 290 if (hotSpot != null) { in update() 292 if (hotSpot.getHotSpot(parentObject.getCenteredPositionX(), in update()
|
D | PlayerComponent.java | 280 HotSpotSystem hotSpot = sSystemRegistry.hotSpotSystem; in update() local 281 if (hotSpot != null) { in update() 283 if (hotSpot.getHotSpot(parentObject.getCenteredPositionX(), in update()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
D | CursorData.h | 35 CursorData(PassRefPtr<StyleImage> image, const IntPoint& hotSpot) in CursorData() argument 37 , m_hotSpot(hotSpot) in CursorData() 55 const IntPoint& hotSpot() const { return m_hotSpot; } in hotSpot() function
|
/external/chromium_org/third_party/WebKit/Source/platform/exported/ |
D | WebCursorInfo.cpp | 42 , hotSpot(cursor.hotSpot()) in WebCursorInfo()
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | ImageSource.cpp | 103 bool ImageSource::getHotSpot(IntPoint& hotSpot) const in getHotSpot() 105 return m_decoder ? m_decoder->hotSpot(hotSpot) : false; in getHotSpot()
|
D | DeferredImageDecoder.cpp | 291 bool DeferredImageDecoder::hotSpot(IntPoint& hotSpot) const in hotSpot() function in WebCore::DeferredImageDecoder 294 return m_actualDecoder ? m_actualDecoder->hotSpot(hotSpot) : false; in hotSpot()
|
D | DeferredImageDecoder.h | 75 bool hotSpot(IntPoint&) const;
|
D | BitmapImage.cpp | 199 bool BitmapImage::getHotSpot(IntPoint& hotSpot) const in getHotSpot() 201 bool result = m_source.getHotSpot(hotSpot); in getHotSpot()
|
/external/chromium_org/content/renderer/ |
D | cursor_utils.cc | 21 webkit_cursor_info->hotSpot = cursor_info.hotspot; in GetWebKitCursorInfo() 36 web_cursor_info.hotspot = webkit_cursor_info.hotSpot; in InitializeCursorFromWebKitCursorInfo()
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | Cursor.h | 95 Cursor(Image*, const IntPoint& hotSpot); 98 Cursor(Image*, const IntPoint& hotSpot, float imageScaleFactor); 111 const IntPoint& hotSpot() const { return m_hotSpot; } in hotSpot() function
|
D | Cursor.cpp | 145 Cursor::Cursor(Image* image, const IntPoint& hotSpot) in Cursor() argument 148 , m_hotSpot(determineHotSpot(image, hotSpot)) in Cursor() 153 Cursor::Cursor(Image* image, const IntPoint& hotSpot, float scale) in Cursor() argument 156 , m_hotSpot(determineHotSpot(image, hotSpot)) in Cursor()
|
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/ico/ |
D | ICOImageDecoder.cpp | 138 bool ICOImageDecoder::hotSpot(IntPoint& hotSpot) const in hotSpot() function in WebCore::ICOImageDecoder 143 return hotSpotAtIndex(0, hotSpot); in hotSpot() 146 bool ICOImageDecoder::hotSpotAtIndex(size_t index, IntPoint& hotSpot) const in hotSpotAtIndex() 151 hotSpot = m_dirEntries[index].m_hotSpot; in hotSpotAtIndex()
|
D | ICOImageDecoder.h | 59 virtual bool hotSpot(IntPoint&) const OVERRIDE; 121 bool hotSpotAtIndex(size_t index, IntPoint& hotSpot) const;
|
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/ |
D | SDL_macmouse.c | 82 cursor->curs.hotSpot.h = hot_x; in Mac_CreateWMCursor() 83 cursor->curs.hotSpot.v = hot_y; in Mac_CreateWMCursor()
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebCursorInfo.h | 97 WebPoint hotSpot; member
|
/external/chromium_org/content/common/cursors/ |
D | webcursor_mac.mm | 114 hotSpot:NSMakePoint(hotspot_x, 178 hotSpot:dip_hotspot]; 356 NSPoint hot_spot = [cursor hotSpot];
|
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/ |
D | ImageDecoder.h | 241 virtual bool hotSpot(IntPoint&) const { return false; } in hotSpot() function
|
/external/chromium_org/third_party/webrtc/modules/desktop_capture/ |
D | mouse_cursor_monitor_mac.mm | 220 NSPoint nshotspot = [nscursor hotSpot];
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | EventHandler.cpp | 1073 IntPoint hotSpot = (*cursors)[i].hotSpot(); in selectCursor() local 1074 hotSpot.scale(scale, scale); in selectCursor() 1088 return Cursor(image, hotSpot, scale); in selectCursor()
|