Home
last modified time | relevance | path

Searched refs:ALPHA_OPAQUE (Results 1 – 25 of 78) sorted by relevance

1234

/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/samples/rawbmp/
H A Drawbmp1.py117 pixels.Set(red, green, blue, wx.ALPHA_OPAQUE)
119 pixels.Set(red, green, blue, wx.ALPHA_OPAQUE)
122 pixels.Set(red, green, blue, wx.ALPHA_OPAQUE)
124 pixels.Set(red, green, blue, wx.ALPHA_OPAQUE)
144 arr[0, 0:DIM, A] = wx.ALPHA_OPAQUE # first row
145 arr[DIM-1, 0:DIM, A] = wx.ALPHA_OPAQUE # last row
146 arr[0:DIM, 0, A] = wx.ALPHA_OPAQUE # first col
147 arr[0:DIM, DIM-1, A] = wx.ALPHA_OPAQUE # last col
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/demo/
H A DRawBitmapAccess.py123 pixels.Set(red, green, blue, wx.ALPHA_OPAQUE)
125 pixels.Set(red, green, blue, wx.ALPHA_OPAQUE)
128 pixels.Set(red, green, blue, wx.ALPHA_OPAQUE)
130 pixels.Set(red, green, blue, wx.ALPHA_OPAQUE)
150 arr[0, 0:DIM, A] = wx.ALPHA_OPAQUE # first row
151 arr[DIM-1, 0:DIM, A] = wx.ALPHA_OPAQUE # last row
152 arr[0:DIM, 0, A] = wx.ALPHA_OPAQUE # first col
153 arr[0:DIM, DIM-1, A] = wx.ALPHA_OPAQUE # last col
/dports/games/julius/julius-1.7.0/src/platform/
H A Dcursor.c24 ALPHA_OPAQUE | COLOR_BLACK,
25 ALPHA_OPAQUE | COLOR_MOUSE_DARK_GRAY,
26 ALPHA_OPAQUE | COLOR_MOUSE_MEDIUM_GRAY,
27 ALPHA_OPAQUE | COLOR_MOUSE_LIGHT_GRAY,
28 ALPHA_OPAQUE | COLOR_WHITE
/dports/games/augustus/augustus-3.1.0/src/platform/
H A Dcursor.c31 ALPHA_OPAQUE | COLOR_BLACK,
32 ALPHA_OPAQUE | COLOR_MOUSE_DARK_GRAY,
33 ALPHA_OPAQUE | COLOR_MOUSE_MEDIUM_GRAY,
34 ALPHA_OPAQUE | COLOR_MOUSE_LIGHT_GRAY,
35 ALPHA_OPAQUE | COLOR_WHITE
/dports/games/augustus/augustus-3.1.0/src/graphics/
H A Dimage.c58 color |= ALPHA_OPAQUE; in draw_extra_asset_footprint()
86 if (alpha == ALPHA_OPAQUE) { in draw_extra_asset_footprint()
98 if (alpha == ALPHA_OPAQUE) { in draw_extra_asset_footprint()
122 color |= ALPHA_OPAQUE; in draw_extra_asset_top()
201 if (alpha_mask == ALPHA_OPAQUE) { in draw_extra_asset_top()
227 if (alpha == ALPHA_OPAQUE) { in draw_extra_asset_top()
256 if (alpha == ALPHA_OPAQUE) { in draw_asset_image()
266 if (alpha == ALPHA_OPAQUE) { in draw_asset_image()
293 color |= ALPHA_OPAQUE; in draw_uncompressed()
465 color |= ALPHA_OPAQUE; in draw_compressed_masked()
[all …]
H A Dcolor.h56 #define ALPHA_OPAQUE 0xff000000 macro
83 (ALPHA_OPAQUE | \
/dports/multimedia/mencoder/mplayer-export-2021-12-29/gui/util/
H A Dbitmap.h24 #define ALPHA_OPAQUE 0xff000000 macro
27 #define IS_TRANSPARENT(c) ((ALPHA_OPAQUE | (c)) == GUI_TRANSPARENT)
/dports/multimedia/mplayer/mplayer-export-2021-12-29/gui/util/
H A Dbitmap.h24 #define ALPHA_OPAQUE 0xff000000 macro
27 #define IS_TRANSPARENT(c) ((ALPHA_OPAQUE | (c)) == GUI_TRANSPARENT)
/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Dcolor.cpp37 static_cast<uint8_t>(fields.size() == 4 ? std::stoul(fields[3]) : ALPHA_OPAQUE) in from_rgba_string()
57 static_cast<uint8_t>(ALPHA_OPAQUE) in from_rgb_string()
73 ALPHA_OPAQUE in from_hex_string()
H A Dcolor.hpp50 const uint8_t ALPHA_OPAQUE = 255; variable
58 , a(ALPHA_OPAQUE) in color_t()
61 color_t(uint8_t r_val, uint8_t g_val, uint8_t b_val, uint8_t a_val = ALPHA_OPAQUE) in color_t()
/dports/graphics/mypaint/mypaint-2.0.1/lib/fill/
H A Dfill_constants.hpp29 static PyObject* ALPHA_OPAQUE();
H A Dblur.cpp78 if (input_is_fully_opaque()) return ConstTiles::ALPHA_OPAQUE(); in blur()
156 bool is_full = result == ConstTiles::ALPHA_OPAQUE(); in blur_strand()
H A Dmorphology.cpp245 return std::make_pair(false, ConstTiles::ALPHA_OPAQUE()); in generic_morph()
257 return std::make_pair(true, ConstTiles::ALPHA_OPAQUE()); in generic_morph()
312 bool full_result = result.second == ConstTiles::ALPHA_OPAQUE(); in morph_strand()
H A Dfill_constants.cpp38 ConstTiles::ALPHA_OPAQUE() in ALPHA_OPAQUE() function in ConstTiles
/dports/games/nazghul/nazghul-0.7.1/src/
H A Dlos.h30 #define ALPHA_OPAQUE 12 macro
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/wintermute/base/gfx/osystem/
H A Dbase_surface_osystem.cpp75 return Graphics::ALPHA_OPAQUE; in hasTransparencyType()
101 return Graphics::ALPHA_OPAQUE; in hasTransparencyType()
456 if (_alphaType == Graphics::ALPHA_OPAQUE && transform._angle == 0) { in drawSprite()
477 _alphaType = Graphics::ALPHA_OPAQUE; in putSurface()
H A Drender_ticket.cpp119 src.setAlphaMode(Graphics::ALPHA_OPAQUE); in drawToSurface()
153 src.setAlphaMode(Graphics::ALPHA_OPAQUE); in drawToSurface()
/dports/games/scummvm/scummvm-2.5.1/engines/wintermute/base/gfx/osystem/
H A Dbase_surface_osystem.cpp78 return Graphics::ALPHA_OPAQUE; in hasTransparencyType()
104 return Graphics::ALPHA_OPAQUE; in hasTransparencyType()
453 if (_alphaType == Graphics::ALPHA_OPAQUE && transform._angle == 0) { in drawSprite()
474 _alphaType = Graphics::ALPHA_OPAQUE; in putSurface()
H A Drender_ticket.cpp108 src.setAlphaMode(Graphics::ALPHA_OPAQUE); in drawToSurface()
142 src.setAlphaMode(Graphics::ALPHA_OPAQUE); in drawToSurface()
/dports/games/augustus/augustus-3.1.0/src/assets/
H A Dimage.c71 if (image_pixel_alpha == ALPHA_OPAQUE) { in asset_image_load()
81 } else if (layer_pixel_alpha == ALPHA_OPAQUE) { in asset_image_load()
/dports/games/julius/julius-1.7.0/src/graphics/
H A Dcolor.h46 #define ALPHA_OPAQUE 0xff000000 macro
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/base/image/
H A Dimage.cpp167 alpha = ALPHA_OPAQUE; in GetGrayAValue()
176 alpha = ALPHA_OPAQUE; in GetRGBAValue()
887 alpha = ALPHA_OPAQUE; in GetGrayAValue()
896 alpha = ALPHA_OPAQUE; in GetRGBAValue()
1338 alpha = ALPHA_OPAQUE; in GetGrayAValue()
1350 alpha = ALPHA_OPAQUE; in GetRGBAValue()
2095 alpha = ALPHA_OPAQUE; in GetGrayAValue()
2104 alpha = ALPHA_OPAQUE; in GetRGBAValue()
2562 alpha = ALPHA_OPAQUE; in GetGrayAValue()
2574 alpha = ALPHA_OPAQUE; in GetRGBAValue()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/
H A DCursor.java295 ImageData.ALPHA_OPAQUE, null, 0, 0, 0, in Cursor()
313 ImageData.ALPHA_OPAQUE, null, 0, 0, 0, in Cursor()
366 ImageData.ALPHA_OPAQUE, null, 0, 0, 0, in Cursor()
384 ImageData.ALPHA_OPAQUE, null, 0, 0, 0, in Cursor()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/graphics/
H A DCursor.java297 ImageData.ALPHA_OPAQUE, null, 0, 0, 0, in Cursor()
315 ImageData.ALPHA_OPAQUE, null, 0, 0, 0, in Cursor()
375 ImageData.ALPHA_OPAQUE, null, 0, 0, 0, in Cursor()
393 ImageData.ALPHA_OPAQUE, null, 0, 0, 0, in Cursor()
/dports/graphics/povray37/povray-3.7.0.10/source/base/image/
H A Dimage.cpp157 alpha = ALPHA_OPAQUE; in GetGrayAValue()
166 alpha = ALPHA_OPAQUE; in GetRGBAValue()
813 alpha = ALPHA_OPAQUE; in GetGrayAValue()
822 alpha = ALPHA_OPAQUE; in GetRGBAValue()
1228 alpha = ALPHA_OPAQUE; in GetGrayAValue()
1240 alpha = ALPHA_OPAQUE; in GetRGBAValue()
1928 alpha = ALPHA_OPAQUE; in GetGrayAValue()
1937 alpha = ALPHA_OPAQUE; in GetRGBAValue()
2359 alpha = ALPHA_OPAQUE; in GetGrayAValue()
2371 alpha = ALPHA_OPAQUE; in GetRGBAValue()
[all …]

1234