/external/zxing/qr_scanner/src/com/google/zxing/client/android/ |
D | ViewfinderView.java | 46 private static final int POINT_SIZE = 6; field in ViewfinderView 136 POINT_SIZE, paint); in onDraw() 147 POINT_SIZE / 2, paint); in onDraw() 155 frame.left - POINT_SIZE, in onDraw() 156 frame.top - POINT_SIZE, in onDraw() 157 frame.right + POINT_SIZE, in onDraw() 158 frame.bottom + POINT_SIZE); in onDraw()
|
/external/rust/crates/criterion/src/plot/plotters_backend/ |
D | iteration_times.rs | 48 .map(|(x, y)| Circle::new((x as f64, *y), POINT_SIZE, DARK_BLUE.filled())), in iteration_times_figure() 52 .legend(|(x, y)| Circle::new((x + 10, y), POINT_SIZE, DARK_BLUE.filled())); in iteration_times_figure() 115 .map(|(x, y)| Circle::new((x as f64, *y), POINT_SIZE, DARK_BLUE.filled())), in iteration_times_comparison_figure() 119 .legend(|(x, y)| Circle::new((x + 10, y), POINT_SIZE, DARK_BLUE.filled())); in iteration_times_comparison_figure() 125 .map(|(x, y)| Circle::new((x as f64, *y), POINT_SIZE, DARK_RED.filled())), in iteration_times_comparison_figure() 129 .legend(|(x, y)| Circle::new((x + 10, y), POINT_SIZE, DARK_RED.filled())); in iteration_times_comparison_figure()
|
D | regression.rs | 73 .map(|(x, y)| Circle::new((*x, *y), POINT_SIZE, DARK_BLUE.filled())), in regression_figure() 77 .legend(|(x, y)| Circle::new((x + 10, y), POINT_SIZE, DARK_BLUE.filled())); in regression_figure()
|
D | pdf.rs | 284 Some(Circle::new((*t, *i), POINT_SIZE, color.filled())) in pdf() 292 .legend(move |(x, y)| Circle::new((x + 10, y), POINT_SIZE, color.filled())); in pdf()
|
D | mod.rs | 14 static POINT_SIZE: u32 = 3; constant
|
D | summary.rs | 96 .point_size(POINT_SIZE), in draw_line_comarision_figure()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv20_state_polygon.c | 38 BEGIN_NV04(push, NV20_3D(POINT_SIZE), 1); in nv20_emit_point_mode()
|
D | nv10_state_polygon.c | 83 BEGIN_NV04(push, NV10_3D(POINT_SIZE), 1); in nv10_emit_point_mode()
|
D | nv20_context.c | 320 BEGIN_NV04(push, NV20_3D(POINT_SIZE), 1); in nv20_hwctx_init()
|
D | nv10_context.c | 334 BEGIN_NV04(push, NV10_3D(POINT_SIZE), 1); in nv10_hwctx_init()
|
/external/rust/crates/criterion/src/plot/gnuplot_backend/ |
D | pdf.rs | 121 .set(POINT_SIZE) in pdf() 154 .set(POINT_SIZE) in pdf() 188 .set(POINT_SIZE) in pdf()
|
D | summary.rs | 2 use super::{DARK_BLUE, DEFAULT_FONT, KDE_POINTS, LINEWIDTH, POINT_SIZE, SIZE}; 113 .set(POINT_SIZE) in line_comparison()
|
D | mod.rs | 37 const POINT_SIZE: PointSize = PointSize(0.75); constant
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_state.c | 185 SB_MTHD30(so, POINT_SIZE, 1); in nv30_rasterizer_state_create()
|
/external/mesa3d/src/gallium/drivers/v3d/ |
D | v3dx_emit.c | 555 cl_emit(&job->bcl, POINT_SIZE, point_size) { in v3dX()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_state.c | 273 SB_BEGIN_3D(so, POINT_SIZE, 1); in nv50_rasterizer_state_create()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_state.c | 254 SB_BEGIN_3D(so, POINT_SIZE, 1); in nvc0_rasterizer_state_create()
|
/external/freetype/ |
D | ChangeLog.28 | 161 `POINT_SIZE', `RESOLUTION_X', or `RESOLUTION_Y' properties are 786 Check AVERAGE_WIDTH, POINT_SIZE, PIXEL_SIZE, RESOLUTION_X, and 951 Add sanity checks for AVERAGE_WIDTH, POINT_SIZE, PIXEL_SIZE,
|
D | ChangeLog.20 | 333 * src/pcf/pcfread.c (pcf_load_font): Handle property `POINT_SIZE'
|
D | ChangeLog | 3771 parsing code and handling of AVERAGE_WIDTH, POINT_SIZE, PIXEL_SIZE,
|
D | ChangeLog.26 | 3270 AVERAGE_WIDTH, POINT_SIZE, PIXEL_SIZE, RESOLUTION_X, and
|
D | ChangeLog.23 | 7686 don't have a POINT_SIZE property. This fixes Savannah bug #16914.
|
D | ChangeLog.21 | 8006 (BDF_Face_Init): Handle `AVERAGE_WIDTH' and `POINT_SIZE' keywords.
|
/external/freetype/docs/ |
D | CHANGES | 471 `POINT_SIZE', `RESOLUTION_X', or `RESOLUTION_Y' properties; the
|