| /xsrc/external/mit/mesa-demos/dist/src/egl/openvg/ |
| H A D | sp.c | 238 VGfloat swidth = 1.14007807; local in function:init_character 239 add_object_stroke(segments, ELEMENTS(segments), coords, color, swidth); 257 VGfloat swidth = 0.60000002; local in function:init_character 274 fill_color, stroke_color, swidth, matrix1); 276 fill_color, stroke_color, swidth, matrix2); 278 fill_color, stroke_color, swidth, matrix3); 313 VGfloat swidth = 0.52891117; local in function:init_character 320 fill_color, stroke_color, swidth, matrix1); 331 VGfloat swidth = 0.60299999; local in function:init_character 332 add_object_stroke(segments, ELEMENTS(segments), coords, color, swidth); 453 VGfloat swidth = 0.60299999; local in function:init_character [all...] |
| /xsrc/external/mit/freetype/dist/src/bdf/ |
| H A D | bdf.h | 150 unsigned short swidth; /* Scalable width. */ member in struct:bdf_glyph_t_
|
| H A D | bdflib.c | 1622 glyph->swidth = (unsigned short)_bdf_atoul( p->list.field[1] ); 1643 glyph->swidth = (unsigned short)FT_MulDiv( 1699 if ( sw != glyph->swidth ) 1701 glyph->swidth = sw;
|
| /xsrc/external/mit/xf86-video-rendition/dist/src/ |
| H A D | vmodes.c | 440 int swidth=pRendition->board.mode.screenwidth; local in function:verite_setframebase 447 swidth, vwidth, bytespp, fifo_size); 452 -swidth*bytespp /* screen width in bytes */ 453 +((swidth*bytespp)%fifo_size) /* width in bytes modulo fifo size */ 457 || (swidth*bytespp)%128)) /* screenwidth multiple of fifo size */
|
| /xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/ |
| H A D | i810_video.c | 748 unsigned int swidth; local in function:I810DisplayVideo 753 swidth = ALIGN(width, 8); 754 overlay->SWID = (swidth << 15) | swidth; 755 overlay->SWIDQW = (swidth << 12) | (swidth >> 3); 760 swidth = ALIGN(width, 4) << 1; 761 overlay->SWID = swidth; 762 overlay->SWIDQW = swidth >> 3; 767 if( swidth > IMAGE_FAST_WIDT [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/ |
| H A D | i810_video.c | 738 unsigned int swidth; local in function:I810DisplayVideo 743 swidth = ALIGN(width, 8); 744 overlay->SWID = (swidth << 15) | swidth; 745 overlay->SWIDQW = (swidth << 12) | (swidth >> 3); 750 swidth = ALIGN(width, 4) << 1; 751 overlay->SWID = swidth; 752 overlay->SWIDQW = swidth >> 3; 757 if( swidth > IMAGE_FAST_WIDT [all...] |
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i810_video.c | 748 unsigned int swidth; local in function:I810DisplayVideo 753 swidth = (width + 7) & ~7; 754 overlay->SWID = (swidth << 15) | swidth; 755 overlay->SWIDQW = (swidth << 12) | (swidth >> 3); 760 swidth = ((width + 3) & ~3) << 1; 761 overlay->SWID = swidth; 762 overlay->SWIDQW = swidth >> 3; 767 if( swidth > IMAGE_FAST_WIDT [all...] |
| H A D | i830_video.c | 1777 int swidth = ((offset + width + mask) >> shift) - (offset >> shift); local in function:i830_swidth 1779 swidth <<= 1; 1780 swidth -= 1; 1781 return swidth << 2; 1984 unsigned int swidth, swidthy, swidthuv; local in function:i830_display_video 2071 swidth = ((offsety + (width << 1) + mask) >> shift) - 2075 swidth <<= 1; 2077 swidth -= 1; 2079 swidth <<= 2; 2082 swidth, [all...] |
| /xsrc/external/mit/xcompmgr/dist/ |
| H A D | xcompmgr.c | 536 int swidth = width + gsize; local in function:make_shadow 543 data = malloc (swidth * sheight * sizeof (unsigned char)); 552 swidth, sheight, 8, swidth * sizeof (unsigned char)); 569 memset(data, d, sheight * swidth); 578 if (xlimit > swidth / 2) 579 xlimit = (swidth + 1) / 2; 588 data[y * swidth + x] = d; 589 data[(sheight - y - 1) * swidth + x] = d; 590 data[(sheight - y - 1) * swidth [all...] |
| /xsrc/external/mit/ctwm/dist/ |
| H A D | functions_win_moveresize.c | 1177 unsigned int width, height, swidth, sheight; local in function:DFHANDLER 1193 swidth = tmp_win->frame_width; 1207 x += swidth - width; 1216 x += swidth - width;
|
| /xsrc/external/mit/libXfont/dist/src/FreeType/ |
| H A D | ftfuncs.c | 2938 long swidth = 0; local in function:ft_compute_bounds 2964 swidth += ABS(tmpchar->characterWidth)*num_cols; 2976 swidth += ABS(tmpchar->characterWidth)*num_cols; 3017 swidth += ABS(tmpchar->characterWidth); 3039 swidth = (swidth * 10.0 + num_chars / 2.0) / num_chars; 3041 swidth = -swidth; 3042 vals->width = swidth;
|
| /xsrc/external/mit/libXfont2/dist/src/FreeType/ |
| H A D | ftfuncs.c | 2942 long swidth = 0; local in function:ft_compute_bounds 2968 swidth += ABS(tmpchar->characterWidth)*num_cols; 2980 swidth += ABS(tmpchar->characterWidth)*num_cols; 3021 swidth += ABS(tmpchar->characterWidth); 3043 swidth = (swidth * 10.0 + num_chars / 2.0) / num_chars; 3045 swidth = -swidth; 3046 vals->width = swidth;
|