Home
last modified time | relevance | path

Searched refs:fixed_width (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_point.c362 int fixed_width; in try_setup_point() local
386 fixed_width = MAX2(FIXED_ONE, subpixel_snap(size)); in try_setup_point()
388 x0 = subpixel_snap(v0[0][0] - pixel_offset) - fixed_width/2; in try_setup_point()
389 y0 = subpixel_snap(v0[0][1] - pixel_offset) - fixed_width/2; in try_setup_point()
392 bbox.x1 = (x0 + fixed_width + (FIXED_ONE-1)) >> FIXED_ORDER; in try_setup_point()
394 bbox.y1 = (y0 + fixed_width + (FIXED_ONE-1) + adj) >> FIXED_ORDER; in try_setup_point()
417 fixed_width = MAX2(FIXED_ONE, in try_setup_point()
419 int_width = fixed_width >> FIXED_ORDER; in try_setup_point()
485 info.dx12 = fixed_width; in try_setup_point()
486 info.dy01 = fixed_width; in try_setup_point()
Dlp_setup_line.c303 int fixed_width = util_iround(width) * FIXED_ONE; in try_setup_line() local
452 y[0] = subpixel_snap(v1[0][1] + y_offset - pixel_offset) - fixed_width/2; in try_setup_line()
453 y[1] = subpixel_snap(v2[0][1] + y_offset_end - pixel_offset) - fixed_width/2; in try_setup_line()
454 y[2] = subpixel_snap(v2[0][1] + y_offset_end - pixel_offset) + fixed_width/2; in try_setup_line()
455 y[3] = subpixel_snap(v1[0][1] + y_offset - pixel_offset) + fixed_width/2; in try_setup_line()
544 x[0] = subpixel_snap(v1[0][0] + x_offset - pixel_offset) - fixed_width/2; in try_setup_line()
545 x[1] = subpixel_snap(v2[0][0] + x_offset_end - pixel_offset) - fixed_width/2; in try_setup_line()
546 x[2] = subpixel_snap(v2[0][0] + x_offset_end - pixel_offset) + fixed_width/2; in try_setup_line()
547 x[3] = subpixel_snap(v1[0][0] + x_offset - pixel_offset) + fixed_width/2; in try_setup_line()
/external/python/cpython2/Modules/
Dfmmodule.c95 info.fixed_width, in fh_getfontinfo()
/external/python/cpython2/Doc/library/
Dfm.rst94 ``(printermatched, fixed_width, xorig, yorig, xsize, ysize, height, nglyphs)``.