Searched refs:fixed_width (Results 1 – 14 of 14) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_setup_point.c | 362 int fixed_width; in try_setup_point() local 377 fixed_width = MAX2(FIXED_ONE, subpixel_snap(size)); in try_setup_point() 379 x0 = subpixel_snap(v0[0][0] - pixel_offset) - fixed_width/2; in try_setup_point() 380 y0 = subpixel_snap(v0[0][1] - pixel_offset) - fixed_width/2; in try_setup_point() 383 x[1] = x0 + fixed_width; in try_setup_point() 385 y[1] = y0 + fixed_width; in try_setup_point() 411 fixed_width = MAX2(FIXED_ONE, in try_setup_point() 413 int int_width = fixed_width >> FIXED_ORDER; in try_setup_point() 496 info.dx12 = fixed_width; in try_setup_point() 497 info.dy01 = fixed_width; in try_setup_point() [all …]
|
D | lp_setup_line.c | 367 int fixed_width = util_iround(width) * FIXED_ONE; in try_setup_line() local 461 y[0] = subpixel_snap(v1[0][1] + y_offset - pixel_offset) - fixed_width/2; in try_setup_line() 462 y[1] = subpixel_snap(v2[0][1] + y_offset_end - pixel_offset) - fixed_width/2; in try_setup_line() 463 y[2] = subpixel_snap(v2[0][1] + y_offset_end - pixel_offset) + fixed_width/2; in try_setup_line() 464 y[3] = subpixel_snap(v1[0][1] + y_offset - pixel_offset) + fixed_width/2; in try_setup_line() 566 x[0] = subpixel_snap(v1[0][0] + x_offset - pixel_offset) - fixed_width/2; in try_setup_line() 567 x[1] = subpixel_snap(v2[0][0] + x_offset_end - pixel_offset) - fixed_width/2; in try_setup_line() 568 x[2] = subpixel_snap(v2[0][0] + x_offset_end - pixel_offset) + fixed_width/2; in try_setup_line() 569 x[3] = subpixel_snap(v1[0][0] + x_offset - pixel_offset) + fixed_width/2; in try_setup_line()
|
/external/pigweed/pw_format/rust/pw_format/ |
D | lib.rs | 404 fn fixed_width(input: &str) -> IResult<&str, MinFieldWidth> { in fixed_width() function 418 alt((variable_width, fixed_width, no_width))(input) in width()
|
D | core_fmt.rs | 31 fixed_width, precision, Alignment, Argument, ConversionSpec, Flag, FormatFragment, 157 let (input, width) = opt(fixed_width)(input)?; in format_spec()
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/prost-0.13.3/src/ |
D | encoding.rs | 376 macro_rules! fixed_width { macro 473 fixed_width!( 481 fixed_width!( 489 fixed_width!( 497 fixed_width!( 505 fixed_width!( 513 fixed_width!(
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/prost-0.13.3/src/ |
D | encoding.rs | 376 macro_rules! fixed_width { macro 473 fixed_width!( 481 fixed_width!( 489 fixed_width!( 497 fixed_width!( 505 fixed_width!( 513 fixed_width!(
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/benchlog/ |
D | benchlog.mini | 89 machdep.cpu.arch_perf.fixed_width: 0
|
D | benchlog.wreck | 71 machdep.cpu.arch_perf.fixed_width: 0
|
/external/cronet/tot/third_party/re2/src/benchlog/ |
D | benchlog.mini | 89 machdep.cpu.arch_perf.fixed_width: 0
|
D | benchlog.wreck | 71 machdep.cpu.arch_perf.fixed_width: 0
|
/external/cronet/stable/third_party/re2/src/benchlog/ |
D | benchlog.mini | 89 machdep.cpu.arch_perf.fixed_width: 0
|
D | benchlog.wreck | 71 machdep.cpu.arch_perf.fixed_width: 0
|
/external/regex-re2/benchlog/ |
D | benchlog.mini | 89 machdep.cpu.arch_perf.fixed_width: 0
|
D | benchlog.wreck | 71 machdep.cpu.arch_perf.fixed_width: 0
|