Home
last modified time | relevance | path

Searched refs:map_color (Results 1 – 25 of 156) sorted by relevance

1234567

/dports/misc/vxl/vxl-3.3.2/core/vgui/
H A Dvgui_section_render.cxx174 GLboolean & map_color, in GL_setup() argument
186 glGetBooleanv(GL_MAP_COLOR, &map_color); in GL_setup()
233 GL_restore(GLboolean & map_color, GLint alignment, GLint row_length, GLint skip_pixels, GLint skip_… in GL_restore() argument
236 glPixelTransferi(GL_MAP_COLOR, map_color); in GL_restore()
275 GLboolean map_color; in vgui_section_render() local
284 map_color, in vgui_section_render()
302 GL_restore(map_color, alignment, row_length, skip_pixels, skip_rows); in vgui_section_render()
328 GLboolean map_color; in vgui_view_render() local
337 map_color, in vgui_view_render()
354 GL_restore(map_color, alignment, row_length, skip_pixels, skip_rows); in vgui_view_render()
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/core/renderables/
H A Drenderable.cpp145 return item.first == map_color; in draw()
281 if (!map_color) in draw()
286 QColor color = *map_color; in draw()
287 if (state.color_priority >= 0 && map_color->getOpacity() < 1) in draw()
288 color.setAlphaF(map_color->getOpacity()); in draw()
329 for (auto map_color = map->color_set->colors.rbegin(); in drawOverprintingSimulation() local
330 map_color != map->color_set->colors.rend(); in drawOverprintingSimulation()
331 map_color++) in drawOverprintingSimulation()
333 if ((*map_color)->getSpotColorMethod() == MapColor::SpotColor) in drawOverprintingSimulation()
341 drawColorSeparation(&p, config, *map_color, true); in drawOverprintingSimulation()
[all …]
/dports/graphics/frei0r/frei0r-1.7.0-18-g86475d3/src/filter/tint0r/
H A Dtint0r.c140 unsigned char map_color(double amount, double comp_amount, float color, float luma, float minColor,… in map_color() function
167 *dst++ = map_color(amount, comp_amount, r, luma, inst->blackColor.r, inst->whiteColor.r); in f0r_update()
168 *dst++ = map_color(amount, comp_amount, g, luma, inst->blackColor.g, inst->whiteColor.g); in f0r_update()
169 *dst++ = map_color(amount, comp_amount, b, luma, inst->blackColor.b, inst->whiteColor.b); in f0r_update()
/dports/graphics/frei0r-plugins-gavl/frei0r-1.7.0-18-g86475d3/src/filter/tint0r/
H A Dtint0r.c140 unsigned char map_color(double amount, double comp_amount, float color, float luma, float minColor,… in map_color() function
167 *dst++ = map_color(amount, comp_amount, r, luma, inst->blackColor.r, inst->whiteColor.r); in f0r_update()
168 *dst++ = map_color(amount, comp_amount, g, luma, inst->blackColor.g, inst->whiteColor.g); in f0r_update()
169 *dst++ = map_color(amount, comp_amount, b, luma, inst->blackColor.b, inst->whiteColor.b); in f0r_update()
/dports/graphics/frei0r-plugins-opencv/frei0r-1.7.0-18-g86475d3/src/filter/tint0r/
H A Dtint0r.c140 unsigned char map_color(double amount, double comp_amount, float color, float luma, float minColor,… in map_color() function
167 *dst++ = map_color(amount, comp_amount, r, luma, inst->blackColor.r, inst->whiteColor.r); in f0r_update()
168 *dst++ = map_color(amount, comp_amount, g, luma, inst->blackColor.g, inst->whiteColor.g); in f0r_update()
169 *dst++ = map_color(amount, comp_amount, b, luma, inst->blackColor.b, inst->whiteColor.b); in f0r_update()
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/vidhrdw/
H A Dcosmic.c13 static int (*map_color)(int x, int y); variable
137 map_color = panic_map_color; in panic_vh_convert_color_prom()
172 map_color = panic_map_color; in cosmica_vh_convert_color_prom()
204 map_color = cosmicg_map_color; in cosmicg_vh_convert_color_prom()
238 map_color = magspot2_map_color; in magspot2_vh_convert_color_prom()
257 col = Machine->pens[map_color(x, y)]; in WRITE_HANDLER()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Dcosmic_vidhrdw.c13 static pen_t (*map_color)(UINT8 x, UINT8 y); variable
122 map_color = panic_map_color; in PALETTE_INIT()
158 map_color = cosmica_map_color; in PALETTE_INIT()
189 map_color = cosmicg_map_color; in PALETTE_INIT()
220 map_color = magspot2_map_color; in PALETTE_INIT()
249 map_color = magspot2_map_color; in PALETTE_INIT()
275 pen_t pen = Machine->pens[map_color(x, y)]; in draw_bitmap()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Dcosmic_vidhrdw.c13 static pen_t (*map_color)(UINT8 x, UINT8 y); variable
122 map_color = panic_map_color; in PALETTE_INIT()
158 map_color = cosmica_map_color; in PALETTE_INIT()
189 map_color = cosmicg_map_color; in PALETTE_INIT()
220 map_color = magspot2_map_color; in PALETTE_INIT()
249 map_color = magspot2_map_color; in PALETTE_INIT()
275 pen_t pen = Machine->pens[map_color(x, y)]; in draw_bitmap()
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/core/
H A Dmap.cpp1197 for (MapColor* map_color : color_set->colors) in setColor()
1207 map_color->setCmykFromSpotColors(); in setColor()
1209 map_color->setRgbFromSpotColors(); in setColor()
1210 updateSymbolIcons(map_color); in setColor()
1211 emit colorChanged(map_color->getPriority(), map_color); in setColor()
1220 for (MapColor* map_color : color_set->colors) in setColor()
1225 updateSymbolIcons(map_color); in setColor()
1226 emit colorChanged(map_color->getPriority(), map_color); in setColor()
1254 for (MapColor* map_color : color_set->colors) in deleteColor()
1258 updateSymbolIcons(map_color); in deleteColor()
[all …]
/dports/mail/popfile/popfile-1.1.3_1/Classifier/
H A DMailParse.pm279 $self->{htmlbackcolor__} = $self->map_color( 'white' );
280 $self->{htmlbodycolor__} = $self->map_color( 'white' );
281 $self->{htmlfontcolor__} = $self->map_color( 'black' );
420 sub map_color subroutine
1097 $self->{htmlfontcolor__} = $self->map_color( $value );
1107 $self->{htmlfontcolor__} = $self->map_color( $value );
1141 $self->{htmlbackcolor__} = $self->map_color( $value );
1795 $self->{htmlbodycolor__} = $self->map_color( 'white' );
1796 $self->{htmlbackcolor__} = $self->map_color( 'white' );
1797 $self->{htmlfontcolor__} = $self->map_color( 'black' );
[all …]
/dports/x11-toolkits/p5-Prima/Prima-1.63/Prima/Drawable/
H A DGradient.pm98 sub map_color subroutine
107 return $::application->map_color($color);
117 $start_color = $self-> map_color( $start_color);
118 $end_color = $self-> map_color( $end_color);
/dports/german/BBBike/BBBike-3.18/
H A DFURadar.pm251 my $map_color = sub {
255 $cmd .= join(" | ", map { "ppmchange " . $map_color->($_) } @anti_coltable);
257 $cmd .= "ppmchange " . join(" ", map { $map_color->($_) } @anti_coltable);
H A DBBBikeHeavy.pm717 $map_color =~ /^(mono|pixmap|gray)$/
724 if ($map_color eq 'color') {
726 } elsif ($map_color eq 'gray') {
728 } elsif ($map_color eq 'pixmap') {
730 } elsif ($map_color eq 'mono') {
746 -colormode => $map_color,
753 -colormode => $map_color,
767 die "map_color=$map_color rotate_cmd=$rotate_cmd"
768 if $map_color ne 'color' or $rotate_cmd ne '';
/dports/games/adonthell/adonthell-0.3.8/src/
H A Dsurface.h259 …u_int32 map_color(const u_int8 & r, const u_int8 & g, const u_int8 & b, const u_int8 & a = 255) co…
316 put_pix (x, y, map_color(b, SDL_ALPHA_OPAQUE, g, r)); in put_pix()
318 put_pix (x, y, map_color(r, g, b, SDL_ALPHA_OPAQUE)); in put_pix()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/image-0.23.12/src/imageops/
H A Dcolorops.rs197 fn map_color(&self, color: &mut Self::Color);
260 fn map_color(&self, color: &mut Luma<u8>) {
287 fn map_color(&self, color: &mut Rgba<u8>) {
311 fn map_color(&self, color: &mut Rgba<u8>) {
332 $map.map_color(new_pixel);
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/image-0.22.3/src/imageops/
H A Dcolorops.rs187 fn map_color(&self, color: &mut Self::Color); in map_color() method
208 fn map_color(&self, color: &mut Luma<u8>) { in map_color() method
224 fn map_color(&self, color: &mut Rgba<u8>) { in map_color() method
245 $map.map_color(new_pixel);
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/image-0.22.1/src/imageops/
H A Dcolorops.rs187 fn map_color(&self, color: &mut Self::Color); in map_color() method
208 fn map_color(&self, color: &mut Luma<u8>) { in map_color() method
224 fn map_color(&self, color: &mut Rgba<u8>) { in map_color() method
245 $map.map_color(new_pixel);
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/image-0.21.2/src/imageops/
H A Dcolorops.rs187 fn map_color(&self, color: &mut Self::Color); in map_color() method
208 fn map_color(&self, color: &mut Luma<u8>) { in map_color() method
224 fn map_color(&self, color: &mut Rgba<u8>) { in map_color() method
245 $map.map_color(new_pixel);
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/image-0.23.4/src/imageops/
H A Dcolorops.rs188 fn map_color(&self, color: &mut Self::Color); in map_color() method
209 fn map_color(&self, color: &mut Luma<u8>) { in map_color() method
225 fn map_color(&self, color: &mut Rgba<u8>) { in map_color() method
246 $map.map_color(new_pixel);
/dports/games/dose-response/dose-response-179c326/cargo-crates/image-0.20.1/src/imageops/
H A Dcolorops.rs187 fn map_color(&self, color: &mut Self::Color); in map_color() method
208 fn map_color(&self, color: &mut Luma<u8>) { in map_color() method
224 fn map_color(&self, color: &mut Rgba<u8>) { in map_color() method
245 $map.map_color(new_pixel);
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/image/src/imageops/
H A Dcolorops.rs187 fn map_color(&self, color: &mut Self::Color); in map_color() method
208 fn map_color(&self, color: &mut Luma<u8>) { in map_color() method
224 fn map_color(&self, color: &mut Rgba<u8>) { in map_color() method
245 $map.map_color(new_pixel);
/dports/graphics/viu/viu-1.1/cargo-crates/image-0.22.5/src/imageops/
H A Dcolorops.rs187 fn map_color(&self, color: &mut Self::Color); in map_color() method
208 fn map_color(&self, color: &mut Luma<u8>) { in map_color() method
224 fn map_color(&self, color: &mut Rgba<u8>) { in map_color() method
245 $map.map_color(new_pixel);
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/image-0.23.14/src/imageops/
H A Dcolorops.rs327 fn map_color(&self, color: &mut Self::Color); in map_color() method
390 fn map_color(&self, color: &mut Luma<u8>) { in map_color() method
417 fn map_color(&self, color: &mut Rgba<u8>) { in map_color() method
441 fn map_color(&self, color: &mut Rgba<u8>) { in map_color() method
462 $map.map_color(new_pixel);
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/image-0.23.14/src/imageops/
H A Dcolorops.rs327 fn map_color(&self, color: &mut Self::Color); in map_color() method
390 fn map_color(&self, color: &mut Luma<u8>) { in map_color() method
417 fn map_color(&self, color: &mut Rgba<u8>) { in map_color() method
441 fn map_color(&self, color: &mut Rgba<u8>) { in map_color() method
462 $map.map_color(new_pixel);
/dports/misc/broot/broot-1.7.0/cargo-crates/image-0.23.14/src/imageops/
H A Dcolorops.rs327 fn map_color(&self, color: &mut Self::Color); in map_color() method
390 fn map_color(&self, color: &mut Luma<u8>) { in map_color() method
417 fn map_color(&self, color: &mut Rgba<u8>) { in map_color() method
441 fn map_color(&self, color: &mut Rgba<u8>) { in map_color() method
462 $map.map_color(new_pixel);

1234567