Home
last modified time | relevance | path

Searched refs:LINE_WIDTH (Results 1 – 7 of 7) sorted by relevance

/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DGlitchAndCallbackHeatMapView.java50 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/
Dnv10_state_polygon.c66 BEGIN_NV04(push, NV10_3D(LINE_WIDTH), 1); in nv10_emit_line_mode()
Dnv20_context.c336 BEGIN_NV04(push, NV20_3D(LINE_WIDTH), 1); in nv20_hwctx_init()
Dnv10_context.c338 BEGIN_NV04(push, NV10_3D(LINE_WIDTH), 1); in nv10_hwctx_init()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_state.c173 SB_MTHD30(so, LINE_WIDTH, 2); in nv30_rasterizer_state_create()
/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_emit.c419 cl_emit(&job->bcl, LINE_WIDTH, line_width) { in v3dX()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_state.c256 SB_BEGIN_3D(so, LINE_WIDTH, 1); in nv50_rasterizer_state_create()