Home
last modified time | relevance | path

Searched refs:hotSpot (Results 226 – 250 of 1266) sorted by relevance

12345678910>>...51

/dports/www/firefox-legacy/firefox-52.8.0esr/widget/cocoa/
H A DnsMacCursor.mm102 /*! @method initWithImageNamed:hotSpot:
113 - (id) initWithImageNamed: (NSString *) aCursorImage hotSpot: (NSPoint) aPoint type: (nsCursor) aTy…
128 + (nsMacCursor *) cursorWithImageNamed: (NSString *) aCursorImage hotSpot: (NSPoint) aPoint type: (…
132 …return [[[nsCocoaCursor alloc] initWithImageNamed:aCursorImage hotSpot:aPoint type:aType] autorele…
146 + (NSCursor *) cocoaCursorWithImageNamed: (NSString *) imageName hotSpot: (NSPoint) aPoint
190 return [[[NSCursor alloc] initWithImage:cursorImage hotSpot:aPoint] autorelease];
329 - (id) initWithImageNamed: (NSString *) aCursorImage hotSpot: (NSPoint) aPoint type: (nsCursor) aTy…
333 …return [self initWithCursor:[nsMacCursor cocoaCursorWithImageNamed:aCursorImage hotSpot:aPoint] ty…
/dports/mail/thunderbird/thunderbird-91.8.0/widget/cocoa/
H A DnsMacCursor.mm108 /*! @method initWithImageNamed:hotSpot:
120 - (id)initWithImageNamed:(NSString*)aCursorImage hotSpot:(NSPoint)aPoint type:(nsCursor)aType;
135 hotSpot:(NSPoint)aPoint
139 return [[[nsCocoaCursor alloc] initWithImageNamed:aCursorImage hotSpot:aPoint
153 + (NSCursor*)cocoaCursorWithImageNamed:(NSString*)imageName hotSpot:(NSPoint)aPoint {
192 return [[[NSCursor alloc] initWithImage:cursorImage hotSpot:aPoint] autorelease];
319 - (id)initWithImageNamed:(NSString*)aCursorImage hotSpot:(NSPoint)aPoint type:(nsCursor)aType {
322 return [self initWithCursor:[nsMacCursor cocoaCursorWithImageNamed:aCursorImage hotSpot:aPoint]
/dports/www/firefox/firefox-99.0/widget/cocoa/
H A DnsMacCursor.mm108 /*! @method initWithImageNamed:hotSpot:
120 - (id)initWithImageNamed:(NSString*)aCursorImage hotSpot:(NSPoint)aPoint type:(nsCursor)aType;
135 hotSpot:(NSPoint)aPoint
139 return [[[nsCocoaCursor alloc] initWithImageNamed:aCursorImage hotSpot:aPoint
153 + (NSCursor*)cocoaCursorWithImageNamed:(NSString*)imageName hotSpot:(NSPoint)aPoint {
192 return [[[NSCursor alloc] initWithImage:cursorImage hotSpot:aPoint] autorelease];
319 - (id)initWithImageNamed:(NSString*)aCursorImage hotSpot:(NSPoint)aPoint type:(nsCursor)aType {
322 return [self initWithCursor:[nsMacCursor cocoaCursorWithImageNamed:aCursorImage hotSpot:aPoint]
/dports/www/firefox-esr/firefox-91.8.0/widget/cocoa/
H A DnsMacCursor.mm108 /*! @method initWithImageNamed:hotSpot:
120 - (id)initWithImageNamed:(NSString*)aCursorImage hotSpot:(NSPoint)aPoint type:(nsCursor)aType;
135 hotSpot:(NSPoint)aPoint
139 return [[[nsCocoaCursor alloc] initWithImageNamed:aCursorImage hotSpot:aPoint
153 + (NSCursor*)cocoaCursorWithImageNamed:(NSString*)imageName hotSpot:(NSPoint)aPoint {
192 return [[[NSCursor alloc] initWithImage:cursorImage hotSpot:aPoint] autorelease];
319 - (id)initWithImageNamed:(NSString*)aCursorImage hotSpot:(NSPoint)aPoint type:(nsCursor)aType {
322 return [self initWithCursor:[nsMacCursor cocoaCursorWithImageNamed:aCursorImage hotSpot:aPoint]
/dports/graphics/krita/krita-4.4.8/plugins/paintops/colorsmudge/
H A Dkis_colorsmudgeop.cpp145 inline void KisColorSmudgeOp::getTopLeftAligned(const QPointF &pos, const QPointF &hotSpot, qint32 … in getTopLeftAligned() argument
147 QPointF topLeft = pos - hotSpot; in getTopLeftAligned()
214 QPointF hotSpot = brush->hotSpot(shape, info); in paintAt() local
264 QPoint canvasLocalSamplePoint = (srcDabRect.topLeft() + hotSpot).toPoint(); in paintAt()
/dports/games/gcompris-qt/gcompris-qt-2.0/src/activities/gnumch-equality/
H A DMuncher.qml40 Drag.hotSpot.x: width / 2
41 Drag.hotSpot.y: height / 2
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/plugins/platforms/eglfs/api/
H A Dqeglfscursor.cpp191 QPoint hotSpot(hotSpots[i].toArray()[0].toDouble(), hotSpots[i].toArray()[1].toDouble()); in initCursorAtlas() local
192 m_cursorAtlas.hotSpots << hotSpot; in initCursorAtlas()
232 m_cursor.hotSpot = m_cursorAtlas.hotSpots[m_cursor.shape]; in setCurrentCursor()
238 m_cursor.hotSpot = cursor->hotSpot(); in setCurrentCursor()
303 return QRect(m_cursor.pos - m_cursor.hotSpot, m_cursor.size); in cursorRect()
346 if (screen->geometry().contains(cr.topLeft().toPoint() + m_cursor.hotSpot) in paintOnScreen()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/plugins/platforms/eglfs/api/
H A Dqeglfscursor.cpp191 QPoint hotSpot(hotSpots[i].toArray()[0].toDouble(), hotSpots[i].toArray()[1].toDouble()); in initCursorAtlas() local
192 m_cursorAtlas.hotSpots << hotSpot; in initCursorAtlas()
232 m_cursor.hotSpot = m_cursorAtlas.hotSpots[m_cursor.shape]; in setCurrentCursor()
238 m_cursor.hotSpot = cursor->hotSpot(); in setCurrentCursor()
303 return QRect(m_cursor.pos - m_cursor.hotSpot, m_cursor.size); in cursorRect()
346 if (screen->geometry().contains(cr.topLeft().toPoint() + m_cursor.hotSpot) in paintOnScreen()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/plugins/platforms/eglfs/api/
H A Dqeglfscursor.cpp191 QPoint hotSpot(hotSpots[i].toArray()[0].toDouble(), hotSpots[i].toArray()[1].toDouble()); in initCursorAtlas() local
192 m_cursorAtlas.hotSpots << hotSpot; in initCursorAtlas()
232 m_cursor.hotSpot = m_cursorAtlas.hotSpots[m_cursor.shape]; in setCurrentCursor()
238 m_cursor.hotSpot = cursor->hotSpot(); in setCurrentCursor()
303 return QRect(m_cursor.pos - m_cursor.hotSpot, m_cursor.size); in cursorRect()
346 if (screen->geometry().contains(cr.topLeft().toPoint() + m_cursor.hotSpot) in paintOnScreen()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/plugins/platforms/eglfs/api/
H A Dqeglfscursor.cpp191 QPoint hotSpot(hotSpots[i].toArray()[0].toDouble(), hotSpots[i].toArray()[1].toDouble()); in initCursorAtlas() local
192 m_cursorAtlas.hotSpots << hotSpot; in initCursorAtlas()
232 m_cursor.hotSpot = m_cursorAtlas.hotSpots[m_cursor.shape]; in setCurrentCursor()
238 m_cursor.hotSpot = cursor->hotSpot(); in setCurrentCursor()
303 return QRect(m_cursor.pos - m_cursor.hotSpot, m_cursor.size); in cursorRect()
346 if (screen->geometry().contains(cr.topLeft().toPoint() + m_cursor.hotSpot) in paintOnScreen()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/plugins/platforms/eglfs/api/
H A Dqeglfscursor.cpp191 QPoint hotSpot(hotSpots[i].toArray()[0].toDouble(), hotSpots[i].toArray()[1].toDouble()); in initCursorAtlas() local
192 m_cursorAtlas.hotSpots << hotSpot; in initCursorAtlas()
232 m_cursor.hotSpot = m_cursorAtlas.hotSpots[m_cursor.shape]; in setCurrentCursor()
238 m_cursor.hotSpot = cursor->hotSpot(); in setCurrentCursor()
303 return QRect(m_cursor.pos - m_cursor.hotSpot, m_cursor.size); in cursorRect()
346 if (screen->geometry().contains(cr.topLeft().toPoint() + m_cursor.hotSpot) in paintOnScreen()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/plugins/platforms/eglfs/api/
H A Dqeglfscursor.cpp191 QPoint hotSpot(hotSpots[i].toArray()[0].toDouble(), hotSpots[i].toArray()[1].toDouble()); in initCursorAtlas() local
192 m_cursorAtlas.hotSpots << hotSpot; in initCursorAtlas()
232 m_cursor.hotSpot = m_cursorAtlas.hotSpots[m_cursor.shape]; in setCurrentCursor()
238 m_cursor.hotSpot = cursor->hotSpot(); in setCurrentCursor()
303 return QRect(m_cursor.pos - m_cursor.hotSpot, m_cursor.size); in cursorRect()
346 if (screen->geometry().contains(cr.topLeft().toPoint() + m_cursor.hotSpot) in paintOnScreen()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/plugins/platforms/eglfs/api/
H A Dqeglfscursor.cpp191 QPoint hotSpot(hotSpots[i].toArray()[0].toDouble(), hotSpots[i].toArray()[1].toDouble()); in initCursorAtlas() local
192 m_cursorAtlas.hotSpots << hotSpot; in initCursorAtlas()
232 m_cursor.hotSpot = m_cursorAtlas.hotSpots[m_cursor.shape]; in setCurrentCursor()
238 m_cursor.hotSpot = cursor->hotSpot(); in setCurrentCursor()
303 return QRect(m_cursor.pos - m_cursor.hotSpot, m_cursor.size); in cursorRect()
346 if (screen->geometry().contains(cr.topLeft().toPoint() + m_cursor.hotSpot) in paintOnScreen()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/plugins/platforms/eglfs/api/
H A Dqeglfscursor.cpp191 QPoint hotSpot(hotSpots[i].toArray()[0].toDouble(), hotSpots[i].toArray()[1].toDouble()); in initCursorAtlas() local
192 m_cursorAtlas.hotSpots << hotSpot; in initCursorAtlas()
232 m_cursor.hotSpot = m_cursorAtlas.hotSpots[m_cursor.shape]; in setCurrentCursor()
238 m_cursor.hotSpot = cursor->hotSpot(); in setCurrentCursor()
303 return QRect(m_cursor.pos - m_cursor.hotSpot, m_cursor.size); in cursorRect()
346 if (screen->geometry().contains(cr.topLeft().toPoint() + m_cursor.hotSpot) in paintOnScreen()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/plugins/platforms/eglfs/api/
H A Dqeglfscursor.cpp191 QPoint hotSpot(hotSpots[i].toArray()[0].toDouble(), hotSpots[i].toArray()[1].toDouble()); in initCursorAtlas() local
192 m_cursorAtlas.hotSpots << hotSpot; in initCursorAtlas()
232 m_cursor.hotSpot = m_cursorAtlas.hotSpots[m_cursor.shape]; in setCurrentCursor()
238 m_cursor.hotSpot = cursor->hotSpot(); in setCurrentCursor()
303 return QRect(m_cursor.pos - m_cursor.hotSpot, m_cursor.size); in cursorRect()
346 if (screen->geometry().contains(cr.topLeft().toPoint() + m_cursor.hotSpot) in paintOnScreen()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/plugins/platforms/eglfs/api/
H A Dqeglfscursor.cpp191 QPoint hotSpot(hotSpots[i].toArray()[0].toDouble(), hotSpots[i].toArray()[1].toDouble()); in initCursorAtlas() local
192 m_cursorAtlas.hotSpots << hotSpot; in initCursorAtlas()
232 m_cursor.hotSpot = m_cursorAtlas.hotSpots[m_cursor.shape]; in setCurrentCursor()
238 m_cursor.hotSpot = cursor->hotSpot(); in setCurrentCursor()
303 return QRect(m_cursor.pos - m_cursor.hotSpot, m_cursor.size); in cursorRect()
346 if (screen->geometry().contains(cr.topLeft().toPoint() + m_cursor.hotSpot) in paintOnScreen()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/plugins/platforms/eglfs/api/
H A Dqeglfscursor.cpp191 QPoint hotSpot(hotSpots[i].toArray()[0].toDouble(), hotSpots[i].toArray()[1].toDouble()); in initCursorAtlas() local
192 m_cursorAtlas.hotSpots << hotSpot; in initCursorAtlas()
232 m_cursor.hotSpot = m_cursorAtlas.hotSpots[m_cursor.shape]; in setCurrentCursor()
238 m_cursor.hotSpot = cursor->hotSpot(); in setCurrentCursor()
303 return QRect(m_cursor.pos - m_cursor.hotSpot, m_cursor.size); in cursorRect()
346 if (screen->geometry().contains(cr.topLeft().toPoint() + m_cursor.hotSpot) in paintOnScreen()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/plugins/platforms/eglfs/api/
H A Dqeglfscursor.cpp191 QPoint hotSpot(hotSpots[i].toArray()[0].toDouble(), hotSpots[i].toArray()[1].toDouble()); in initCursorAtlas() local
192 m_cursorAtlas.hotSpots << hotSpot; in initCursorAtlas()
232 m_cursor.hotSpot = m_cursorAtlas.hotSpots[m_cursor.shape]; in setCurrentCursor()
238 m_cursor.hotSpot = cursor->hotSpot(); in setCurrentCursor()
303 return QRect(m_cursor.pos - m_cursor.hotSpot, m_cursor.size); in cursorRect()
346 if (screen->geometry().contains(cr.topLeft().toPoint() + m_cursor.hotSpot) in paintOnScreen()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/plugins/platforms/eglfs/api/
H A Dqeglfscursor.cpp191 QPoint hotSpot(hotSpots[i].toArray()[0].toDouble(), hotSpots[i].toArray()[1].toDouble()); in initCursorAtlas() local
192 m_cursorAtlas.hotSpots << hotSpot; in initCursorAtlas()
232 m_cursor.hotSpot = m_cursorAtlas.hotSpots[m_cursor.shape]; in setCurrentCursor()
238 m_cursor.hotSpot = cursor->hotSpot(); in setCurrentCursor()
303 return QRect(m_cursor.pos - m_cursor.hotSpot, m_cursor.size); in cursorRect()
346 if (screen->geometry().contains(cr.topLeft().toPoint() + m_cursor.hotSpot) in paintOnScreen()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/plugins/platforms/eglfs/api/
H A Dqeglfscursor.cpp191 QPoint hotSpot(hotSpots[i].toArray()[0].toDouble(), hotSpots[i].toArray()[1].toDouble()); in initCursorAtlas() local
192 m_cursorAtlas.hotSpots << hotSpot; in initCursorAtlas()
232 m_cursor.hotSpot = m_cursorAtlas.hotSpots[m_cursor.shape]; in setCurrentCursor()
238 m_cursor.hotSpot = cursor->hotSpot(); in setCurrentCursor()
303 return QRect(m_cursor.pos - m_cursor.hotSpot, m_cursor.size); in cursorRect()
346 if (screen->geometry().contains(cr.topLeft().toPoint() + m_cursor.hotSpot) in paintOnScreen()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/plugins/platforms/eglfs/api/
H A Dqeglfscursor.cpp191 QPoint hotSpot(hotSpots[i].toArray()[0].toDouble(), hotSpots[i].toArray()[1].toDouble()); in initCursorAtlas() local
192 m_cursorAtlas.hotSpots << hotSpot; in initCursorAtlas()
232 m_cursor.hotSpot = m_cursorAtlas.hotSpots[m_cursor.shape]; in setCurrentCursor()
238 m_cursor.hotSpot = cursor->hotSpot(); in setCurrentCursor()
303 return QRect(m_cursor.pos - m_cursor.hotSpot, m_cursor.size); in cursorRect()
346 if (screen->geometry().contains(cr.topLeft().toPoint() + m_cursor.hotSpot) in paintOnScreen()
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/plugins/platforms/eglfs/api/
H A Dqeglfscursor.cpp191 QPoint hotSpot(hotSpots[i].toArray()[0].toDouble(), hotSpots[i].toArray()[1].toDouble()); in initCursorAtlas() local
192 m_cursorAtlas.hotSpots << hotSpot; in initCursorAtlas()
232 m_cursor.hotSpot = m_cursorAtlas.hotSpots[m_cursor.shape]; in setCurrentCursor()
238 m_cursor.hotSpot = cursor->hotSpot(); in setCurrentCursor()
303 return QRect(m_cursor.pos - m_cursor.hotSpot, m_cursor.size); in cursorRect()
346 if (screen->geometry().contains(cr.topLeft().toPoint() + m_cursor.hotSpot) in paintOnScreen()
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/plugins/platforms/eglfs/api/
H A Dqeglfscursor.cpp191 QPoint hotSpot(hotSpots[i].toArray()[0].toDouble(), hotSpots[i].toArray()[1].toDouble()); in initCursorAtlas() local
192 m_cursorAtlas.hotSpots << hotSpot; in initCursorAtlas()
232 m_cursor.hotSpot = m_cursorAtlas.hotSpots[m_cursor.shape]; in setCurrentCursor()
238 m_cursor.hotSpot = cursor->hotSpot(); in setCurrentCursor()
303 return QRect(m_cursor.pos - m_cursor.hotSpot, m_cursor.size); in cursorRect()
346 if (screen->geometry().contains(cr.topLeft().toPoint() + m_cursor.hotSpot) in paintOnScreen()
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/plugins/platforms/eglfs/api/
H A Dqeglfscursor.cpp191 QPoint hotSpot(hotSpots[i].toArray()[0].toDouble(), hotSpots[i].toArray()[1].toDouble()); in initCursorAtlas() local
192 m_cursorAtlas.hotSpots << hotSpot; in initCursorAtlas()
232 m_cursor.hotSpot = m_cursorAtlas.hotSpots[m_cursor.shape]; in setCurrentCursor()
238 m_cursor.hotSpot = cursor->hotSpot(); in setCurrentCursor()
303 return QRect(m_cursor.pos - m_cursor.hotSpot, m_cursor.size); in cursorRect()
346 if (screen->geometry().contains(cr.topLeft().toPoint() + m_cursor.hotSpot) in paintOnScreen()
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/plugins/platforms/eglfs/api/
H A Dqeglfscursor.cpp191 QPoint hotSpot(hotSpots[i].toArray()[0].toDouble(), hotSpots[i].toArray()[1].toDouble()); in initCursorAtlas() local
192 m_cursorAtlas.hotSpots << hotSpot; in initCursorAtlas()
232 m_cursor.hotSpot = m_cursorAtlas.hotSpots[m_cursor.shape]; in setCurrentCursor()
238 m_cursor.hotSpot = cursor->hotSpot(); in setCurrentCursor()
303 return QRect(m_cursor.pos - m_cursor.hotSpot, m_cursor.size); in cursorRect()
346 if (screen->geometry().contains(cr.topLeft().toPoint() + m_cursor.hotSpot) in paintOnScreen()

12345678910>>...51