Home
last modified time | relevance | path

Searched refs:colour_key (Results 1 – 3 of 3) sorted by relevance

/dports/math/curv/curv-0.5/libcurv/
H A Dshape.cc61 static Symbol_Ref colour_key = make_symbol("colour"); in recognize() local
76 Value colour_val = r->find_field(colour_key, cx); in recognize()
119 static Symbol_Ref colour_key = make_symbol("colour"); in Shape_Program() local
133 if (r->hasfield(colour_key)) in Shape_Program()
134 colour_fun_ = value_to_function(r->getfield(colour_key, cx), cx); in Shape_Program()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/sgp/
H A DVSurface.cc110 Uint32 colour_key; in SetTransparency() local
113 case 8: colour_key = colour; break; in SetTransparency()
114 case 16: colour_key = Get16BPPColor(colour); break; in SetTransparency()
118 SDL_SetColorKey(surface_, SDL_TRUE, colour_key); in SetTransparency()
/dports/multimedia/libxine/xine-lib-1.2.11/src/video_out/
H A Dvideo_out_pgx64.c248 int colour_key, colour_key_rgb, brightness, saturation, deinterlace_en; member
414 colour.pixel = this->colour_key; in update_colour_key_rgb()
448 XSetForeground(this->display, this->gc, this->colour_key); in repaint_output_area()
717 this->vregs[M64_OVERLAY_GRAPHICS_KEY_CLR] = le2me_32(this->colour_key); in pgx64_display_frame()
920 XSetForeground(this->display, this->gc, this->colour_key); in pgx64_overlay_begin()
1039 palette[use_clip_palette][j] = this->colour_key; in pgx64_overlay_key_blend()
1143 return this->colour_key; in pgx64_get_property()
1186 this->colour_key = value; in pgx64_set_property()
1453 this->colour_key = config->register_num(config, "video.device.pgx64_colour_key", 1, in pgx64_init_driver()