| /xsrc/external/mit/libX11/dist/modules/om/generic/ |
| omText.c | 301 int start_y = y; local 343 y -= start_y;
|
| /xsrc/external/mit/xditview/dist/ |
| DviP.h | 117 int start_x, start_y; member in struct:_dviCharCache
|
| /xsrc/external/mit/freetype/dist/src/psaux/ |
| cffdecode.c | 1429 FT_Pos start_y; local 1442 start_y = y; 1471 y = start_y; 1480 FT_Pos start_y; local 1491 start_y = y; 1514 y = start_y; 1528 FT_Pos start_x, start_y; /* record start x, y values for */ local 1545 start_y = y; 1581 y = start_y;
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| glamor_largepixmap.c | 40 int start_x, start_y, end_x, end_y; local 55 start_y = MAX(y, extent->y1); 64 DEBUGF("start_x %d start_y %d end_x %d end_y %d \n", start_x, start_y, 67 if (start_x >= end_x || start_y >= end_y) { 73 start_block_y = (start_y - y) / block_h; 86 start_x, start_y, end_x, end_y);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| sp_setup.c | 661 int y, start_y, finish_y; local 668 start_y = sy; 669 if (start_y < miny) 670 start_y = miny; 676 start_y -= sy; 680 debug_printf("%s %d %d\n", __FUNCTION__, start_y, finish_y); 683 for (y = start_y; y < finish_y; y++) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| sp_setup.c | 710 int y, start_y, finish_y; local 717 start_y = sy; 718 if (start_y < miny) 719 start_y = miny; 725 start_y -= sy; 729 debug_printf("%s %d %d\n", __FUNCTION__, start_y, finish_y); 732 for (y = start_y; y < finish_y; y++) {
|
| /xsrc/external/mit/xf86-video-geode/dist/src/cim/ |
| cim_parm.h | 472 unsigned long start_y; member in struct:tagPanningInfo
|