Home
last modified time | relevance | path

Searched refs:pixmap_rect (Results 1 – 12 of 12) sorted by relevance

/dports/cad/qelectrotech/qet-0.7.0/sources/ui/
H A Dconductorpropertieswidget.cpp258 const QRect pixmap_rect(0, 0, 96, 96); in updatePreview() local
259 QPixmap pixmap(pixmap_rect.width(), pixmap_rect.height()); in updatePreview()
262 painter.eraseRect(pixmap_rect); in updatePreview()
263 painter.drawRect(pixmap_rect.adjusted(0,0,-1,-1)); in updatePreview()
264 …painter.drawLine(QLineF(0, pixmap_rect.height() / 2, pixmap_rect.width(), pixmap_rect.height() / 2… in updatePreview()
266 if (b) properties().singleLineProperties.draw(&painter, QET::Horizontal, pixmap_rect); in updatePreview()
267 else m_properties.singleLineProperties.draw(&painter, QET::Horizontal, pixmap_rect); in updatePreview()
/dports/cad/qelectrotech/qet-0.7.0/sources/SearchAndReplace/ui/
H A Dreplaceconductordialog.cpp53 const QRect pixmap_rect(0, 0, 96, 96); in updatePreview() local
54 QPixmap pixmap(pixmap_rect.width(), pixmap_rect.height()); in updatePreview()
57 painter.eraseRect(pixmap_rect); in updatePreview()
58 painter.drawRect(pixmap_rect.adjusted(0,0,-1,-1)); in updatePreview()
59 …painter.drawLine(QLineF(0, pixmap_rect.height() / 2, pixmap_rect.width(), pixmap_rect.height() / 2… in updatePreview()
62 properties().singleLineProperties.draw(&painter, QET::Horizontal, pixmap_rect); in updatePreview()
64 m_properties.singleLineProperties.draw(&painter, QET::Horizontal, pixmap_rect); in updatePreview()
/dports/devel/py-orange-canvas-core/orange-canvas-core-0.1.20/orangecanvas/gui/
H A Ddropshadow.py194 pixmap_rect = QRectF(QPointF(0, 0), QSizeF(pixmap.size()))
197 pixmap_shadow_rect = pixmap_rect.adjusted(left, top, -right, -bottom)
199 source_rects = self.__shadowPixmapFragments(pixmap_rect,
294 def __shadowPixmapFragments(self, pixmap_rect, shadow_rect): argument
303 p_width, p_height = pixmap_rect.width(), pixmap_rect.height()
310 pixmap_rect.bottomRight())
312 pixmap_rect.bottomRight() - \
315 pixmap_rect.bottomLeft() + QPointF(s_left, 0.0))
316 left = QRectF(pixmap_rect.topLeft() + QPointF(0.0, s_top),
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/widgets/
H A Dfancytabwidget.cpp363 QRect pixmap_rect(background_pixmap_.rect()); in paintEvent() local
364 pixmap_rect.moveTo(backgroundRect.topLeft()); in paintEvent()
366 while (pixmap_rect.top() < backgroundRect.bottom()) { in paintEvent()
367 QRect source_rect(pixmap_rect.intersected(backgroundRect)); in paintEvent()
369 p.drawPixmap(pixmap_rect.topLeft(), background_pixmap_,source_rect); in paintEvent()
370 pixmap_rect.moveTop(pixmap_rect.bottom() - 10); in paintEvent()
/dports/graphics/gpaint/gpaint-2-0.3.3/src/
H A Dimage.c270 GdkRectangle pixmap_rect; in image_from_selection() local
286 pixmap_rect.x = 0; in image_from_selection()
287 pixmap_rect.y = 0; in image_from_selection()
288 pixmap_rect.width = width; in image_from_selection()
289 pixmap_rect.height = height; in image_from_selection()
291 if (!gdk_rectangle_intersect(&pixmap_rect, &sel_rect, &rect)) in image_from_selection()
/dports/www/falkon/falkon-3.2.0/src/lib/3rdparty/
H A Dfancytabwidget.cpp553 QRect pixmap_rect(background_pixmap_.rect()); in paintEvent() local
554 pixmap_rect.moveTo(rect.topLeft()); in paintEvent()
556 while (pixmap_rect.top() < rect.bottom()) { in paintEvent()
557 QRect source_rect(pixmap_rect.intersected(rect)); in paintEvent()
559 painter.drawPixmap(pixmap_rect.topLeft(), background_pixmap_, source_rect); in paintEvent()
560 pixmap_rect.moveTop(pixmap_rect.bottom() - 10); in paintEvent()
/dports/audio/strawberry/strawberry-1.0.0/src/widgets/
H A Dfancytabwidget.cpp641 QRect pixmap_rect(background_pixmap_.rect()); in paintEvent() local
642 pixmap_rect.moveTo(backgroundRect.topLeft()); in paintEvent()
644 while (pixmap_rect.top() < backgroundRect.bottom()) { in paintEvent()
645 QRect source_rect(pixmap_rect.intersected(backgroundRect)); in paintEvent()
647 p.drawPixmap(pixmap_rect.topLeft(), background_pixmap_, source_rect); in paintEvent()
648 pixmap_rect.moveTop(pixmap_rect.bottom() - 10); in paintEvent()
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Drpunch.cpp76 const rectangle pixmap_rect(0,511,0,255); in VIDEO_START_MEMBER() local
77 m_pixmap->fill(0xf, pixmap_rect); in VIDEO_START_MEMBER()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Drpunch.cpp76 const rectangle pixmap_rect(0,511,0,255); in VIDEO_START_MEMBER() local
77 m_pixmap->fill(0xf, pixmap_rect); in VIDEO_START_MEMBER()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/
H A Dwidgets2.py193 pixmap_rect = QRect(left, opt.rect.top(), opt.iconSize.width(), opt.rect.height())
194 …painter.drawItemPixmap(pixmap_rect, Qt.AlignmentFlag.AlignLeft | Qt.AlignmentFlag.AlignVCenter, se…
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dnmg5.cpp870 const rectangle pixmap_rect(0,511,0,255); in video_start() local
871 m_pixmap->fill(0x300, pixmap_rect); in video_start()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dnmg5.cpp870 const rectangle pixmap_rect(0,511,0,255); in video_start() local
871 m_pixmap->fill(0x300, pixmap_rect); in video_start()