Home
last modified time | relevance | path

Searched refs:hotSpot (Results 1 – 25 of 1266) sorted by relevance

12345678910>>...51

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Test/System.Web.UI.WebControls/
H A DHotSpotTest.cs110 hotSpot.AccessKey = string.Empty; in HotSpot_AssignToDefaultProperties()
114 hotSpot.AlternateText = string.Empty; in HotSpot_AssignToDefaultProperties()
122 hotSpot.NavigateUrl = string.Empty; in HotSpot_AssignToDefaultProperties()
130 hotSpot.TabIndex = 0; in HotSpot_AssignToDefaultProperties()
134 hotSpot.Target = string.Empty; in HotSpot_AssignToDefaultProperties()
143 hotSpot.AccessKey = string.Empty; in HotSpot_ViewState()
149 hotSpot.NavigateUrl = string.Empty; in HotSpot_ViewState()
153 hotSpot.TabIndex = 0; in HotSpot_ViewState()
155 hotSpot.Target = string.Empty; in HotSpot_ViewState()
158 object state = hotSpot.SaveState(); in HotSpot_ViewState()
[all …]
/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/cockatrice/src/
H A Dabstractcarddragitem.cpp17 : QGraphicsItem(), item(_item), hotSpot(_hotSpot) in AbstractCardDragItem()
21 setZValue(2000000007 + hotSpot.x() * 1000000 + hotSpot.y() * 1000 + 1000); in AbstractCardDragItem()
23 if ((hotSpot.x() < 0) || (hotSpot.y() < 0)) { in AbstractCardDragItem()
24 … qDebug() << "CardDragItem: coordinate overflow: x =" << hotSpot.x() << ", y =" << hotSpot.y(); in AbstractCardDragItem()
25 hotSpot = QPointF(); in AbstractCardDragItem()
26 } else if ((hotSpot.x() > CARD_WIDTH) || (hotSpot.y() > CARD_HEIGHT)) { in AbstractCardDragItem()
27 … qDebug() << "CardDragItem: coordinate overflow: x =" << hotSpot.x() << ", y =" << hotSpot.y(); in AbstractCardDragItem()
28 hotSpot = QPointF(CARD_WIDTH, CARD_HEIGHT); in AbstractCardDragItem()
/dports/astro/marble/marble-21.12.3/src/lib/marble/geodata/writers/kml/
H A DKmlIconStyleTagWriter.cpp51 QPointF const hotSpot = style->hotSpot( xunits, yunits ); in writeMid() local
52 bool const emptyHotSpot = hotSpot.x() == 0.5 && hotSpot.y() == 0.5 && in writeMid()
56 if ( hotSpot.x() != 0.5 || xunits != GeoDataHotSpot::Fraction ) { in writeMid()
57 writer.writeAttribute( "x", QString::number( hotSpot.x(), 'f' ) ); in writeMid()
59 if ( hotSpot.y() != 0.5 || yunits != GeoDataHotSpot::Fraction ) { in writeMid()
60 writer.writeAttribute( "y", QString::number( hotSpot.y(), 'f' ) ); in writeMid()
79 QPointF const hotSpot = style->hotSpot( xunits, yunits ); in isEmpty() local
81 hotSpot.x() == 0.5 && in isEmpty()
82 hotSpot.y() == 0.5 && in isEmpty()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/awt/
H A DCustomCursor.java41 public CustomCursor(Image cursor, Point hotSpot, String name) in CustomCursor() argument
64 hotSpot.x = hotSpot.y = 0; in CustomCursor()
79 if (hotSpot.x >= width || hotSpot.y >= height || hotSpot.x < 0 || hotSpot.y < 0) { in CustomCursor()
99 createNativeCursor(image, pixels, width, height, hotSpot.x, hotSpot.y); in CustomCursor()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/sun/awt/
H A DCustomCursor.java41 public CustomCursor(Image cursor, Point hotSpot, String name) in CustomCursor() argument
64 hotSpot.x = hotSpot.y = 0; in CustomCursor()
79 if (hotSpot.x >= width || hotSpot.y >= height || hotSpot.x < 0 || hotSpot.y < 0) { in CustomCursor()
99 createNativeCursor(image, pixels, width, height, hotSpot.x, hotSpot.y); in CustomCursor()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/awt/
H A DCustomCursor.java41 public CustomCursor(Image cursor, Point hotSpot, String name) in CustomCursor() argument
64 hotSpot.x = hotSpot.y = 0; in CustomCursor()
79 if (hotSpot.x >= width || hotSpot.y >= height || hotSpot.x < 0 || hotSpot.y < 0) { in CustomCursor()
99 createNativeCursor(image, pixels, width, height, hotSpot.x, hotSpot.y); in CustomCursor()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/awt/
H A DCustomCursor.java40 public CustomCursor(Image cursor, Point hotSpot, String name) in CustomCursor() argument
63 hotSpot.x = hotSpot.y = 0; in CustomCursor()
78 if (hotSpot.x >= width || hotSpot.y >= height || hotSpot.x < 0 || hotSpot.y < 0) { in CustomCursor()
98 createNativeCursor(image, pixels, width, height, hotSpot.x, hotSpot.y); in CustomCursor()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/sun/awt/
H A DCustomCursor.java41 public CustomCursor(Image cursor, Point hotSpot, String name) in CustomCursor() argument
64 hotSpot.x = hotSpot.y = 0; in CustomCursor()
79 if (hotSpot.x >= width || hotSpot.y >= height || hotSpot.x < 0 || hotSpot.y < 0) { in CustomCursor()
99 createNativeCursor(image, pixels, width, height, hotSpot.x, hotSpot.y); in CustomCursor()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/sun/awt/
H A DCustomCursor.java41 public CustomCursor(Image cursor, Point hotSpot, String name) in CustomCursor() argument
64 hotSpot.x = hotSpot.y = 0; in CustomCursor()
79 if (hotSpot.x >= width || hotSpot.y >= height || hotSpot.x < 0 || hotSpot.y < 0) { in CustomCursor()
99 createNativeCursor(image, pixels, width, height, hotSpot.x, hotSpot.y); in CustomCursor()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/sun/awt/
H A DCustomCursor.java41 public CustomCursor(Image cursor, Point hotSpot, String name) in CustomCursor() argument
64 hotSpot.x = hotSpot.y = 0; in CustomCursor()
79 if (hotSpot.x >= width || hotSpot.y >= height || hotSpot.x < 0 || hotSpot.y < 0) { in CustomCursor()
99 createNativeCursor(image, pixels, width, height, hotSpot.x, hotSpot.y); in CustomCursor()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/sun/awt/
H A DCustomCursor.java41 public CustomCursor(Image cursor, Point hotSpot, String name) in CustomCursor() argument
64 hotSpot.x = hotSpot.y = 0; in CustomCursor()
79 if (hotSpot.x >= width || hotSpot.y >= height || hotSpot.x < 0 || hotSpot.y < 0) { in CustomCursor()
99 createNativeCursor(image, pixels, width, height, hotSpot.x, hotSpot.y); in CustomCursor()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/sun/awt/
H A DCustomCursor.java41 public CustomCursor(Image cursor, Point hotSpot, String name) in CustomCursor() argument
64 hotSpot.x = hotSpot.y = 0; in CustomCursor()
79 if (hotSpot.x >= width || hotSpot.y >= height || hotSpot.x < 0 || hotSpot.y < 0) { in CustomCursor()
99 createNativeCursor(image, pixels, width, height, hotSpot.x, hotSpot.y); in CustomCursor()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/awt/
H A DCustomCursor.java40 public CustomCursor(Image cursor, Point hotSpot, String name) in CustomCursor() argument
63 hotSpot.x = hotSpot.y = 0; in CustomCursor()
78 if (hotSpot.x >= width || hotSpot.y >= height || hotSpot.x < 0 || hotSpot.y < 0) { in CustomCursor()
98 createNativeCursor(image, pixels, width, height, hotSpot.x, hotSpot.y); in CustomCursor()
/dports/graphics/pikopixel/PikoPixel.Sources.1.0-b10/PikoPixel/
H A DNSCursor_PPUtilities.m40 hotSpot: kPPCursorHotSpotPoint_Pencil];
54 hotSpot: kPPCursorHotSpotPoint_Eraser];
68 hotSpot: kPPCursorHotSpotPoint_FillBucket];
82 hotSpot: kPPCursorHotSpotPoint_LineTool];
96 hotSpot: kPPCursorHotSpotPoint_RectTool];
110 hotSpot: kPPCursorHotSpotPoint_OvalTool];
139 hotSpot: kPPCursorHotSpotPoint_RectSelect];
153 hotSpot: kPPCursorHotSpotPoint_MagicWand];
182 hotSpot: kPPCursorHotSpotPoint_MoveTool];
198 hotSpot: kPPCursorHotSpotPoint_MoveTool];
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Urho2D/
H A DSpriteSheet2D.cpp111 sprite->SetHotSpot(hotSpot); in DefineSprite()
177 Vector2 hotSpot(0.5f, 0.5f); in EndLoadFromPListFile() local
191 DefineSprite(name, rectangle, hotSpot, offset); in EndLoadFromPListFile()
251 Vector2 hotSpot(0.5f, 0.5f); in EndLoadFromXMLFile() local
259 hotSpot.x_ = ((float)offset.x_ + frameWidth / 2) / width; in EndLoadFromXMLFile()
260 hotSpot.y_ = 1.0f - ((float)offset.y_ + frameHeight / 2) / height; in EndLoadFromXMLFile()
263 DefineSprite(name, rectangle, hotSpot, offset); in EndLoadFromXMLFile()
327 Vector2 hotSpot(0.5f, 0.5f); in EndLoadFromJSONFile() local
338 hotSpot.x_ = ((float)offset.x_ + frameWidth / 2) / width; in EndLoadFromJSONFile()
339 hotSpot.y_ = 1.0f - ((float)offset.y_ + frameHeight / 2) / height; in EndLoadFromJSONFile()
[all …]
/dports/astro/marble/marble-21.12.3/src/lib/marble/geodata/data/
H A DGeoDataHotSpot.cpp24 …GeoDataHotSpotPrivate( const QPointF& hotSpot, GeoDataHotSpot::Units xunits, GeoDataHotSpot::Units… in GeoDataHotSpotPrivate() argument
25 : m_hotSpot( hotSpot ), in GeoDataHotSpotPrivate()
36 GeoDataHotSpot::GeoDataHotSpot( const QPointF& hotSpot, Units xunits, Units yunits ) in GeoDataHotSpot() argument
37 : d( new GeoDataHotSpotPrivate( hotSpot, xunits, yunits ) ) in GeoDataHotSpot()
72 const QPointF& GeoDataHotSpot::hotSpot( Units& xunits, Units& yunits ) const in hotSpot() function in Marble::GeoDataHotSpot
81 void GeoDataHotSpot::setHotSpot( const QPointF& hotSpot, Units xunits, Units yunits ) in setHotSpot() argument
83 d->m_hotSpot = hotSpot; in setHotSpot()
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/draganddrop/draggabletext/
H A Ddragwidget.cpp104 QPoint hotSpot; in dropEvent() local
108 hotSpot.setX(hotSpotPos.first().toInt()); in dropEvent()
109 hotSpot.setY(hotSpotPos.last().toInt()); in dropEvent()
114 newLabel->move(position - hotSpot); in dropEvent()
145 QPoint hotSpot = event->pos() - child->pos(); in mousePressEvent() local
150 QByteArray::number(hotSpot.x()) in mousePressEvent()
151 + " " + QByteArray::number(hotSpot.y())); in mousePressEvent()
159 drag->setHotSpot(hotSpot); in mousePressEvent()
/dports/databases/py-qt5-sql/PyQt5-5.15.4/examples/draganddrop/draggabletext/
H A Ddraggabletext.py61 hotSpot = event.pos()
66 '%d %d' % (hotSpot.x(), hotSpot.y()))
74 drag.setHotSpot(hotSpot)
125 hotSpot = QPoint()
129 hotSpot.setX(hotSpotPos[0].toInt()[0])
130 hotSpot.setY(hotSpotPos[1].toInt()[0])
134 newLabel.move(position - hotSpot)
/dports/multimedia/py-qt5-multimediawidgets/PyQt5-5.15.4/examples/draganddrop/draggabletext/
H A Ddraggabletext.py61 hotSpot = event.pos()
66 '%d %d' % (hotSpot.x(), hotSpot.y()))
74 drag.setHotSpot(hotSpot)
125 hotSpot = QPoint()
129 hotSpot.setX(hotSpotPos[0].toInt()[0])
130 hotSpot.setY(hotSpotPos[1].toInt()[0])
134 newLabel.move(position - hotSpot)
/dports/multimedia/py-qt5-multimedia/PyQt5-5.15.4/examples/draganddrop/draggabletext/
H A Ddraggabletext.py61 hotSpot = event.pos()
66 '%d %d' % (hotSpot.x(), hotSpot.y()))
74 drag.setHotSpot(hotSpot)
125 hotSpot = QPoint()
129 hotSpot.setX(hotSpotPos[0].toInt()[0])
130 hotSpot.setY(hotSpotPos[1].toInt()[0])
134 newLabel.move(position - hotSpot)
/dports/www/py-qt5-webkitwidgets/PyQt5-5.15.4/examples/draganddrop/draggabletext/
H A Ddraggabletext.py61 hotSpot = event.pos()
66 '%d %d' % (hotSpot.x(), hotSpot.y()))
74 drag.setHotSpot(hotSpot)
125 hotSpot = QPoint()
129 hotSpot.setX(hotSpotPos[0].toInt()[0])
130 hotSpot.setY(hotSpotPos[1].toInt()[0])
134 newLabel.move(position - hotSpot)
/dports/www/py-qt5-websockets/PyQt5-5.15.4/examples/draganddrop/draggabletext/
H A Ddraggabletext.py61 hotSpot = event.pos()
66 '%d %d' % (hotSpot.x(), hotSpot.y()))
74 drag.setHotSpot(hotSpot)
125 hotSpot = QPoint()
129 hotSpot.setX(hotSpotPos[0].toInt()[0])
130 hotSpot.setY(hotSpotPos[1].toInt()[0])
134 newLabel.move(position - hotSpot)
/dports/www/py-qt5-webkit/PyQt5-5.15.4/examples/draganddrop/draggabletext/
H A Ddraggabletext.py61 hotSpot = event.pos()
66 '%d %d' % (hotSpot.x(), hotSpot.y()))
74 drag.setHotSpot(hotSpot)
125 hotSpot = QPoint()
129 hotSpot.setX(hotSpotPos[0].toInt()[0])
130 hotSpot.setY(hotSpotPos[1].toInt()[0])
134 newLabel.move(position - hotSpot)
/dports/www/py-qt5-webchannel/PyQt5-5.15.4/examples/draganddrop/draggabletext/
H A Ddraggabletext.py61 hotSpot = event.pos()
66 '%d %d' % (hotSpot.x(), hotSpot.y()))
74 drag.setHotSpot(hotSpot)
125 hotSpot = QPoint()
129 hotSpot.setX(hotSpotPos[0].toInt()[0])
130 hotSpot.setY(hotSpotPos[1].toInt()[0])
134 newLabel.move(position - hotSpot)
/dports/comms/py-qt5-sensors/PyQt5-5.15.4/examples/draganddrop/draggabletext/
H A Ddraggabletext.py61 hotSpot = event.pos()
66 '%d %d' % (hotSpot.x(), hotSpot.y()))
74 drag.setHotSpot(hotSpot)
125 hotSpot = QPoint()
129 hotSpot.setX(hotSpotPos[0].toInt()[0])
130 hotSpot.setY(hotSpotPos[1].toInt()[0])
134 newLabel.move(position - hotSpot)

12345678910>>...51