HomeSort by relevance Sort by last modified time
    Searched refs:hotspot (Results 1 - 11 of 11) sorted by null

  /external/webkit/WebCore/css/
CSSCursorImageValue.h 35 static PassRefPtr<CSSCursorImageValue> create(const String& url, const IntPoint& hotspot)
37 return adoptRef(new CSSCursorImageValue(url, hotspot));
42 IntPoint hotspot() const { return m_hotspot; } function in class:WebCore::CSSCursorImageValue
52 CSSCursorImageValue(const String& url, const IntPoint& hotspot);
CSSCursorImageValue.cpp 55 CSSCursorImageValue::CSSCursorImageValue(const String& url, const IntPoint& hotspot)
57 , m_hotspot(hotspot)
CSSParser.cpp 882 IntPoint hotspot; local
887 hotspot = IntPoint(coords[0], coords[1]);
892 list->append(CSSCursorImageValue::create(m_styleSheet->completeURL(uri), hotspot));
    [all...]
CSSStyleSelector.cpp     [all...]
  /external/webkit/WebCore/platform/mac/
CursorMac.mm 46 static NSCursor* createCustomCursor(Image* image, const IntPoint& hotspot)
53 return [[NSCursor alloc] initWithImage:img hotSpot:hotspot];
71 cursor = [[NSCursor alloc] initWithImage:cursorImage hotSpot:hotSpotPoint];
79 Cursor::Cursor(Image* image, const IntPoint& hotspot)
80 : m_impl(HardRetainWithNSRelease(createCustomCursor(image, hotspot)))
  /external/webkit/WebCore/platform/win/
CursorWin.cpp 55 Cursor::Cursor(Image* img, const IntPoint& hotspot)
77 ii.xHotspot = hotspot.x();
78 ii.yHotspot = hotspot.y();
113 icon.xHotspot = hotspot.x();
114 icon.yHotspot = hotspot.y();
143 IntPoint hotSpot(x, y);
147 c = Cursor(cursorImage.get(), hotSpot);
  /external/webkit/WebCore/platform/qt/
CursorQt.cpp 60 Cursor::Cursor(Image* image, const IntPoint& hotspot)
62 : m_impl(*(image->nativeImageForCurrentFrame()), hotspot.x(), hotspot.y())
  /external/webkit/WebCore/platform/wince/
CursorWince.cpp 45 Cursor::Cursor(Image* img, const IntPoint& hotspot)
  /external/freetype/
Android.mk 11 # compile in ARM mode, since the glyph loader/renderer is a hotspot
  /external/webkit/WebCore/platform/
Cursor.h 112 Cursor(Image*, const IntPoint& hotspot);
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 150 milliseconds