| /xsrc/external/mit/libXfont/dist/src/bitmap/ |
| H A D | fontink.c | 174 int y_min, local in function:FontCharReshape 191 y_min = Max(-pSrc->metrics.ascent, -pDst->metrics.ascent); 195 in_line += (y_min + pSrc->metrics.ascent) * in_bytes; 196 out_line += (y_min + pDst->metrics.ascent) * out_bytes; 198 for (y = y_min; y < y_max; y++) { 207 for (y = y_min; y < y_max; y++) {
|
| /xsrc/external/mit/libXfont2/dist/src/bitmap/ |
| H A D | fontink.c | 175 int y_min, local in function:FontCharReshape 192 y_min = Max(-pSrc->metrics.ascent, -pDst->metrics.ascent); 196 in_line += (y_min + pSrc->metrics.ascent) * in_bytes; 197 out_line += (y_min + pDst->metrics.ascent) * out_bytes; 199 for (y = y_min; y < y_max; y++) { 208 for (y = y_min; y < y_max; y++) {
|
| /xsrc/external/mit/bdftopcf/dist/ |
| H A D | fontink.c | 163 int y_min, y_max, x_min, x_max; local in function:FontCharReshape 177 y_min = Max(-pSrc->metrics.ascent, -pDst->metrics.ascent); 181 in_line += (y_min + pSrc->metrics.ascent) * in_bytes; 182 out_line += (y_min + pDst->metrics.ascent) * out_bytes; 184 for (int y = y_min; y < y_max; y++) { 194 for (int y = y_min; y < y_max; y++) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | gen7_cmd_buffer.c | 74 uint32_t y_min = s->offset.y; local in function:gen7_cmd_buffer_emit_scissor 81 y_min = clamp_int64((uint64_t) y_min, 92 y_min = clamp_int64((uint64_t) y_min, 0, max); 99 .ScissorRectangleYMin = y_min,
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | gfx7_cmd_buffer.c | 82 uint32_t y_min = s->offset.y; local in function:gfx7_cmd_buffer_emit_scissor 89 y_min = clamp_int64((uint64_t) y_min, 100 y_min = clamp_int64((uint64_t) y_min, 0, max); 107 .ScissorRectangleYMin = y_min,
|
| /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 315 y_min = FT_MIN( dstSlot->bitmap_top - (FT_Int)dstSlot->bitmap.rows, 321 y_min != dstSlot->bitmap_top - (FT_Int)dstSlot->bitmap.rows || 327 FT_UInt rows = (FT_UInt)( y_max - y_min );
|
| H A D | sfwoff2.c | 674 FT_Int y_min = 0; local in function:compute_bbox 687 y_min = points[0].y; 699 y_min = FT_MIN( y, y_min ); 709 WRITE_SHORT( pointer, y_min );
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | graphics.c | 1402 int y_min; member in struct:__anon728dc0fa0108 1442 my_limits.y_min = refresh_y + refresh_h; 1488 if (draw_y < my_limits.y_min) 1489 my_limits.y_min = draw_y; 1499 my_limits.y_min > refresh_y + refresh_h - 1) { 1514 const int y_min = limits->y_min - refresh_y; local in function:FindGraphicHoles 1518 const ColorRegister *base = buffer + (y_min * refresh_w); 1524 for (yy = y_min; yy <= y_max; yy++) { 1632 for (yy = clip_limits.y_min [all...] |
| /xsrc/external/mit/freetype/dist/src/raster/ |
| H A D | ftraster.c | 382 Short y_min; /* band's minimum */ member in struct:black_TBand_ 3050 ras.minY = (Long)ras.band_stack[ras.band_top].y_min * ras.precision; 3069 i = ras.band_stack[ras.band_top].y_min; 3082 ras.band_stack[ras.band_top + 1].y_min = k; 3147 ras.band_stack[0].y_min = 0; 3170 ras.band_stack[0].y_min = 0;
|