| /xsrc/external/mit/ctwm/dist/ |
| workspace_config.h | 11 void WMapCreateCurrentBackGround(const char *border, 14 void WMapCreateDefaultBackGround(const char *border,
|
| workspace_config.c | 136 WMapCreateCurrentBackGround(const char *border, 148 if(border == NULL) { 151 GetColor(Scr->Monochrome, &ws->curBorderColor, border); 178 WMapCreateDefaultBackGround(const char *border, 190 if(border == NULL) { 193 GetColor(Scr->Monochrome, &ws->defBorderColor, border);
|
| image_bitmap_builtin.c | 95 int h = Scr->TBInfo.width - Scr->TBInfo.border * 2; 131 int h = Scr->TBInfo.width - Scr->TBInfo.border * 2; 213 return (CreateMenuIcon(Scr->TBInfo.width - Scr->TBInfo.border * 2, widthp, 219 int h = Scr->TBInfo.width - Scr->TBInfo.border * 2; 330 h = Scr->TBInfo.width - Scr->TBInfo.border * 2; 427 h = Scr->TBInfo.width - Scr->TBInfo.border * 2; 466 h = Scr->TBInfo.width - Scr->TBInfo.border * 2; 500 h = Scr->TBInfo.width - Scr->TBInfo.border * 2; 532 h = Scr->TBInfo.width - Scr->TBInfo.border * 2; 565 h = Scr->TBInfo.width - Scr->TBInfo.border * 2 [all...] |
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| v3dvx_device.c | 62 union pipe_color_union border; local 65 border.ui[i] = bc_info->customBorderColor.uint32[format->swizzle[i]]; 67 border.ui[i] = 0; 73 border.f[0] = CLAMP(border.f[0], 0, 1); 74 border.ui[1] = CLAMP(border.ui[1], 0, 0xff); 77 border.f[i] = CLAMP(border.f[i], 0, 1); 80 border.f[i] = CLAMP(border.f[i], -1, 1) 207 union pipe_color_union border = encode_border_color(bc_info); local [all...] |
| /xsrc/external/mit/freetype/dist/src/base/ |
| ftstroke.c | 327 ft_stroke_border_grow( FT_StrokeBorder border, 330 FT_UInt old_max = border->max_points; 331 FT_UInt new_max = border->num_points + new_points; 338 FT_Memory memory = border->memory; 344 if ( FT_RENEW_ARRAY( border->points, old_max, cur_max ) || 345 FT_RENEW_ARRAY( border->tags, old_max, cur_max ) ) 348 border->max_points = cur_max; 357 ft_stroke_border_close( FT_StrokeBorder border, 360 FT_UInt start = (FT_UInt)border->start; 361 FT_UInt count = border->num_points 889 FT_StrokeBorder border = stroker->borders + side; local 930 FT_StrokeBorder border = stroker->borders + side; local 974 FT_StrokeBorder border = stroker->borders + side; local 1040 FT_StrokeBorder border = stroker->borders + side; local 1230 FT_StrokeBorder border; local 1268 FT_StrokeBorder border; local 1429 FT_StrokeBorder border; local 1635 FT_StrokeBorder border; local 2373 FT_StrokerBorder border; local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| mipmap.h | 42 GLint border, 60 _mesa_next_mipmap_level_size(GLenum target, GLint border,
|
| teximage.h | 131 GLint border, GLenum internalFormat, 137 GLint border, GLenum internalFormat, 211 GLint depth, GLint border); 261 GLsizei width, GLint border, 266 GLint internalformat, GLsizei width, GLint border, 271 GLint internalformat, GLsizei width, GLint border, 276 GLsizei width, GLsizei height, GLint border, 282 GLint border, GLenum format, GLenum type, 288 GLint border, GLenum format, GLenum type, 293 GLsizei width, GLsizei height, GLsizei depth, GLint border, [all...] |
| teximage.c | 678 * The dimensions are expected not to include the border. 790 img->Border = 0; 814 * \param border image border. 821 * Note: width, height and depth include the border. 827 GLint border, GLenum internalFormat, 842 img->Border = border; 847 img->Width2 = width - 2 * border; /* == 1 << img->WidthLog2; */ 867 img->Height2 = height; /* no border */ [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| mipmap.h | 42 GLint border, 60 _mesa_next_mipmap_level_size(GLenum target, GLint border,
|
| teximage.c | 695 * The dimensions are expected not to include the border. 807 img->Border = 0; 831 * \param border image border. 838 * Note: width, height and depth include the border. 844 GLint border, GLenum internalFormat, 859 img->Border = border; 864 img->Width2 = width - 2 * border; /* == 1 << img->WidthLog2; */ 884 img->Height2 = height; /* no border */ [all...] |
| teximage.h | 131 GLint border, GLenum internalFormat, 137 GLint border, GLenum internalFormat, 211 GLint depth, GLint border); 261 GLsizei width, GLint border, 267 GLsizei width, GLsizei height, GLint border, 273 GLsizei width, GLsizei height, GLsizei depth, GLint border, 280 GLint border, GLenum format, GLenum type, 285 GLsizei width, GLint border, 290 GLsizei width, GLsizei height, GLint border, 296 GLint border, GLenum format, GLenum type [all...] |
| /xsrc/external/mit/libX11/dist/src/ |
| CrWindow.c | 40 unsigned long border, 63 *valuePtr = border;
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| indirect_texture_compression.c | 79 GLint border, GLsizei image_size, 106 __GLX_PUT_LONG(24, border); 123 __GLX_PUT_LONG(28, border); 196 GLint border, GLsizei image_size, 200 border, image_size, data, 209 GLint border, GLsizei image_size, 213 border, image_size, data, 222 GLsizei depth, GLint border, 241 __GLX_PUT_LONG(28, border); 257 __GLX_PUT_LONG(32, border); [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| indirect_texture_compression.c | 79 GLint border, GLsizei image_size, 106 __GLX_PUT_LONG(24, border); 123 __GLX_PUT_LONG(28, border); 196 GLint border, GLsizei image_size, 200 border, image_size, data, 209 GLint border, GLsizei image_size, 213 border, image_size, data, 222 GLsizei depth, GLint border, 241 __GLX_PUT_LONG(28, border); 257 __GLX_PUT_LONG(32, border); [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| i915_texstate.c | 151 GLubyte border[4]; local 295 * result in sampling border values if we don't set the T wrap to 301 /* 3D textures don't seem to respect the border color. 368 /* convert border color from float to ubyte */ 369 CLAMPED_FLOAT_TO_UBYTE(border[0], sampler->Attrib.state.border_color.f[0]); 370 CLAMPED_FLOAT_TO_UBYTE(border[1], sampler->Attrib.state.border_color.f[1]); 371 CLAMPED_FLOAT_TO_UBYTE(border[2], sampler->Attrib.state.border_color.f[2]); 372 CLAMPED_FLOAT_TO_UBYTE(border[3], sampler->Attrib.state.border_color.f[3]); 375 /* GL specs that border color for depth textures is taken from the 379 state[I915_TEXREG_SS4] = PACK_COLOR_8888(border[0] [all...] |
| i830_texstate.c | 126 GLubyte border[4]; local 304 /* convert border color from float to ubyte */ 305 CLAMPED_FLOAT_TO_UBYTE(border[0], sampler->Attrib.state.border_color.f[0]); 306 CLAMPED_FLOAT_TO_UBYTE(border[1], sampler->Attrib.state.border_color.f[1]); 307 CLAMPED_FLOAT_TO_UBYTE(border[2], sampler->Attrib.state.border_color.f[2]); 308 CLAMPED_FLOAT_TO_UBYTE(border[3], sampler->Attrib.state.border_color.f[3]); 310 state[I830_TEXREG_TM0S4] = PACK_COLOR_8888(border[3], 311 border[0], 312 border[1], 313 border[2]) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| i915_texstate.c | 151 GLubyte border[4]; local 295 * result in sampling border values if we don't set the T wrap to 301 /* 3D textures don't seem to respect the border color. 368 /* convert border color from float to ubyte */ 369 CLAMPED_FLOAT_TO_UBYTE(border[0], sampler->BorderColor.f[0]); 370 CLAMPED_FLOAT_TO_UBYTE(border[1], sampler->BorderColor.f[1]); 371 CLAMPED_FLOAT_TO_UBYTE(border[2], sampler->BorderColor.f[2]); 372 CLAMPED_FLOAT_TO_UBYTE(border[3], sampler->BorderColor.f[3]); 375 /* GL specs that border color for depth textures is taken from the 379 state[I915_TEXREG_SS4] = PACK_COLOR_8888(border[0] [all...] |
| i830_texstate.c | 126 GLubyte border[4]; local 304 /* convert border color from float to ubyte */ 305 CLAMPED_FLOAT_TO_UBYTE(border[0], sampler->BorderColor.f[0]); 306 CLAMPED_FLOAT_TO_UBYTE(border[1], sampler->BorderColor.f[1]); 307 CLAMPED_FLOAT_TO_UBYTE(border[2], sampler->BorderColor.f[2]); 308 CLAMPED_FLOAT_TO_UBYTE(border[3], sampler->BorderColor.f[3]); 310 state[I830_TEXREG_TM0S4] = PACK_COLOR_8888(border[3], 311 border[0], 312 border[1], 313 border[2]) [all...] |
| /xsrc/external/mit/freetype/dist/docs/reference/stylesheets/ |
| extra.css | 87 border: 0; 97 border: none; 98 border-bottom: 0; 157 border: 0; 168 border: none; 169 border-bottom: 0;
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| glamor_window.c | 64 glamor_fixup_window_pixmap(&pWin->drawable, &pWin->border.pixmap);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/ |
| v3dx_state.c | 587 union pipe_color_union border; local 589 /* First, reswizzle the border color for any 598 border.i[0] = cso->border_color.i[2]; 599 border.i[1] = cso->border_color.i[1]; 600 border.i[2] = cso->border_color.i[0]; 601 border.i[3] = cso->border_color.i[3]; 610 border.i[0] = cso->border_color.i[3]; 611 border.i[1] = 0; 612 border.i[2] = 0; 613 border.i[3] = 0 [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/ |
| v3dx_state.c | 584 union pipe_color_union border; local 586 /* First, reswizzle the border color for any 595 border.i[0] = cso->border_color.i[2]; 596 border.i[1] = cso->border_color.i[1]; 597 border.i[2] = cso->border_color.i[0]; 598 border.i[3] = cso->border_color.i[3]; 607 border.i[0] = cso->border_color.i[3]; 608 border.i[1] = 0; 609 border.i[2] = 0; 610 border.i[3] = 0 [all...] |
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| glut_get.c | 18 unsigned int width, height, border, depth; local 43 &width, &height, &border, &depth); 51 &width, &height, &border, &depth);
|
| /xsrc/external/mit/MesaLib.old/dist/docs/ |
| mesa.css | 33 border: none;
|
| /xsrc/external/mit/freetype/dist/include/freetype/ |
| ftstroke.h | 46 * displayed with a colored (and anti-aliased) border around their 180 * These values are used to select a given stroke border in 185 * Select the left border, relative to the drawing direction. 188 * Select the right border, relative to the drawing direction. 221 * The border index. @FT_STROKER_BORDER_RIGHT for empty or invalid 242 * The border index. @FT_STROKER_BORDER_LEFT for empty or invalid 286 * The border radius. 361 * path, and the stroker generates two distinct 'border' outlines. 533 * export one of the 'border' or 'stroke' outlines generated by the 540 * border : [all...] |