Home
last modified time | relevance | path

Searched refs:CurrentBrush (Results 1 – 25 of 98) sorted by relevance

1234

/dports/graphics/sharpconstruct/sharpconstruct-0.11/src/
H A DLayerBrush.cc35 if( mesh_.CurrentBrush().PositionEdit() ) in LayerBrush()
37 if( mesh_.CurrentBrush().ColorEdit() ) in LayerBrush()
44 if( mesh_.CurrentBrush().Dot() ) in LayerBrush()
53 if( mesh_.CurrentBrush().PositionEdit() ) in LayerBrush()
60 if( mesh_.CurrentBrush().ColorEdit() ) in LayerBrush()
75 if( mesh_.CurrentBrush().ColorEdit() ) in operator ()()
81 if( mesh_.CurrentBrush().Dot() ) in operator ()()
98 if( mesh_.CurrentBrush().PositionEdit() ) in operator ()()
106 if( mesh_.CurrentBrush().Dot() ) in operator ()()
115 if( mesh_.CurrentBrush().Strength() < 0 ) in operator ()()
[all …]
H A DDisplaceBrush.cc38 if( mesh_.CurrentBrush().PositionEdit() ) in operator ()()
45 if( mesh_.CurrentBrush().ColorEdit() ) in operator ()()
56 if( mesh_.CurrentBrush().PositionEdit() ) in Postwork()
66 loc += normal_ * ( a.Strength() * mesh_.CurrentBrush().Strength() ); in operator ()()
74 intensity = a.Strength() * mesh_.CurrentBrush().Intensity(); in operator ()()
75 v += ( mesh_.CurrentBrush().CurrentColor() - v ) * intensity; in operator ()()
H A DSmoothBrush.cc40 if( mesh_.CurrentBrush().PositionEdit() ) in operator ()()
44 …const float strength( active_data_[ i ].Strength() * fabs( mesh_.CurrentBrush().Strength() * 25 ) … in operator ()()
48 if( mesh_.CurrentBrush().ColorEdit() ) in operator ()()
53 const float intensity( active_data_[ i ].Strength() * mesh_.CurrentBrush().Intensity() ); in operator ()()
66 if( mesh_.CurrentBrush().PositionEdit() ) in Postwork()
H A DPinchBrush.cc36 if( mesh_.CurrentBrush().PositionEdit() ) in operator ()()
40 float str = active_data_[ i ].Strength() * -mesh_.CurrentBrush().Strength(); in operator ()()
49 if( mesh_.CurrentBrush().PositionEdit() ) in Postwork()
H A DBrush.cc79 mesh.CurrentBrush()._sculpt< SculptStart >( mesh ); in StartSculpt()
83 mesh.CurrentBrush()._sculpt< SculptContinue >( mesh ); in ContinueSculpt()
H A DCursor.cc40 const float radius( Mesh::CurrentBrush().Radius() ); in Update()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Widgets/
H A DEditorViewportControllerWidget.cs21 public IEditorBrush CurrentBrush { get; private set; } property in OpenRA.Mods.Common.Widgets.EditorViewportControllerWidget
38 CurrentBrush = DefaultBrush = new EditorDefaultBrush(this, worldRenderer); in EditorViewportControllerWidget()
55 if (CurrentBrush != null) in SetBrush()
56 CurrentBrush.Dispose(); in SetBrush()
58 CurrentBrush = brush ?? DefaultBrush; in SetBrush()
94 if (CurrentBrush.HandleMouseInput(mi)) in HandleMouseInput()
108 CurrentBrush.Tick(); in Tick()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lclextensions/include/cocoa/
H A Ddelphicompat.inc56 CurrentBrush: TCocoaBrush;
69 OBJ_BRUSH: Result := HGDIOBJ(CurrentBrush);
/dports/editors/lazarus/lazarus/components/lclextensions/include/cocoa/
H A Ddelphicompat.inc56 CurrentBrush: TCocoaBrush;
69 OBJ_BRUSH: Result := HGDIOBJ(CurrentBrush);
/dports/editors/lazarus-qt5/lazarus/components/lclextensions/include/cocoa/
H A Ddelphicompat.inc56 CurrentBrush: TCocoaBrush;
69 OBJ_BRUSH: Result := HGDIOBJ(CurrentBrush);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lclextensions/include/cocoa/
H A Ddelphicompat.inc56 CurrentBrush: TCocoaBrush;
69 OBJ_BRUSH: Result := HGDIOBJ(CurrentBrush);
/dports/lang/ocaml/ocaml-4.05.0/otherlibs/win32graph/
H A Ddraw.c146 FillRect(grwindow.gc,&rc,grwindow.CurrentBrush); in caml_gr_fill_rect()
148 FillRect(grwindow.gcBitmap,&rc,grwindow.CurrentBrush); in caml_gr_fill_rect()
243 oldBrush = grwindow.CurrentBrush; in caml_gr_set_color()
250 grwindow.CurrentBrush = newBrush; in caml_gr_set_color()
287 SelectObject(grwindow.gcBitmap,grwindow.CurrentBrush); in gr_draw_or_fill_arc()
297 SelectObject(grwindow.gc,grwindow.CurrentBrush); in gr_draw_or_fill_arc()
399 SelectObject(grwindow.gcBitmap,grwindow.CurrentBrush); in caml_gr_fill_poly()
403 SelectObject(grwindow.gcBitmap,grwindow.CurrentBrush); in caml_gr_fill_poly()
H A Dopen.c160 grwindow.CurrentBrush = SelectObject(grwindow.gc, in gr_reset()
162 SelectObject(grwindow.gc,grwindow.CurrentBrush); in gr_reset()
163 SelectObject(grwindow.gcBitmap,grwindow.CurrentBrush); in gr_reset()
H A Dlibgraph.h62 HBRUSH CurrentBrush; member
/dports/lang/ocaml-nox11/ocaml-4.05.0/otherlibs/win32graph/
H A Ddraw.c146 FillRect(grwindow.gc,&rc,grwindow.CurrentBrush); in caml_gr_fill_rect()
148 FillRect(grwindow.gcBitmap,&rc,grwindow.CurrentBrush); in caml_gr_fill_rect()
243 oldBrush = grwindow.CurrentBrush; in caml_gr_set_color()
250 grwindow.CurrentBrush = newBrush; in caml_gr_set_color()
287 SelectObject(grwindow.gcBitmap,grwindow.CurrentBrush); in gr_draw_or_fill_arc()
297 SelectObject(grwindow.gc,grwindow.CurrentBrush); in gr_draw_or_fill_arc()
399 SelectObject(grwindow.gcBitmap,grwindow.CurrentBrush); in caml_gr_fill_poly()
403 SelectObject(grwindow.gcBitmap,grwindow.CurrentBrush); in caml_gr_fill_poly()
H A Dopen.c160 grwindow.CurrentBrush = SelectObject(grwindow.gc, in gr_reset()
162 SelectObject(grwindow.gc,grwindow.CurrentBrush); in gr_reset()
163 SelectObject(grwindow.gcBitmap,grwindow.CurrentBrush); in gr_reset()
H A Dlibgraph.h62 HBRUSH CurrentBrush; member
/dports/editors/lazarus/lazarus/lcl/interfaces/gtk/
H A Dgtkdevicecontext.inc33 gdiBrush: Result:=CurrentBrush;
595 CurrentBrush:=nil;
759 CurrentBrush := PGdiObject(ABrush);
768 if (CurrentBrush^.GDIBrushFill = GDK_SOLID) and
786 CurrentBrush := OldCurrentBrush;
796 CurrentBrush := GtkWidgetset.CreateDefaultBrush;
1064 if CurrentBrush^.GDIBrushFill = GDK_Solid then Exit;
1065 if CurrentBrush^.GDIBrushPixmap = nil then Exit;
1067 gdk_gc_set_fill(GC, CurrentBrush^.GDIBrushFill);
1068 if CurrentBrush^.GDIBrushFill = GDK_STIPPLED
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk/
H A Dgtkdevicecontext.inc33 gdiBrush: Result:=CurrentBrush;
595 CurrentBrush:=nil;
759 CurrentBrush := PGdiObject(ABrush);
768 if (CurrentBrush^.GDIBrushFill = GDK_SOLID) and
786 CurrentBrush := OldCurrentBrush;
796 CurrentBrush := GtkWidgetset.CreateDefaultBrush;
1064 if CurrentBrush^.GDIBrushFill = GDK_Solid then Exit;
1065 if CurrentBrush^.GDIBrushPixmap = nil then Exit;
1067 gdk_gc_set_fill(GC, CurrentBrush^.GDIBrushFill);
1068 if CurrentBrush^.GDIBrushFill = GDK_STIPPLED
[all …]
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/gtk/
H A Dgtkdevicecontext.inc33 gdiBrush: Result:=CurrentBrush;
595 CurrentBrush:=nil;
759 CurrentBrush := PGdiObject(ABrush);
768 if (CurrentBrush^.GDIBrushFill = GDK_SOLID) and
786 CurrentBrush := OldCurrentBrush;
796 CurrentBrush := GtkWidgetset.CreateDefaultBrush;
1064 if CurrentBrush^.GDIBrushFill = GDK_Solid then Exit;
1065 if CurrentBrush^.GDIBrushPixmap = nil then Exit;
1067 gdk_gc_set_fill(GC, CurrentBrush^.GDIBrushFill);
1068 if CurrentBrush^.GDIBrushFill = GDK_STIPPLED
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk/
H A Dgtkdevicecontext.inc33 gdiBrush: Result:=CurrentBrush;
595 CurrentBrush:=nil;
759 CurrentBrush := PGdiObject(ABrush);
768 if (CurrentBrush^.GDIBrushFill = GDK_SOLID) and
786 CurrentBrush := OldCurrentBrush;
796 CurrentBrush := GtkWidgetset.CreateDefaultBrush;
1064 if CurrentBrush^.GDIBrushFill = GDK_Solid then Exit;
1065 if CurrentBrush^.GDIBrushPixmap = nil then Exit;
1067 gdk_gc_set_fill(GC, CurrentBrush^.GDIBrushFill);
1068 if CurrentBrush^.GDIBrushFill = GDK_STIPPLED
[all …]
/dports/editors/lazarus/lazarus/lcl/interfaces/gtk2/
H A Dgtk2devicecontext.inc33 gdiBrush: Result:=CurrentBrush;
622 CurrentBrush:=nil;
785 CurrentBrush := {%H-}PGdiObject(ABrush);
796 if (CurrentBrush^.GDIBrushFill = GDK_SOLID) and
814 CurrentBrush := OldCurrentBrush;
824 CurrentBrush := Gtk2Widgetset.CreateDefaultBrush;
1068 if CurrentBrush^.GDIBrushFill = GDK_Solid then Exit;
1069 if CurrentBrush^.GDIBrushPixmap = nil then Exit;
1071 if CurrentBrush^.GDIBrushFill = GDK_STIPPLED then
1077 gdk_gc_set_stipple(GC, CurrentBrush^.GDIBrushPixmap);
[all …]
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/gtk2/
H A Dgtk2devicecontext.inc33 gdiBrush: Result:=CurrentBrush;
622 CurrentBrush:=nil;
785 CurrentBrush := {%H-}PGdiObject(ABrush);
796 if (CurrentBrush^.GDIBrushFill = GDK_SOLID) and
814 CurrentBrush := OldCurrentBrush;
824 CurrentBrush := Gtk2Widgetset.CreateDefaultBrush;
1068 if CurrentBrush^.GDIBrushFill = GDK_Solid then Exit;
1069 if CurrentBrush^.GDIBrushPixmap = nil then Exit;
1071 if CurrentBrush^.GDIBrushFill = GDK_STIPPLED then
1077 gdk_gc_set_stipple(GC, CurrentBrush^.GDIBrushPixmap);
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk2/
H A Dgtk2devicecontext.inc33 gdiBrush: Result:=CurrentBrush;
627 CurrentBrush:=nil;
790 CurrentBrush := {%H-}PGdiObject(ABrush);
801 if (CurrentBrush^.GDIBrushFill = GDK_SOLID) and
819 CurrentBrush := OldCurrentBrush;
829 CurrentBrush := Gtk2Widgetset.CreateDefaultBrush;
1073 if CurrentBrush^.GDIBrushFill = GDK_Solid then Exit;
1074 if CurrentBrush^.GDIBrushPixmap = nil then Exit;
1076 if CurrentBrush^.GDIBrushFill = GDK_STIPPLED then
1082 gdk_gc_set_stipple(GC, CurrentBrush^.GDIBrushPixmap);
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk2/
H A Dgtk2devicecontext.inc33 gdiBrush: Result:=CurrentBrush;
627 CurrentBrush:=nil;
790 CurrentBrush := {%H-}PGdiObject(ABrush);
801 if (CurrentBrush^.GDIBrushFill = GDK_SOLID) and
819 CurrentBrush := OldCurrentBrush;
829 CurrentBrush := Gtk2Widgetset.CreateDefaultBrush;
1073 if CurrentBrush^.GDIBrushFill = GDK_Solid then Exit;
1074 if CurrentBrush^.GDIBrushPixmap = nil then Exit;
1076 if CurrentBrush^.GDIBrushFill = GDK_STIPPLED then
1082 gdk_gc_set_stipple(GC, CurrentBrush^.GDIBrushPixmap);
[all …]

1234