Home
last modified time | relevance | path

Searched refs:colorTrans (Results 1 – 8 of 8) sorted by relevance

/dports/science/gabedit/GabeditSrc251_300720/src/Geometry/
H A DImagesGeom.c38 static GdkPixbuf *get_pixbuf_gl(guchar* colorTrans) in get_pixbuf_gl() argument
79 if(colorTrans) in get_pixbuf_gl()
81 tmp = gdk_pixbuf_add_alpha(pixbuf, TRUE, colorTrans[0], colorTrans[1], colorTrans[2]); in get_pixbuf_gl()
92 …tic void gabedit_save_image_gl(GtkWidget* widget, gchar *fileName, gchar* type, guchar* colorTrans) in gabedit_save_image_gl() argument
96 pixbuf = get_pixbuf_gl(colorTrans); in gabedit_save_image_gl()
125 static void save_geometry_image(GabeditFileChooser *SelecFile, gchar* type, guchar* colorTrans) in save_geometry_image() argument
143 gabedit_save_image_gl(GeomDrawingArea, fileName, type, colorTrans); in save_geometry_image()
/dports/science/gabedit/GabeditSrc251_300720/src/Display/
H A DImages.c35 static GdkPixbuf *get_pixbuf_gl(guchar* colorTrans) in get_pixbuf_gl() argument
76 if(colorTrans) in get_pixbuf_gl()
78 tmp = gdk_pixbuf_add_alpha(pixbuf, TRUE, colorTrans[0], colorTrans[1], colorTrans[2]); in get_pixbuf_gl()
89 void gabedit_save_image_gl(GtkWidget* widget, gchar *fileName, gchar* type, guchar* colorTrans) in gabedit_save_image_gl() argument
93 pixbuf = get_pixbuf_gl(colorTrans); in gabedit_save_image_gl()
H A DImages.h35 void gabedit_save_image_gl(GtkWidget* widget, gchar *fileName, gchar* type, guchar* colorTrans);
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/asobj/flash/geom/
H A DTransform_as.cpp116 as_value colorTrans(findObject(fn.env(), "flash.geom.ColorTransform")); in transform_colorTransform() local
118 as_function* colorTransformCtor = colorTrans.to_function(); in transform_colorTransform()
192 as_value colorTrans(findObject(fn.env(), "flash.geom.ColorTransform")); in transform_concatenatedColorTransform() local
194 as_function* colorTransformCtor = colorTrans.to_function(); in transform_concatenatedColorTransform()
/dports/cad/fritzing/fritzing-app-0.9.2b/src/items/
H A Dwire.cpp91 QHash<QString, QString> Wire::colorTrans; member in Wire
1280 colorTrans.insert(tr("blue"), "blue"); in initNames()
1281 colorTrans.insert(tr("red"), "red"); in initNames()
1282 colorTrans.insert(tr("black"), "black"); in initNames()
1283 colorTrans.insert(tr("yellow"), "yellow"); in initNames()
1284 colorTrans.insert(tr("green"), "green"); in initNames()
1285 colorTrans.insert(tr("grey"), "grey"); in initNames()
1286 colorTrans.insert(tr("white"), "white"); in initNames()
1289 colorTrans.insert(tr("cyan"), "cyan"); in initNames()
1290 colorTrans.insert(tr("brown"), "brown"); in initNames()
[all …]
H A Dwire.h253 static QHash<QString, QString> colorTrans; variable
/dports/audio/carla/Carla-2.4.1/source/frontend/widgets/
H A Ddigitalpeakmeter.py348 colorTrans = QColor(self.fMeterColorBase)
349 colorTrans.setAlphaF(0.5)
350 painter.setBrush(colorTrans)
352 del colorTrans
/dports/cad/fritzing/fritzing-app-0.9.2b/src/mainwindow/
H A Dmainwindow_menu.cpp3408 QString colorValue = Wire::colorTrans.value(colorName); in breadboardWireMenu()
3465 QString colorValue = Wire::colorTrans.value(colorName); in schematicWireMenu()