Home
last modified time | relevance | path

Searched refs:SetLayerOpacity (Results 1 – 25 of 28) sorted by relevance

12

/dports/graphics/aseprite/aseprite-1.2.9/src/app/cmd/
H A Dset_layer_opacity.cpp21 SetLayerOpacity::SetLayerOpacity(LayerImage* layer, int opacity) in SetLayerOpacity() function in app::cmd::SetLayerOpacity
28 void SetLayerOpacity::onExecute() in onExecute()
34 void SetLayerOpacity::onUndo() in onUndo()
40 void SetLayerOpacity::onFireNotifications() in onFireNotifications()
H A Dset_layer_opacity.h22 class SetLayerOpacity : public Cmd
25 SetLayerOpacity(LayerImage* layer, int opacity);
H A Dconfigure_background.cpp33 add(new cmd::SetLayerOpacity(static_cast<LayerImage*>(layer), 255)); in ConfigureBackground()
/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Dchangelayer.cpp142 SetLayerOpacity::SetLayerOpacity(Document *document, in SetLayerOpacity() function in Tiled::SetLayerOpacity
154 bool SetLayerOpacity::mergeWith(const QUndoCommand *other) in mergeWith()
156 const SetLayerOpacity *o = static_cast<const SetLayerOpacity*>(other); in mergeWith()
165 void SetLayerOpacity::setOpacity(qreal opacity) in setOpacity()
H A Dchangelayer.h101 class SetLayerOpacity : public QUndoCommand
104 SetLayerOpacity(Document *document,
H A Deditablelayer.cpp127 asset()->push(new SetLayerOpacity(doc, layer(), opacity)); in setOpacity()
H A Dlayermodel.cpp184 QUndoCommand *command = new SetLayerOpacity(mMapDocument, in setData()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/commands/
H A Dcmd_layer_opacity.cpp86 new cmd::SetLayerOpacity(static_cast<LayerImage*>(layer), m_opacity)); in onExecute()
H A Dcmd_layer_properties.cpp250 … transaction.execute(new cmd::SetLayerOpacity(static_cast<LayerImage*>(layer), newOpacity)); in onCommitChange()
/dports/www/firefox/firefox-99.0/gfx/layers/opengl/
H A DOGLShaderProgram.h161 void SetLayerOpacity(float aOpacity) { in SetLayerOpacity() function
H A DCompositorOGL.cpp1163 if (aOpacity != 1.f) program->SetLayerOpacity(aOpacity); in DrawGeometry()
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/opengl/
H A DOGLShaderProgram.h169 void SetLayerOpacity(float aOpacity) { in SetLayerOpacity() function
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/opengl/
H A DOGLShaderProgram.h167 void SetLayerOpacity(float aOpacity) { in SetLayerOpacity() function
H A DCompositorOGL.cpp1574 if (aOpacity != 1.f) program->SetLayerOpacity(aOpacity); in DrawGeometry()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/opengl/
H A DOGLShaderProgram.h169 void SetLayerOpacity(float aOpacity) { in SetLayerOpacity() function
/dports/graphics/lazpaint/lazpaint-7.1.6/lazpaint/image/
H A Duimage.pas119 procedure SetLayerOpacity(AIndex: integer; AValue: byte); procedure
292 property LayerOpacity[AIndex: integer]: byte read GetLayerOpacity write SetLayerOpacity;
979 procedure TLazPaintImage.SetLayerOpacity(AIndex: integer; AValue: byte); procedure
981 AddUndo(FCurrentState.SetLayerOpacity(AIndex,AValue));
H A Duimagestate.pas162 function SetLayerOpacity(Index: integer; AValue: byte): TCustomImageDifference; in SetLayerOpacity() function
499 function TImageState.SetLayerOpacity(Index: integer; AValue: byte in SetLayerOpacity() function
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/opengl/
H A DOGLShaderProgram.h416 void SetLayerOpacity(float aOpacity) { in SetLayerOpacity() function
H A DCompositorOGL.cpp1175 program->SetLayerOpacity(aOpacity); in DrawGeometry()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/opengl/
H A DOGLShaderProgram.h413 void SetLayerOpacity(float aOpacity) { in SetLayerOpacity() function
H A DCompositorOGL.cpp1095 if (aOpacity != 1.f) program->SetLayerOpacity(aOpacity); in DrawGeometry()
/dports/graphics/mypaint/mypaint-2.0.1/lib/
H A Dcommand.py1431 class SetLayerOpacity (Command): class
1436 super(SetLayerOpacity, self).__init__(doc, **kwds)
H A Ddocument.py1392 cmd_class = command.SetLayerOpacity
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/bgrabitmap/
H A Dbgralayers.pas229 procedure SetLayerOpacity(layer: integer; AValue: byte); procedure
365 property LayerOpacity[layer: integer]: byte read GetLayerOpacity write SetLayerOpacity;
1035 procedure TBGRALayeredBitmap.SetLayerOpacity(layer: integer; AValue: byte); procedure
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/bgrabitmap/
H A Dbgralayers.pas229 procedure SetLayerOpacity(layer: integer; AValue: byte); procedure
365 property LayerOpacity[layer: integer]: byte read GetLayerOpacity write SetLayerOpacity;
1035 procedure TBGRALayeredBitmap.SetLayerOpacity(layer: integer; AValue: byte); procedure

12