| /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/xditview/dist/ |
| draw.c | 96 dw->dvi.cache.start_y, 114 dw->dvi.cache.start_x, dw->dvi.cache.start_y, 125 dw->dvi.cache.start_y = dw->dvi.cache.y = yx;
|
| DviP.h | 117 int start_x, start_y; member in struct:_dviCharCache
|
| /xsrc/external/mit/libX11/dist/modules/om/generic/ |
| omText.c | 301 int start_y = y; local 343 y -= start_y;
|
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| ac_surface_meta_address_test.c | 200 unsigned start_x, unsigned start_y, unsigned start_z, 277 for (in.y = start_y; in.y < in.height; in.y += dout.compressBlkHeight) { 406 unsigned start_x, unsigned start_y, unsigned start_z) 454 for (in.y = start_y; in.y < height; in.y++) { 546 unsigned start_x, unsigned start_y, unsigned start_z) 596 for (in.y = start_y; in.y < height; in.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/dist/src/gallium/drivers/vc4/ |
| vc4_resource.c | 911 uint32_t start_x, uint32_t start_y, 917 for (int y = start_y; y < start_y + h; y++) { 923 if (x == start_x && y == start_y)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| vc4_resource.c | 886 uint32_t start_x, uint32_t start_y, 892 for (int y = start_y; y < start_y + h; y++) { 898 if (x == start_x && y == start_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/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/xf86-video-geode/dist/src/cim/ |
| cim_parm.h | 472 unsigned long start_y; member in struct:tagPanningInfo
|
| cim_vg.c | 1900 panning->start_y = 0; 2119 panning->start_y = vg3_delta_y; 2154 panning->start_y = vg3_delta_y;
|