Searched refs:twidth (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_shadow.c112 int width, height, Bpp, FBPitch, twidth; local in function:SISRefreshAreaReflect
133 twidth = width;
134 while(twidth--) *tdst-- = *tsrc++;
144 twidth = width;
145 while(twidth--) *tdst16-- = *tsrc16++;
155 twidth = width;
156 while(twidth--) *tdst32-- = *tsrc32++;
177 twidth = width;
178 while(twidth--) *tdst-- = *tsrc++;
188 twidth
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_resource.c71 uint32_t twidth = util_next_power_of_two(lwidth); local in function:setup_slices
93 width = twidth;
158 twidth = u_minify(twidth, 1);
/xsrc/external/mit/ctwm/dist/
H A Dfunctions_identify.c66 int i, n, twidth, width, height; local in function:Identify
214 twidth = logical_rect.width;
215 if(twidth > width) {
216 width = twidth;
H A Dicons.c969 int width, twidth, mwidth, len, x; local in function:PaintIcon
992 twidth = logical_rect.width;
1000 while((len > 0) && (twidth > mwidth)) {
1005 twidth = logical_rect.width;
1009 x + ((mwidth - twidth) / 2) +
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_triangle.c123 #define S_SCALE twidth
134 const GLfloat twidth = (GLfloat) texImg->Width; \
181 #define S_SCALE twidth
192 const GLfloat twidth = (GLfloat) texImg->Width; \
537 #define S_SCALE twidth
549 const GLfloat twidth = (GLfloat) texImg->Width; \
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_triangle.c123 #define S_SCALE twidth
134 const GLfloat twidth = (GLfloat) texImg->Width; \
181 #define S_SCALE twidth
192 const GLfloat twidth = (GLfloat) texImg->Width; \
537 #define S_SCALE twidth
549 const GLfloat twidth = (GLfloat) texImg->Width; \
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-mmx.c1538 int twidth = width; local in function:mmx_composite_over_n_8888_8888_ca
1542 while (twidth && (uintptr_t)q & 7)
1553 twidth--;
1558 while (twidth >= 2)
1579 twidth -= 2;
1582 if (twidth)
1593 twidth--;
2731 int twidth = width; local in function:mmx_composite_over_n_8888_0565_ca
2735 while (twidth && ((uintptr_t)q & 7))
2747 twidth
[all...]
/xsrc/external/mit/twm/dist/src/
H A Dmenus.c2566 int twidth = MyFont_TextWidth(&Scr->DefaultFont, Info[i], local in function:Identify
2569 if (twidth > width)
2570 width = twidth;

Completed in 78 milliseconds