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

1 2 3 4

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_util.h 52 float line_width = local
56 uint32_t line_width_u3_7 = U_FIXED(line_width, 7);
62 } else if (brw->ctx.Line.SmoothFlag && line_width < 1.5f) {
brw_sf_state.c 223 sf->sf6.line_width =
229 else if (sf->sf6.line_width <= 0x2)
230 sf->sf6.line_width = 0;
  /cts/apps/CameraITS/tests/scene5/
test_lens_shading_and_color_uniformity.py 87 line_width = max(2, int(max(h, w)/500)) # line width of legend
88 font_scale = line_width / 7.0 # font scale of the basic font size
90 font_scale, line_width)[0][1]
103 line_width)
106 font_scale, text_offset, GREEN, int(line_width/2))
109 line_width)
114 font_scale, text_offset, GREEN, int(line_width/2))
172 legend_color, line_width)
175 text_offset, legend_color, int(line_width/2))
190 legend_color, line_width)
    [all...]
  /external/pdfium/core/fpdfapi/page/
cpdf_path.cpp 31 CFX_FloatRect CPDF_Path::GetBoundingBox(float line_width,
33 return m_Ref.GetObject()->GetBoundingBox(line_width, miter_limit);
cpdf_path.h 32 CFX_FloatRect GetBoundingBox(float line_width, float miter_limit) const;
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_rasterizer.c 115 const float line_width = rast->templ.line_width > 0.0f ? local
116 rast->templ.line_width : 1.0f;
149 line_width,
184 /* line_width - draw module */
211 if (templ->line_width <= screen->maxLineWidth) {
213 rast->linewidth = MAX2(1.0F, templ->line_width);
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_state_raster.c 259 int line_width; local
264 line_width = (int) (fwidth * 128.0f + 0.5f);
267 * Smooth lines should intersect ceil(line_width) or (ceil(line_width) + 1)
273 line_width += 128;
275 line_width = CLAMP(line_width, 1, 1023);
277 if (line_giq_enable && line_width == 128)
278 line_width = 0;
280 return line_width;
310 const int line_width = get_gen6_line_width(dev, params->line_width, local
439 const int line_width = get_gen6_line_width(dev, params->line_width, local
1042 const int line_width = get_gen6_line_width(dev, params->line_width, local
    [all...]
ilo_state_raster.h 166 float line_width; member in struct:ilo_state_raster_params_info
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_rasterizer.c 60 cs->PA_LINE_WIDTH = fui(so->line_width / 2.0f);
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_rasterizer.c 80 A3XX_GRAS_SU_MODE_CONTROL_LINEHALFWIDTH(cso->line_width/2.0);
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_rasterizer.c 79 A4XX_GRAS_SU_MODE_CONTROL_LINEHALFWIDTH(cso->line_width/2.0);
  /external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_rasterizer.c 71 A5XX_GRAS_SU_CNTL_LINEHALFWIDTH(cso->line_width/2.0);
  /external/pdfium/core/fxge/
cfx_pathdata.h 50 CFX_FloatRect GetBoundingBox(float line_width, float miter_limit) const;
  /cts/apps/CameraITS/tests/scene4/
test_aspect_ratio_and_crop.py 548 line_width = max(1, max(size)/500)
549 move_text_dist = line_width * 3
551 (255, 0, 0), line_width)
567 cv2.circle(img, (circle_ctx, circle_cty), line_width*2, (255, 0, 0), -1)
569 cv2.FONT_HERSHEY_SIMPLEX, line_width/2.0, (255, 0, 0),
570 line_width)
574 cv2.circle(img, (size[1]/2, size[0]/2), line_width*2, (255, 0, 0), -1)
576 cv2.FONT_HERSHEY_SIMPLEX, line_width/2.0, (255, 0, 0),
577 line_width)
  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
fd2_rasterizer.c 80 A2XX_PA_SU_LINE_CNTL_WIDTH(cso->line_width/2);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup.h 85 float line_width);
lp_setup_context.h 106 float line_width; member in struct:lp_setup_context
lp_state_rasterizer.c 123 state->lp_state.line_width);
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_validate.c 76 if (roundf(rasterizer->line_width) > draw->pipeline.wide_line_threshold)
160 wide_lines = (roundf(rast->line_width) > draw->pipeline.wide_line_threshold
  /external/mesa3d/src/mesa/state_tracker/
st_atom_rasterizer.c 235 raster->line_width = CLAMP(ctx->Line.Width,
240 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/vc4/
vc4_emit.c 124 cl_f(&bcl, vc4->rasterizer->base.line_width);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
fancy_getopt.py 353 line_width = 78
354 text_width = line_width - opt_width
  /external/python/cpython2/Lib/distutils/
fancy_getopt.py 353 line_width = 78
354 text_width = line_width - opt_width
  /external/python/cpython3/Lib/distutils/
fancy_getopt.py 325 line_width = 78
326 text_width = line_width - opt_width

Completed in 1387 milliseconds

1 2 3 4