HomeSort by: relevance | last modified time | path
    Searched refs:wide (Results 1 - 25 of 179) sorted by relevancy

1 2 3 4 5 6 7 8

  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
draw_pipe_wide_point.c 32 * Notes on wide points and sprite mode:
34 * In wide point/sprite mode we effectively need to convert each incoming
98 static void set_texcoords(const struct widepoint_stage *wide,
101 const struct draw_context *draw = wide->stage.draw;
106 for (i = 0; i < wide->num_texcoord_gen; i++) {
107 const uint slot = wide->texcoord_gen_slot[i];
127 const struct widepoint_stage *wide = widepoint_stage(stage); local
147 if (wide->psize_slot >= 0) {
148 half_size = header->v[0]->data[wide->psize_slot][0];
152 half_size = wide->half_point_size
200 struct widepoint_stage *wide = widepoint_stage(stage); local
310 struct widepoint_stage *wide = CALLOC_STRUCT(widepoint_stage); local
    [all...]
draw_pipe_wide_line.c 46 * Draw a wide line by drawing a quad (two triangles).
76 * Draw wide line as a quad (two tris) by "stretching" the line along
193 struct wideline_stage *wide = CALLOC_STRUCT(wideline_stage); local
194 if (!wide)
197 wide->stage.draw = draw;
198 wide->stage.name = "wide-line";
199 wide->stage.next = NULL;
200 wide->stage.point = draw_pipe_passthrough_point;
201 wide->stage.line = wideline_first_line
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
draw_pipe_wide_point.c 32 * Notes on wide points and sprite mode:
34 * In wide point/sprite mode we effectively need to convert each incoming
98 static void set_texcoords(const struct widepoint_stage *wide,
101 const struct draw_context *draw = wide->stage.draw;
106 for (i = 0; i < wide->num_texcoord_gen; i++) {
107 const uint slot = wide->texcoord_gen_slot[i];
127 const struct widepoint_stage *wide = widepoint_stage(stage); local
147 if (wide->psize_slot >= 0) {
148 half_size = header->v[0]->data[wide->psize_slot][0];
152 half_size = wide->half_point_size
200 struct widepoint_stage *wide = widepoint_stage(stage); local
310 struct widepoint_stage *wide = CALLOC_STRUCT(widepoint_stage); local
    [all...]
draw_pipe_wide_line.c 46 * Draw a wide line by drawing a quad (two triangles).
76 * Draw wide line as a quad (two tris) by "stretching" the line along
193 struct wideline_stage *wide = CALLOC_STRUCT(wideline_stage); local
194 if (!wide)
197 wide->stage.draw = draw;
198 wide->stage.name = "wide-line";
199 wide->stage.next = NULL;
200 wide->stage.point = draw_pipe_passthrough_point;
201 wide->stage.line = wideline_first_line
    [all...]
  /xsrc/external/mit/xterm/dist/vttests/
tab0.sh 41 while [ "$p" -lt "$wide" ]
49 while [ "$p" -lt "$wide" ]
56 while [ "$p" -lt "$wide" ]
84 wide=`$TPUT cols`
resize.sh 65 IFS=';' read -r junk high wide
72 wide=`echo "$wide"|sed -e 's/t.*//'`
74 original=${CSI}8\;${high}\;${wide}t${SUF}
76 test "$maxwide" = 0 && maxwide=`expr "$wide" \* 2`
82 w=$wide
100 if test "$w" = "$wide" ; then
resize.pl 76 our $wide;
80 $wide = csi_field( $original, 3 );
81 printf "parsed terminal size $high,$wide\n";
96 $maxwide != 0 or $maxwide = $wide * 2;
115 $w = $wide;
136 if ( $w == $wide ) {
doublechars.sh 87 IFS=';' read -r junk high wide
91 wide=`echo "$wide"|sed -e 's/t.*//'`
92 original=${CSI}8\;${high}\;${wide}t${SUF}
decsed.pl 105 fills the screen (-n for normal, -w for wide characters, default DECALN)
117 -w write wide-characters rather than using DECALN
blink.pl 115 -w write wide-characters
erase.pl 145 -w write wide-characters
halves.pl 193 -w write wide-characters
wrap.pl 142 -w write wide-character test-string
insdelln.pl 265 -w write wide-characters
scroll.pl 264 -w write wide-characters
lrmm-scroll.pl 350 -w write wide-characters
  /xsrc/external/mit/pixman/dist/pixman/
pixman-bits-image.c 414 pixman_bool_t wide,
430 if (wide)
437 if (wide)
453 if (wide)
476 pixman_bool_t wide,
491 wide ? fetch_pixel_no_alpha_float : fetch_pixel_no_alpha_32;
517 if (!mask || (!wide && mask[i]) ||
518 (wide && memcmp(&mask[4 * i], wide_zero, 16) != 0))
521 &image->bits, wide, x, y, get_pixel, buffer);
526 buffer += wide ? 4 : 1
    [all...]
  /xsrc/external/mit/xterm/dist/package/pkgsrc/
Makefile 39 CONFIGURE_ARGS+= --enable-wide-chars
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/doc/html/
resize.js 41 content.css({marginLeft:parseInt(sidenavWidth)+6+"px"}); //account for 6px-wide handle-bar
  /xsrc/external/mit/xterm/dist/package/freebsd/
Makefile 53 WCHAR_DESC= Enable wide-character support
76 WCHAR_CONFIGURE_ENABLE= wide-chars
  /xsrc/external/mit/libX11/dist/src/
xcb_io.c 218 static void widen(uint64_t *wide, unsigned int narrow)
220 uint64_t new = (*wide & ~((uint64_t)0xFFFFFFFFUL)) | narrow;
221 /* If just copying the upper dword of *wide makes the number
225 uint64_t wraps = new + (1UL << 31) < *wide;
226 *wide = new + (wraps << 32);
  /xsrc/external/mit/xorg-server.old/dist/fb/
fbpict.c 179 #error The pixman library only works when FbBits is 32 bits wide
  /xsrc/external/mit/freetype/dist/src/pcf/
pcfread.c 1508 /* We also check whether we have `wide' characters; all put */
1510 /* Fixed Wide'. */
1515 int wide = 0; local
1527 wide = 1;
1528 l += ft_strlen( " Wide" );
1551 if ( wide )
1552 ft_strcat( root->family_name, " Wide" );
  /xsrc/external/mit/MesaLib.old/dist/src/intel/genxml/
gen_pack_header.py 244 'bool field ({}) is too wide'.format(self.name)
  /xsrc/external/mit/xterm/dist/
screen.c 561 * Turn on wide-chars temporarily when constructing pointers, since that is
633 * This function dynamically adds support for wide-characters.
844 * Check for wide-character damage as well, clearing the damaged cells.
970 wide character, make the other half vanish */
987 wide character, make the other half vanish */
995 wide character, make the other half vanish */
2671 Cardinal wide = (Cardinal) (source->right - source->left) + 1; local
2672 Cardinal size = (high * wide);
2683 TRACE(("OK - make copy %dx%d\n", high, wide));
2685 target.right = target.left + (int) (wide - 1)
    [all...]

Completed in 16 milliseconds

1 2 3 4 5 6 7 8