Home
last modified time | relevance | path

Searched refs:POINT_SIZE (Results 1 – 16 of 16) sorted by relevance

/external/zxing/qr_scanner/src/com/google/zxing/client/android/
DViewfinderView.java46 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/
Dnv20_state_polygon.c38 BEGIN_NV04(push, NV20_3D(POINT_SIZE), 1); in nv20_emit_point_mode()
Dnv10_state_polygon.c83 BEGIN_NV04(push, NV10_3D(POINT_SIZE), 1); in nv10_emit_point_mode()
Dnv10_context.c333 BEGIN_NV04(push, NV10_3D(POINT_SIZE), 1); in nv10_hwctx_init()
Dnv20_context.c319 BEGIN_NV04(push, NV20_3D(POINT_SIZE), 1); in nv20_hwctx_init()
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/particleeditor/
DChart.java34 static private final int POINT_SIZE = 6; field in Chart
134 int pointSize = isExpanded ? POINT_SIZE_EXPANDED : POINT_SIZE; in Chart()
306 int pointSize = isExpanded ? POINT_SIZE_EXPANDED : POINT_SIZE; in paintComponent()
/external/opencv3/modules/viz/src/
Dwidget.cpp113 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/
Dwidgets.hpp63 POINT_SIZE, enumerator
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_state.c183 SB_MTHD30(so, POINT_SIZE, 1); in nv30_rasterizer_state_create()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_state.c270 SB_BEGIN_3D(so, POINT_SIZE, 1); in nv50_rasterizer_state_create()
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_state.c252 SB_BEGIN_3D(so, POINT_SIZE, 1); in nvc0_rasterizer_state_create()
/external/opencv3/modules/core/src/
Dgl_core_3_1.hpp271 POINT_SIZE = 0x0B11, enumerator
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/
DChangeLog.20333 * src/pfc/pcfread.c (pcf_load_font): Handle property `POINT_SIZE'
DChangeLog1165 AVERAGE_WIDTH, POINT_SIZE, PIXEL_SIZE, RESOLUTION_X, and
DChangeLog.237686 don't have a POINT_SIZE property. This fixes Savannah bug #16914.
DChangeLog.218007 (BDF_Face_Init): Handle `AVERAGE_WIDTH' and `POINT_SIZE' keywords.