Searched refs:POINT_SIZE (Results 1 – 11 of 11) sorted by relevance
/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/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 | nv10_context.c | 333 BEGIN_NV04(push, NV10_3D(POINT_SIZE), 1); in nv10_hwctx_init()
|
D | nv20_context.c | 319 BEGIN_NV04(push, NV20_3D(POINT_SIZE), 1); in nv20_hwctx_init()
|
/external/opencv3/modules/viz/src/ |
D | widget.cpp | 113 case POINT_SIZE: actor->GetProperty()->SetPointSize(float(value)); break; in setRenderingProperty() 182 case POINT_SIZE: value = actor->GetProperty()->GetPointSize(); break; in getRenderingProperty()
|
/external/opencv3/modules/viz/include/opencv2/viz/ |
D | widgets.hpp | 63 POINT_SIZE, enumerator
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nv30_state.c | 183 SB_MTHD30(so, POINT_SIZE, 1); in nv30_rasterizer_state_create()
|
/external/mesa3d/src/gallium/drivers/nv50/ |
D | nv50_state.c | 270 SB_BEGIN_3D(so, POINT_SIZE, 1); in nv50_rasterizer_state_create()
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
D | nvc0_state.c | 252 SB_BEGIN_3D(so, POINT_SIZE, 1); in nvc0_rasterizer_state_create()
|
/external/opencv3/modules/core/src/ |
D | gl_core_3_1.hpp | 271 POINT_SIZE = 0x0B11, enumerator
|