Searched refs:draw_h (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xterm/dist/ |
| H A D | graphics.c | 941 int draw_h) 961 graph_x, graph_y, draw_w, draw_h, 976 if (pmy > draw_y + draw_h - 1) 1449 int draw_h = graphic->actual_height; local in function:RefreshClipped 1454 clip_area(&draw_x, &draw_y, &draw_w, &draw_h, 1458 clip_area(&draw_x, &draw_y, &draw_w, &draw_h, 1464 clip_area(&draw_x, &draw_y, &draw_w, &draw_h, 1469 clip_area(&draw_x, &draw_y, &draw_w, &draw_h, 1475 TRACE((" draw_x=%d draw_y=%d draw_w=%d draw_h=%d\n", 1476 draw_x, draw_y, draw_w, draw_h)); 931 refresh_graphic(TScreen const * screen,Graphic const * graphic,ColorRegister * buffer,int refresh_x,int refresh_y,int refresh_w,int refresh_h,int draw_x,int draw_y,int draw_w,int draw_h) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/dri/ |
| H A D | drisw.c | 160 int draw_x, draw_y, draw_w, draw_h; local in function:drisw_get_image 162 get_drawable_info(dPriv, &draw_x, &draw_y, &draw_w, &draw_h); 163 get_image2(dPriv, x, y, draw_w, draw_h, stride, data);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/ |
| H A D | drisw.c | 163 int draw_x, draw_y, draw_w, draw_h; local in function:drisw_get_image 165 get_drawable_info(dPriv, &draw_x, &draw_y, &draw_w, &draw_h); 166 get_image2(dPriv, x, y, draw_w, draw_h, stride, data);
|
Completed in 6 milliseconds