Searched refs:m_hotSpot (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DCursorData.h37 , m_hotSpot(hotSpot)
43 return m_hotSpot == o.m_hotSpot && m_image == o.m_image;
55 const IntPoint& hotSpot() const { return m_hotSpot; }
59 IntPoint m_hotSpot; // for CSS3 support member in class:blink::CursorData
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSCursorImageValue.cpp52 , m_hotSpot(hotSpot)
83 result.appendNumber(m_hotSpot.x());
85 result.appendNumber(m_hotSpot.y());
104 m_hotSpot.setX(static_cast<int>(x));
107 m_hotSpot.setY(static_cast<int>(y));
200 return m_hasHotSpot ? other.m_hasHotSpot && m_hotSpot == other.m_hotSpot : !other.m_hasHotSpot
H A DCSSCursorImageValue.h47 return m_hotSpot;
75 IntPoint m_hotSpot; member in class:blink::CSSCursorImageValue
/external/chromium_org/third_party/WebKit/Source/platform/
H A DCursor.cpp148 , m_hotSpot(determineHotSpot(image, hotSpot))
156 , m_hotSpot(determineHotSpot(image, hotSpot))
170 , m_hotSpot(other.m_hotSpot)
179 m_hotSpot = other.m_hotSpot;
H A DCursor.h111 const IntPoint& hotSpot() const { return m_hotSpot; }
118 IntPoint m_hotSpot; member in class:blink::Cursor
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/ico/
H A DICOImageDecoder.h76 IntPoint m_hotSpot; member in struct:blink::ICOImageDecoder::IconDirectoryEntry
H A DICOImageDecoder.cpp151 hotSpot = m_dirEntries[index].m_hotSpot;
312 entry.m_hotSpot = IntPoint(readUint16(4), readUint16(6));
315 entry.m_hotSpot = IntPoint();

Completed in 58 milliseconds