HomeSort by relevance Sort by last modified time
    Searched refs:line_width (Results 1 - 25 of 57) sorted by null

1 2 3

  /cts/apps/CameraITS/tests/scene5/
test_lens_shading_and_color_uniformity.py 84 line_width = max(2, int(max(h, w)/500)) # line width of legend
85 font_scale = line_width / 7.0 # font scale of the basic font size
87 font_scale, line_width)[0][1]
100 line_width)
103 font_scale, text_offset, GREEN, int(line_width/2))
106 line_width)
111 font_scale, text_offset, GREEN, int(line_width/2))
169 legend_color, line_width)
172 text_offset, legend_color, int(line_width/2))
187 legend_color, line_width)
    [all...]
  /cts/apps/CameraITS/tests/scene4/
test_aspect_ratio_and_crop.py 340 line_width = max(1, max(size)/500)
341 move_text_dist = line_width * 3
343 (255, 0, 0), line_width)
359 cv2.circle(img, (circle_ctx, circle_cty), line_width*2, (255, 0, 0), -1)
361 cv2.FONT_HERSHEY_SIMPLEX, line_width/2.0, (255, 0, 0),
362 line_width)
366 cv2.circle(img, (size[1]/2, size[0]/2), line_width*2, (255, 0, 0), -1)
368 cv2.FONT_HERSHEY_SIMPLEX, line_width/2.0, (255, 0, 0),
369 line_width)
  /external/mesa3d/src/gallium/state_trackers/vega/
vg_state.c 54 state->stroke.line_width.f = 1.0f;
55 state->stroke.line_width.i = 1;
vg_state.h 60 struct vg_value line_width; member in struct:vg_state::__anon20084
api_params.c 111 state->stroke.line_width.f = value;
112 state->stroke.line_width.i = float_to_int_floor(*((VGuint*)(&value)));
186 state->stroke.line_width.f = value;
187 state->stroke.line_width.i = value;
317 state->stroke.line_width.f = values[0];
318 state->stroke.line_width.i = float_to_int_floor(*((VGuint*)(values)));
443 state->stroke.line_width.f = values[0];
444 state->stroke.line_width.i = values[0];
543 value = state->stroke.line_width.f;
607 value = state->stroke.line_width.i
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup.h 84 float line_width);
lp_setup_context.h 101 float line_width; member in struct:lp_setup_context
lp_state_rasterizer.c 118 state->lp_state.line_width);
lp_setup.c 502 float line_width)
506 setup->line_width = line_width;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_sf_state.c 235 sf->sf6.line_width = CLAMP(ctx->Line.Width, 1.0, 5.0) * (1<<1);
240 else if (sf->sf6.line_width <= 0x2)
241 sf->sf6.line_width = 0;
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_validate.c 90 if (roundf(rasterizer->line_width) > draw->pipeline.wide_line_threshold)
173 wide_lines = (roundf(rast->line_width) > draw->pipeline.wide_line_threshold
draw_pipe_wide_line.c 63 const float half_width = 0.5f * stage->draw->rasterizer->line_width;
draw_pipe_aaline.c 683 if (draw->rasterizer->line_width <= 2.2)
686 aaline->half_line_width = 0.5f * draw->rasterizer->line_width;
  /external/mesa3d/src/mesa/state_tracker/
st_atom_rasterizer.c 217 raster->line_width = CLAMP(ctx->Line.Width,
222 raster->line_width = CLAMP(ctx->Line.Width,
  /external/deqp/modules/gles2/functional/
es2fNegativeFragmentApiTests.cpp 197 ES2F_ADD_API_CASE(line_width, "Invalid glLineWidth() usage",
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_rasterizer.c 82 /* line_width - draw module */
103 if (templ->line_width >= 1.5f &&
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 150 float line_width; member in struct:pipe_rasterizer_state
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
fancy_getopt.py 353 line_width = 78
354 text_width = line_width - opt_width
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
fancy_getopt.py 353 line_width = 78
354 text_width = line_width - opt_width
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
fancy_getopt.py 353 line_width = 78
354 text_width = line_width - opt_width
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
fancy_getopt.py 353 line_width = 78
354 text_width = line_width - opt_width
  /external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 50 CFX_FloatRect GetBoundingBox(FX_FLOAT line_width,
52 return m_pObject->GetBoundingBox(line_width, miter_limit);
  /external/deqp/modules/gles31/functional/
es31fNegativeFragmentApiTests.cpp 293 void line_width (NegativeTestContext& ctx) function in namespace:deqp::gles31::Functional::NegativeTestShared
495 {line_width, "line_width", "Invalid glLineWidth() usage" },
  /external/deqp/modules/gles3/functional/
es3fNegativeFragmentApiTests.cpp 197 ES3F_ADD_API_CASE(line_width, "Invalid glLineWidth() usage",
  /external/mesa3d/src/gallium/drivers/i915/
i915_state.c 924 int line_width = CLAMP((int)(rasterizer->line_width * 2), 1, 0xf); local
926 cso->LIS4 |= line_width << S4_LINE_WIDTH_SHIFT;
    [all...]

Completed in 968 milliseconds

1 2 3