Home
last modified time | relevance | path

Searched refs:_brush (Results 1 – 25 of 191) sorted by relevance

12345678

/dports/games/battletanks/btanks-0.9.8083/editor/
H A Deditor.cpp133 delete _brush; in loadMap()
134 _brush = NULL; in loadMap()
169 delete _brush; in onTick()
170 _brush = b; in onTick()
186 delete _brush; in onTick()
187 _brush = NULL; in onTick()
224 delete _brush; in onTick()
515 if (_brush) { in onKey()
564 delete _brush; in onKey()
565 _brush = b; in onKey()
[all …]
H A Dtileset_dialog.cpp86 _brush.create_rgb(_tile_size.x, _tile_size.y, 32); in initMap()
87 _brush.display_format_alpha(); in initMap()
88 _brush.fill_rect(_brush.get_size(), _brush.map_rgba(0xdd, 0xdd, 0x11, 0x80)); in initMap()
288 if (!_brush.isNull() && (_selected || _selecting)) { in render()
296 surface.blit(_brush, x + xb * _tile_size.x - (int)_pos.x, y + yb * _tile_size.y - (int)_pos.y); in render()
H A Dtileset_dialog.h78 sdlx::Surface _brush; variable
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/zvision/scripting/controls/
H A Dpaint_control.cpp40 _brush = NULL; in PaintControl()
64 _brush = _engine->getRenderManager()->loadImage(values, false); in PaintControl()
121 if (_brush) { in ~PaintControl()
122 _brush->free(); in ~PaintControl()
123 delete _brush; in ~PaintControl()
192 Common::Rect paintRect = Common::Rect(_brush->w, _brush->h); in paint()
204 uint16 *mask = (uint16 *)_brush->getBasePtr(brushRect.left, brushRect.top + yy); in paint()
H A Dpaint_control.h76 Graphics::Surface *_brush; variable
/dports/games/scummvm/scummvm-2.5.1/engines/zvision/scripting/controls/
H A Dpaint_control.cpp40 _brush = NULL; in PaintControl()
64 _brush = _engine->getRenderManager()->loadImage(values, false); in PaintControl()
121 if (_brush) { in ~PaintControl()
122 _brush->free(); in ~PaintControl()
123 delete _brush; in ~PaintControl()
192 Common::Rect paintRect = Common::Rect(_brush->w, _brush->h); in paint()
204 uint16 *mask = (uint16 *)_brush->getBasePtr(brushRect.left, brushRect.top + yy); in paint()
H A Dpaint_control.h76 Graphics::Surface *_brush; variable
/dports/irc/quassel/quassel-0.14-rc2/src/qtui/
H A Dmarkerlineitem.cpp47 _brush = QtUi::style()->brush(UiStyle::ColorRole::MarkerLine); in styleChanged()
52 if (_brush.style() != Qt::SolidPattern) in styleChanged()
70 painter->fillRect(boundingRect(), _brush); in paint()
H A Dmarkerlineitem.h53 QBrush _brush; variable
/dports/irc/quassel-core/quassel-0.14-rc2/src/qtui/
H A Dmarkerlineitem.cpp47 _brush = QtUi::style()->brush(UiStyle::ColorRole::MarkerLine); in styleChanged()
52 if (_brush.style() != Qt::SolidPattern) in styleChanged()
70 painter->fillRect(boundingRect(), _brush); in paint()
H A Dmarkerlineitem.h53 QBrush _brush; variable
/dports/graphics/gpxsee/GPXSee-7.32/src/map/IMG/
H A Dstyle.h39 Polygon() : _brush(Qt::NoBrush), _pen(Qt::NoPen) {} in Polygon()
41 : _brush(brush) in _brush() function
43 _pen = (pen == Qt::NoPen) ? QPen(_brush, 0) : pen; in _brush()
47 const QBrush &brush() const {return _brush;} in brush()
50 QBrush _brush;
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/editor/
H A Dcolor_picker.cpp98 , _brush(Brush{ in ColorPicker()
161 _saveBrushRequests.fire_copy(_brush); in __anon2630cbc00402()
187 _brush.sizeRatio = std::clamp( in updateMousePosition()
192 _brush.color = positionToColor(_down.pos.x()); in updateMousePosition()
252 _brush.sizeRatio); in paintCircle()
254 p.setBrush(_brush.color); in paintCircle()
310 return _saveBrushRequests.events_starting_with_copy(_brush); in saveBrushRequests()
H A Dcolor_picker.h59 Brush _brush; variable
/dports/graphics/mypaint/mypaint-2.0.1/gui/
H A Dbrusheditor.py90 self._brush = app.brush
94 self._brush = lib.brush.BrushInfo()
95 self._brush.load_defaults()
121 self._brush.observers.append(self.brush_modified_cb)
998 self._brush.set_base_value(cname, value)
1012 assert self._brush is not None
1036 assert self._brush is not None
1039 self._brush.set_points(self._setting.cname, inp.name, [])
1093 doc.redo_last_stroke_with_different_brush(self._brush)
1142 self._brush.set_string_property("description", text)
[all …]
H A Dbrushselectionwindow.py213 self._brush = brush
257 brush = self._brush
275 brush = self._brush
286 brush = self._brush
315 brush = self._brush
322 brush = self._brush
/dports/graphics/gpxsee/GPXSee-7.32/src/GUI/
H A Dpathtickitem.h18 void setColor(const QColor &color) {_brush = QBrush(color);} in setColor()
31 QBrush _brush; variable
H A Dareaitem.cpp81 painter->fillPath(_painterPath, _brush); in paint()
108 _brush = QBrush(bc); in setColor()
120 _brush = QBrush(bc); in setOpacity()
H A Dareaitem.h48 QBrush _brush; variable
/dports/science/py-veusz/veusz-veusz-3.3.1/veusz/helpers/src/recordpaint/
H A Drecordpaintengine.cpp252 : _brush(brush) in BackgroundBrushElement()
257 painter.setBackground(_brush); in paint()
261 QBrush _brush; member in __anon4929233c0111::BackgroundBrushElement
282 : _brush(brush) in BrushElement()
287 painter.setBrush(_brush); in paint()
291 QBrush _brush; member in __anon4929233c0111::BrushElement
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/
H A Dgraphics.py517 self._brush = None
580 return self._brush
582 self._brush = value
592 if self._brush is not None:
593 self._brush.Apply(ctx)
1169 self._brush = None
1486 self._brush = brush
1490 return self._brush
1527 if self._brush:
1858 elif self._brush is None:
[all …]
/dports/science/rdkit/rdkit-Release_2021_03_5/rdkit/sping/Qt/
H A DpidQt4.py80 self._brush = QtGui.QBrush()
164 self._brush.setColor(qColor)
167 self._brush.setStyle(QtCore.Qt.SolidPattern)
169 self._brush.setStyle(QtCore.Qt.NoBrush)
190 poly = self._scene.addPolygon(poly, self._pen, self._brush)
H A DpidQt.py83 self._brush = QBrush()
173 self._brush.setColor(qColor)
176 self._brush.setStyle(Qt.SolidPattern)
178 self._brush.setStyle(Qt.NoBrush)
200 poly.setBrush(self._brush)
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/font/
H A Dwin32.py309 if self._brush:
310 res = gdiplus.GdipDeleteBrush(self._brush)
339 self._brush = ctypes.c_void_p()
340 gdiplus.GdipCreateSolidFill(0xffffffff, ctypes.byref(self._brush))
450 self._brush)
/dports/graphics/py-pyglet150/pyglet-1.5.0/pyglet/font/
H A Dwin32.py308 if self._brush:
309 res = gdiplus.GdipDeleteBrush(self._brush)
338 self._brush = ctypes.c_void_p()
339 gdiplus.GdipCreateSolidFill(0xffffffff, ctypes.byref(self._brush))
445 self._brush)

12345678