Searched refs:x_max (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | gen7_cmd_buffer.c | 77 uint32_t x_max = s->offset.x + s->extent.width - 1; local in function:gen7_cmd_buffer_emit_scissor 88 x_max = clamp_int64((uint64_t) x_max, 0, 95 x_max = clamp_int64((uint64_t) x_max, 0, fb->width - 1); 102 .ScissorRectangleXMax = x_max
|
| /xsrc/external/mit/libXfont/dist/src/bitmap/ |
| H A D | fontink.c | 177 x_max; local in function:FontCharReshape 194 x_max = Min(pSrc->metrics.rightSideBearing, pDst->metrics.rightSideBearing); 199 for (x = x_min; x < x_max; x++) { 208 for (x = x_min; x < x_max; x++) {
|
| /xsrc/external/mit/libXfont2/dist/src/bitmap/ |
| H A D | fontink.c | 178 x_max; local in function:FontCharReshape 195 x_max = Min(pSrc->metrics.rightSideBearing, pDst->metrics.rightSideBearing); 200 for (x = x_min; x < x_max; x++) { 209 for (x = x_min; x < x_max; x++) {
|
| /xsrc/external/mit/bdftopcf/dist/ |
| H A D | fontink.c | 163 int y_min, y_max, x_min, x_max; local in function:FontCharReshape 180 x_max = Min(pSrc->metrics.rightSideBearing, pDst->metrics.rightSideBearing); 185 for (int x = x_min; x < x_max; x++) { 195 for (int x = x_min; x < x_max; x++) {
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | gfx7_cmd_buffer.c | 85 uint32_t x_max = s->offset.x + s->extent.width - 1; local in function:gfx7_cmd_buffer_emit_scissor 96 x_max = clamp_int64((uint64_t) x_max, 0, 103 x_max = clamp_int64((uint64_t) x_max, 0, fb->width - 1); 110 .ScissorRectangleXMax = x_max
|
| /xsrc/external/mit/freetype/dist/src/sfnt/ |
| H A D | ttcolr.c | 308 FT_Int x_min, x_max, y_min, y_max; local in function:tt_face_colr_blend_layer 312 x_max = FT_MAX( dstSlot->bitmap_left + (FT_Int)dstSlot->bitmap.width, 320 x_max != dstSlot->bitmap_left + (FT_Int)dstSlot->bitmap.width || 326 FT_UInt width = (FT_UInt)( x_max - x_min );
|
| H A D | sfwoff2.c | 675 FT_Int x_max = 0; local in function:compute_bbox 688 x_max = points[0].x; 700 x_max = FT_MAX( x, x_max ); 710 WRITE_SHORT( pointer, x_max );
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | graphics.c | 1401 int x_max; member in struct:__anon728dc0fa0108 1441 my_limits.x_max = refresh_x - 1; 1486 if (draw_x + draw_w - 1 > my_limits.x_max) 1487 my_limits.x_max = draw_x + draw_w - 1; 1496 if (my_limits.x_max < refresh_x || 1517 const int x_max = limits->x_max - refresh_x; local in function:FindGraphicHoles 1526 for (xx = x_min; xx <= x_max; xx++) { 1636 xx <= clip_limits.x_max - refresh_x; 1688 const unsigned image_w = ((unsigned) clip_limits.x_max [all...] |
Completed in 10 milliseconds