Searched refs:line_width (Results 1 - 25 of 47) sorted by relevance

12

/external/pdfium/core/fpdfapi/page/
H A Dcpdf_path.cpp31 CFX_FloatRect CPDF_Path::GetBoundingBox(FX_FLOAT line_width, argument
33 return m_Ref.GetObject()->GetBoundingBox(line_width, miter_limit);
H A Dcpdf_path.h32 CFX_FloatRect GetBoundingBox(FX_FLOAT line_width, FX_FLOAT miter_limit) const;
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dvg_state.c54 state->stroke.line_width.f = 1.0f;
55 state->stroke.line_width.i = 1;
H A Dvg_state.h60 struct vg_value line_width; member in struct:vg_state::__anon14968
H A Dapi_params.c111 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
[all...]
/external/pdfium/core/fxge/
H A Dcfx_pathdata.h50 CFX_FloatRect GetBoundingBox(FX_FLOAT line_width, FX_FLOAT miter_limit) const;
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup.h84 float line_width);
H A Dlp_setup_context.h101 float line_width; member in struct:lp_setup_context
H A Dlp_state_rasterizer.c118 state->lp_state.line_width);
H A Dlp_setup.c502 float line_width)
506 setup->line_width = line_width;
501 lp_setup_set_line_state( struct lp_setup_context *setup, float line_width) argument
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_sf_state.c235 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/
H A Ddraw_pipe_validate.c90 if (roundf(rasterizer->line_width) > draw->pipeline.wide_line_threshold)
173 wide_lines = (roundf(rast->line_width) > draw->pipeline.wide_line_threshold
H A Ddraw_pipe_wide_line.c63 const float half_width = 0.5f * stage->draw->rasterizer->line_width;
H A Ddraw_pipe_aaline.c683 if (draw->rasterizer->line_width <= 2.2)
686 aaline->half_line_width = 0.5f * draw->rasterizer->line_width;
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_rasterizer.c217 raster->line_width = CLAMP(ctx->Line.Width,
222 raster->line_width = CLAMP(ctx->Line.Width,
/external/deqp/modules/gles2/functional/
H A Des2fNegativeFragmentApiTests.cpp197 ES2F_ADD_API_CASE(line_width, "Invalid glLineWidth() usage",
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_rasterizer.c82 /* line_width - draw module */
103 if (templ->line_width >= 1.5f &&
/external/mesa3d/src/gallium/include/pipe/
H A Dp_state.h150 float line_width; member in struct:pipe_rasterizer_state
/external/deqp/modules/gles31/functional/
H A Des31fNegativeFragmentApiTests.cpp293 void line_width (NegativeTestContext& ctx) function in namespace:deqp::gles31::Functional::NegativeTestShared
495 {line_width, "line_width", "Invalid glLineWidth() usage" },
/external/pdfium/core/fxge/ge/
H A Dcfx_pathdata.cpp233 CFX_FloatRect CFX_PathData::GetBoundingBox(FX_FLOAT line_width,
237 FX_FLOAT half_width = line_width;
/external/ImageMagick/MagickCore/
H A Dxwindow-private.h129 line_width; member in struct:_XDrawInfo
/external/deqp/modules/gles3/functional/
H A Des3fNegativeFragmentApiTests.cpp197 ES3F_ADD_API_CASE(line_width, "Invalid glLineWidth() usage",
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state.c924 int line_width = CLAMP((int)(rasterizer->line_width * 2), 1, 0xf); local
926 cso->LIS4 |= line_width << S4_LINE_WIDTH_SHIFT;
/external/deqp/modules/gles2/performance/
H A Des2pStateChangeCallTests.cpp273 ADD_ARG_CASE1(line_width, "Test cost of glLineWidth() calls",
/external/deqp/modules/gles3/performance/
H A Des3pStateChangeCallTests.cpp308 ADD_ARG_CASE1(line_width, "Test cost of glLineWidth() calls",

Completed in 426 milliseconds

12