OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createCustomCursor
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/awt/org/apache/harmony/awt/wtk/
CursorFactory.java
71
public abstract NativeCursor
createCustomCursor
(Image img, int xHotSpot, int yHotSpot);
/external/webkit/WebCore/platform/mac/
CursorMac.mm
46
static NSCursor*
createCustomCursor
(Image* image, const IntPoint& hotspot)
80
: m_impl(HardRetainWithNSRelease(
createCustomCursor
(image, hotspot)))
/frameworks/base/awt/java/awt/
Toolkit.java
736
public Cursor
createCustomCursor
(Image img, Point hotSpot, String name)
[
all
...]
/prebuilt/common/netbeans-visual/
org-openide-util.jar
Completed in 36 milliseconds