| /external/freetype/include/internal/services/ |
| svkern.h | 33 FT_Fixed point_size,
|
| /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/services/ |
| svkern.h | 33 FT_Fixed point_size,
|
| /external/pdfium/third_party/freetype/include/freetype/internal/services/ |
| svkern.h | 33 FT_Fixed point_size,
|
| /frameworks/base/core/java/android/hardware/camera2/params/ |
| TonemapCurve.java | 63 public static final int POINT_SIZE = 2; 84 * {@link CameraCharacteristics#TONEMAP_MAX_CURVE_POINTS} * {@value #POINT_SIZE} elements and 85 * at least 2 * {@value #POINT_SIZE} elements.</p> 92 * @param red An array of elements whose length is divisible by {@value #POINT_SIZE} 93 * @param green An array of elements whose length is divisible by {@value #POINT_SIZE} 94 * @param blue An array of elements whose length is divisible by {@value #POINT_SIZE} 110 checkArgumentArrayLengthDivisibleBy(red, POINT_SIZE, "red"); 111 checkArgumentArrayLengthDivisibleBy(green, POINT_SIZE, "green"); 112 checkArgumentArrayLengthDivisibleBy(blue, POINT_SIZE, "blue"); 167 return getCurve(colorChannel).length / POINT_SIZE; [all...] |
| /external/zxing/qr_scanner/src/com/google/zxing/client/android/ |
| ViewfinderView.java | 46 private static final int POINT_SIZE = 6; 136 POINT_SIZE, paint); 147 POINT_SIZE / 2, paint); 155 frame.left - POINT_SIZE, 156 frame.top - POINT_SIZE, 157 frame.right + POINT_SIZE, 158 frame.bottom + POINT_SIZE);
|
| /external/deqp/android/cts/master/src/ |
| gles31-multisample.txt | 15 dEQP-GLES31.functional.tessellation_geometry_interaction.point_size.*
|
| /external/deqp/android/cts/mnc/src/ |
| gles31-multisample.txt | 15 dEQP-GLES31.functional.tessellation_geometry_interaction.point_size.*
|
| /external/mesa3d/src/mesa/drivers/dri/nouveau/ |
| nv20_state_polygon.c | 38 BEGIN_NV04(push, NV20_3D(POINT_SIZE), 1);
|
| nv10_state_polygon.c | 83 BEGIN_NV04(push, NV10_3D(POINT_SIZE), 1);
|
| /external/deqp/android/cts/master/ |
| gles31-multisample.txt | 109 dEQP-GLES31.functional.tessellation_geometry_interaction.point_size.vertex_set 110 dEQP-GLES31.functional.tessellation_geometry_interaction.point_size.evaluation_set 111 dEQP-GLES31.functional.tessellation_geometry_interaction.point_size.geometry_set 112 dEQP-GLES31.functional.tessellation_geometry_interaction.point_size.vertex_set_control_set 113 dEQP-GLES31.functional.tessellation_geometry_interaction.point_size.vertex_set_evaluation_set 114 dEQP-GLES31.functional.tessellation_geometry_interaction.point_size.vertex_set_eval_default 115 dEQP-GLES31.functional.tessellation_geometry_interaction.point_size.vertex_set_geometry_set 116 dEQP-GLES31.functional.tessellation_geometry_interaction.point_size.vertex_set_evaluation_set_geometry_set 117 dEQP-GLES31.functional.tessellation_geometry_interaction.point_size.vertex_set_control_pass_eval_add_geometry_add 118 dEQP-GLES31.functional.tessellation_geometry_interaction.point_size.vertex_set_evaluation_set_geometry_defaul [all...] |
| /external/deqp/android/cts/mnc/ |
| gles31-multisample.txt | 109 dEQP-GLES31.functional.tessellation_geometry_interaction.point_size.vertex_set 110 dEQP-GLES31.functional.tessellation_geometry_interaction.point_size.evaluation_set 111 dEQP-GLES31.functional.tessellation_geometry_interaction.point_size.geometry_set 112 dEQP-GLES31.functional.tessellation_geometry_interaction.point_size.vertex_set_control_set 113 dEQP-GLES31.functional.tessellation_geometry_interaction.point_size.vertex_set_evaluation_set 114 dEQP-GLES31.functional.tessellation_geometry_interaction.point_size.vertex_set_eval_default 115 dEQP-GLES31.functional.tessellation_geometry_interaction.point_size.vertex_set_geometry_set 116 dEQP-GLES31.functional.tessellation_geometry_interaction.point_size.vertex_set_evaluation_set_geometry_set 117 dEQP-GLES31.functional.tessellation_geometry_interaction.point_size.vertex_set_control_pass_eval_add_geometry_add 118 dEQP-GLES31.functional.tessellation_geometry_interaction.point_size.vertex_set_evaluation_set_geometry_defaul [all...] |
| /external/mesa3d/src/mesa/drivers/dri/i965/ |
| gen7_sf_state.c | 164 float point_size; local 278 point_size = CLAMP(ctx->Point.Size, ctx->Point.MinSize, ctx->Point.MaxSize); 281 dw3 |= U_FIXED(CLAMP(point_size, 0.125, 255.875), 3);
|
| gen6_sf_state.c | 133 float point_size; local 243 point_size = CLAMP(ctx->Point.Size, ctx->Point.MinSize, ctx->Point.MaxSize); 246 dw4 |= U_FIXED(CLAMP(point_size, 0.125, 255.875), 3);
|
| /external/mesa3d/src/gallium/auxiliary/draw/ |
| draw_pipe_vbuf.c | 79 float point_size; member in struct:vbuf_stage 263 vbuf->translate->set_buffer(vbuf->translate, 1, &vbuf->point_size, 0, ~0); 266 vbuf->point_size = vbuf->stage.draw->rasterizer->point_size;
|
| draw_pt_fetch_emit.c | 84 float point_size; member in struct:fetch_emit_middle_end 162 &feme->point_size, 167 feme->point_size = draw->rasterizer->point_size;
|
| draw_pt_emit.c | 165 &draw->rasterizer->point_size, 230 &draw->rasterizer->point_size,
|
| draw_pipe_validate.c | 101 if (rasterizer->point_size > draw->pipeline.wide_point_threshold) 181 else if (rast->point_size > draw->pipeline.wide_point_threshold)
|
| draw_pipe_wide_point.c | 202 wide->half_point_size = 0.5f * rast->point_size; 218 if ((rast->point_size > draw->pipeline.wide_point_threshold) ||
|
| draw_vs_variant.c | 183 &vsvg->draw->rasterizer->point_size, 246 &vsvg->draw->rasterizer->point_size,
|
| /external/mesa3d/src/gallium/drivers/llvmpipe/ |
| lp_setup.h | 88 float point_size,
|
| lp_setup_context.h | 102 float point_size; member in struct:lp_setup_context
|
| lp_state_rasterizer.c | 120 state->lp_state.point_size,
|
| /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/particleeditor/ |
| Chart.java | 34 static private final int POINT_SIZE = 6;
134 int pointSize = isExpanded ? POINT_SIZE_EXPANDED : POINT_SIZE;
306 int pointSize = isExpanded ? POINT_SIZE_EXPANDED : POINT_SIZE;
|
| /external/mesa3d/src/mesa/state_tracker/ |
| st_atom_rasterizer.c | 160 raster->point_size = ctx->Point.Size; 208 raster->point_size = CLAMP(ctx->Point.Size,
|
| /external/mesa3d/src/gallium/drivers/nv30/ |
| nv30_state.c | 183 SB_MTHD30(so, POINT_SIZE, 1); 184 SB_DATA (so, fui(cso->point_size));
|