Searched refs:LINE_WIDTH (Results 1 – 7 of 7) sorted by relevance
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/ |
D | GlitchAndCallbackHeatMapView.java | 50 private static final int LINE_WIDTH = 5; field in GlitchAndCallbackHeatMapView 122 linePaint.setStrokeWidth(LINE_WIDTH); in fillCanvas() 190 new Rect(graphArea.left + LINE_WIDTH, graphArea.top, in fillCanvas() 191 graphArea.right - LINE_WIDTH, graphArea.centerY())); in fillCanvas() 194 new Rect(graphArea.left + LINE_WIDTH, graphArea.centerY(), in fillCanvas() 195 graphArea.right - LINE_WIDTH, graphArea.bottom)); in fillCanvas() 229 new Rect(graphArea.left + LINE_WIDTH, graphArea.top, in fillCanvas() 230 graphArea.right - LINE_WIDTH, graphArea.bottom)); in fillCanvas() 388 final float LINE_WIDTH = 8; 390 final float STROKE_OFFSET = LINE_WIDTH * 3; //space between lines [all …]
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv10_state_polygon.c | 66 BEGIN_NV04(push, NV10_3D(LINE_WIDTH), 1); in nv10_emit_line_mode()
|
D | nv20_context.c | 336 BEGIN_NV04(push, NV20_3D(LINE_WIDTH), 1); in nv20_hwctx_init()
|
D | nv10_context.c | 338 BEGIN_NV04(push, NV10_3D(LINE_WIDTH), 1); in nv10_hwctx_init()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_state.c | 173 SB_MTHD30(so, LINE_WIDTH, 2); in nv30_rasterizer_state_create()
|
/external/mesa3d/src/gallium/drivers/vc5/ |
D | vc5_emit.c | 419 cl_emit(&job->bcl, LINE_WIDTH, line_width) { in v3dX()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_state.c | 256 SB_BEGIN_3D(so, LINE_WIDTH, 1); in nv50_rasterizer_state_create()
|