Home
last modified time | relevance | path

Searched refs:brush_ (Results 1 – 25 of 31) sorted by last modified time

12

/dports/www/wt/wt-4.6.1/src/Wt/Chart/
H A DWDataSeries.h601 WBrush brush_, markerBrush_; variable
H A DWDataSeries.C157 set(brush_, brush); in setBrush()
165 return brush_; in brush()
/dports/audio/audacity/audacity-Audacity-3.1.3/src/widgets/
H A DOverlayPanel.h58 DCUnchanger(const wxBrush &brush_, const wxPen &pen_, long logicalOperation_) in DCUnchanger()
59 : brush(brush_), pen(pen_), logicalOperation(logicalOperation_) in DCUnchanger()
/dports/net-im/nheko/nheko-0.9.0/src/ui/
H A DRipple.cpp59 if (brush_.color() == color) in setColor()
62 brush_.setColor(color); in setColor()
71 brush_ = brush; in setBrush()
107 brush_.setColor(Qt::black); in init()
108 brush_.setStyle(Qt::SolidPattern); in init()
H A DRipple.h69 QBrush brush_; variable
93 return brush_.color(); in color()
99 return brush_; in brush()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/visualization/include/pcl/visualization/
H A Dpcl_painter2D.h73 vtkBrush *brush_; member
79 this->brush_ = vtkBrush::New (); in Figure2D()
83 this->brush_->DeepCopy (b); in Figure2D()
91 this->brush_ = vtkBrush::New (); in Figure2D()
95 this->brush_->DeepCopy (b); in Figure2D()
102 painter->ApplyBrush (brush_); in applyInternals()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cvv/src/qtutil/matchview/
H A Dcvvkeypoint.cpp11 brush_{ brush }, show_{ true }
32 painter->setBrush(brush_); in paint()
66 brush_ = brush; in setBrush()
H A Dcvvkeypoint.hpp92 {return brush_; } in getBrush()
145 QBrush brush_; member in cvv::qtutil::CVVKeyPoint
H A Dcvvpointmatch.cpp16 radius_{ std::min(radius * match.distance, 10.0) }, brush_{ brush }
42 painter->setBrush(brush_); in paint()
H A Dcvvpointmatch.hpp70 QBrush brush_; member in cvv::qtutil::CVVPointMatch
/dports/math/cgal/CGAL-5.3/include/CGAL/Qt/
H A DPolygonWithHolesGraphicsItem.h50 return brush_; in brush()
56 brush_ = b; in setBrush()
101 QBrush brush_; variable
/dports/games/wesnoth/wesnoth-1.14.17/src/editor/action/mouse/
H A Dmouse_action.cpp255 assert(brush_); in get_brush()
256 assert(*brush_); in get_brush()
257 return **brush_; in get_brush()
H A Dmouse_action.hpp171 , brush_(brush) in brush_drag_mouse_action()
243 const brush* const * const brush_; member in editor::brush_drag_mouse_action
/dports/games/wesnoth/wesnoth-1.14.17/src/editor/toolkit/
H A Deditor_toolkit.hpp81 bool is_active_brush(std::string id) const { return brush_->id() == id; } in is_active_brush()
105 brush* brush_; member in editor::editor_toolkit
H A Deditor_toolkit.cpp34 , brush_(nullptr) in editor_toolkit()
54 brush_ = &brushes_[0]; in init_brushes()
65 std::make_shared<mouse_action_paint>(&brush_, key_, *palette_manager_->terrain_palette_.get())); in init_mouse_actions()
69 std::make_shared<mouse_action_select>(&brush_, key_, *palette_manager_->empty_palette_.get())); in init_mouse_actions()
150 brush_ = &i; in set_brush()
157 if (brush_ == &brushes_.back()) { in cycle_brush()
158 brush_ = &brushes_.front(); in cycle_brush()
160 ++brush_; in cycle_brush()
/dports/biology/gatk/gatk-4.2.0.0/src/test/resources/org/broadinstitute/hellbender/tools/funcotator/validationTestData/
H A DregressionTestHg19Large_expected.vcf972 …n_%2C__%20_DNA-templated_%20_(GO:0006351)_%7C_transport_%20_(GO:0006810)|brush_%20_border_%20_(GO:…
973 …n_%2C__%20_DNA-templated_%20_(GO:0006351)_%7C_transport_%20_(GO:0006810)|brush_%20_border_%20_(GO:…
974 …n_%2C__%20_DNA-templated_%20_(GO:0006351)_%7C_transport_%20_(GO:0006810)|brush_%20_border_%20_(GO:…
975 …n_%2C__%20_DNA-templated_%20_(GO:0006351)_%7C_transport_%20_(GO:0006810)|brush_%20_border_%20_(GO:…
976 …n_%2C__%20_DNA-templated_%20_(GO:0006351)_%7C_transport_%20_(GO:0006810)|brush_%20_border_%20_(GO:…
H A DregressionTestVariantSet2_expected.vcf177 …GO:0051491)_%7C_sensory_%20_perception_%20_of_%20_sound_%20_(GO:0007605)|brush_%20_border_%20_(GO:…
/dports/games/sauerbraten/sauerbraten/data/
H A Dheightmap.cfg28 do [brush_@brushindex]
44 brush_@brushmax = [
/dports/games/redeclipse/base-2.0.0/config/
H A Dbrush.cfg28 do [brush_@brushindex]
44 brush_@brushmax = [
/dports/devel/etl/synfig-1.2.2/synfig-studio/src/synfigapp/actions/
H A Dlayerpaint.h70 brushlib::Brush brush_; variable
94 brushlib::Brush &brush() { assert(!prepared); return brush_; } in brush()
95 const brushlib::Brush &get_brush() const { return brush_; } in get_brush()
H A Dlayerpaint.cpp126 brush_.set_state(i, 0); in reset()
127 brush_.set_state(STATE_X, point.x); in reset()
128 brush_.set_state(STATE_Y, point.y); in reset()
129 brush_.set_state(STATE_PRESSURE, point.pressure); in reset()
130 brush_.set_state(STATE_ACTUAL_X, brush_.get_state(STATE_X)); in reset()
131 brush_.set_state(STATE_ACTUAL_Y, brush_.get_state(STATE_Y)); in reset()
156 float x = brush_.get_state(STATE_X) + wrapper.offset_x; in add_point_and_apply()
158 brush_.set_state(STATE_X, x); in add_point_and_apply()
159 brush_.set_state(STATE_Y, y); in add_point_and_apply()
160 brush_.set_state(STATE_ACTUAL_X, x); in add_point_and_apply()
[all …]
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-studio/src/synfigapp/actions/
H A Dlayerpaint.cpp126 brush_.set_state(i, 0); in reset()
127 brush_.set_state(STATE_X, point.x); in reset()
128 brush_.set_state(STATE_Y, point.y); in reset()
129 brush_.set_state(STATE_PRESSURE, point.pressure); in reset()
130 brush_.set_state(STATE_ACTUAL_X, brush_.get_state(STATE_X)); in reset()
131 brush_.set_state(STATE_ACTUAL_Y, brush_.get_state(STATE_Y)); in reset()
156 float x = brush_.get_state(STATE_X) + wrapper.offset_x; in add_point_and_apply()
158 brush_.set_state(STATE_X, x); in add_point_and_apply()
159 brush_.set_state(STATE_Y, y); in add_point_and_apply()
160 brush_.set_state(STATE_ACTUAL_X, x); in add_point_and_apply()
[all …]
H A Dlayerpaint.h70 brushlib::Brush brush_; variable
94 brushlib::Brush &brush() { assert(!prepared); return brush_; } in brush()
95 const brushlib::Brush &get_brush() const { return brush_; } in get_brush()
/dports/graphics/synfig/synfig-1.2.2/synfig-studio/src/synfigapp/actions/
H A Dlayerpaint.cpp126 brush_.set_state(i, 0); in reset()
127 brush_.set_state(STATE_X, point.x); in reset()
128 brush_.set_state(STATE_Y, point.y); in reset()
129 brush_.set_state(STATE_PRESSURE, point.pressure); in reset()
130 brush_.set_state(STATE_ACTUAL_X, brush_.get_state(STATE_X)); in reset()
131 brush_.set_state(STATE_ACTUAL_Y, brush_.get_state(STATE_Y)); in reset()
156 float x = brush_.get_state(STATE_X) + wrapper.offset_x; in add_point_and_apply()
158 brush_.set_state(STATE_X, x); in add_point_and_apply()
159 brush_.set_state(STATE_Y, y); in add_point_and_apply()
160 brush_.set_state(STATE_ACTUAL_X, x); in add_point_and_apply()
[all …]
H A Dlayerpaint.h70 brushlib::Brush brush_; variable
94 brushlib::Brush &brush() { assert(!prepared); return brush_; } in brush()
95 const brushlib::Brush &get_brush() const { return brush_; } in get_brush()

12