HomeSort by: relevance | last modified time | path
    Searched refs:swidth (Results 1 - 12 of 12) sorted by relevancy

  /xsrc/external/mit/mesa-demos/dist/src/egl/openvg/
sp.c 238 VGfloat swidth = 1.14007807; local
239 add_object_stroke(segments, ELEMENTS(segments), coords, color, swidth);
257 VGfloat swidth = 0.60000002; local
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
320 fill_color, stroke_color, swidth, matrix1);
331 VGfloat swidth = 0.60299999; local
332 add_object_stroke(segments, ELEMENTS(segments), coords, color, swidth);
453 VGfloat swidth = 0.60299999; local
    [all...]
  /xsrc/external/mit/freetype/dist/src/bdf/
bdf.h 150 unsigned short swidth; /* Scalable width. */ member in struct:bdf_glyph_t_
bdflib.c 194 #define ACMSG8 "Glyph scalable width (SWIDTH) adjustments made.\n"
195 #define ACMSG9 "SWIDTH field missing at line %ld. Set automatically.\n"
1615 /* Expect the SWIDTH (scalable width) field next. */
1616 if ( _bdf_strncmp( line, "SWIDTH", 6 ) == 0 )
1622 glyph->swidth = (unsigned short)_bdf_atoul( p->list.field[1] );
1639 /* Missing SWIDTH field. Emit an auto correction message and set */
1643 glyph->swidth = (unsigned short)FT_MulDiv(
1688 /* If the BDF_CORRECT_METRICS flag is set, then adjust the SWIDTH */
1699 if ( sw != glyph->swidth )
1701 glyph->swidth = sw
    [all...]
  /xsrc/external/mit/xf86-video-rendition/dist/src/
vmodes.c 440 int swidth=pRendition->board.mode.screenwidth; local
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/
i810_video.c 748 unsigned int swidth; local
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_WIDTH )
    [all...]
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
i810_video.c 738 unsigned int swidth; local
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_WIDTH )
    [all...]
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i810_video.c 748 unsigned int swidth; local
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_WIDTH )
    [all...]
i830_video.c 294 uint32_t SWIDTH;
665 overlay->SWIDTH = 0;
1777 int swidth = ((offset + width + mask) >> shift) - (offset >> shift); local
1779 swidth <<= 1;
1780 swidth -= 1;
1781 return swidth << 2;
1984 unsigned int swidth, swidthy, swidthuv; local
2061 overlay->SWIDTH = width | ((width/2 & 0x7ff) << 16);
2070 overlay->SWIDTH = width;
2071 swidth = ((offsety + (width << 1) + mask) >> shift)
    [all...]
  /xsrc/external/mit/xcompmgr/dist/
xcompmgr.c 536 int swidth = width + gsize; local
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 + (swidth - x - 1)] = d
    [all...]
  /xsrc/external/mit/ctwm/dist/
functions_win_moveresize.c 1177 unsigned int width, height, swidth, sheight; local
1193 swidth = tmp_win->frame_width;
1207 x += swidth - width;
1216 x += swidth - width;
  /xsrc/external/mit/libXfont/dist/src/FreeType/
ftfuncs.c 2938 long swidth = 0; local
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/
ftfuncs.c 2942 long swidth = 0; local
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;

Completed in 20 milliseconds