Home
last modified time | relevance | path

Searched refs:weight_out (Results 1 – 25 of 54) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gfx/
H A Dfont_list.cc48 DCHECK(weight_out); in ParseDescription()
77 *weight_out = Font::Weight::NORMAL; in ParseDescription()
82 *weight_out = Font::Weight::THIN; in ParseDescription()
84 *weight_out = Font::Weight::EXTRA_LIGHT; in ParseDescription()
86 *weight_out = Font::Weight::LIGHT; in ParseDescription()
88 *weight_out = Font::Weight::NORMAL; in ParseDescription()
90 *weight_out = Font::Weight::MEDIUM; in ParseDescription()
92 *weight_out = Font::Weight::SEMIBOLD; in ParseDescription()
94 *weight_out = Font::Weight::BOLD; in ParseDescription()
96 *weight_out = Font::Weight::EXTRA_BOLD; in ParseDescription()
[all …]
H A Dplatform_font_skia_unittest.cc45 Font::Weight* weight_out, in GetDefaultFontDescription() argument
50 *weight_out = weight_; in GetDefaultFontDescription()
H A Dskia_font_delegate.h42 Font::Weight* weight_out,
H A Dfont_list.h47 Font::Weight* weight_out);
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gfx/
H A Dfont_list.cc48 DCHECK(weight_out); in ParseDescription()
77 *weight_out = Font::Weight::NORMAL; in ParseDescription()
82 *weight_out = Font::Weight::THIN; in ParseDescription()
84 *weight_out = Font::Weight::EXTRA_LIGHT; in ParseDescription()
86 *weight_out = Font::Weight::LIGHT; in ParseDescription()
88 *weight_out = Font::Weight::NORMAL; in ParseDescription()
90 *weight_out = Font::Weight::MEDIUM; in ParseDescription()
92 *weight_out = Font::Weight::SEMIBOLD; in ParseDescription()
94 *weight_out = Font::Weight::BOLD; in ParseDescription()
96 *weight_out = Font::Weight::EXTRA_BOLD; in ParseDescription()
[all …]
H A Dplatform_font_skia_unittest.cc47 Font::Weight* weight_out, in GetDefaultFontDescription() argument
52 *weight_out = weight_; in GetDefaultFontDescription()
H A Dskia_font_delegate.h42 Font::Weight* weight_out,
/dports/astro/oskar/OSKAR-2.8.0/oskar/imager/src/
H A Dprivate_imager_weight_uniform.c16 const oskar_Mem* vv, const oskar_Mem* weight_in, oskar_Mem* weight_out, in oskar_imager_weight_uniform() argument
28 oskar_mem_realloc(weight_out, num_points, status); in oskar_imager_weight_uniform()
32 if (oskar_mem_precision(weight_out) == OSKAR_DOUBLE) in oskar_imager_weight_uniform()
38 oskar_mem_double(weight_out, status), in oskar_imager_weight_uniform()
48 oskar_mem_float(weight_out, status), in oskar_imager_weight_uniform()
H A Dprivate_imager_weight_radial.c14 const oskar_Mem* vv, const oskar_Mem* weight_in, oskar_Mem* weight_out, in oskar_imager_weight_radial() argument
19 oskar_mem_realloc(weight_out, num_points, status); in oskar_imager_weight_radial()
20 if (oskar_mem_precision(weight_out) == OSKAR_DOUBLE) in oskar_imager_weight_radial()
27 wt_out = oskar_mem_double(weight_out, status); in oskar_imager_weight_radial()
40 wt_out = oskar_mem_float(weight_out, status); in oskar_imager_weight_radial()
H A Dprivate_imager_select_data.c21 oskar_Mem* vis_out, oskar_Mem* weight_out, size_t out_offset,
61 oskar_Mem* weight_out, in oskar_imager_select_data() argument
121 (h->coords_only ? 0 : vis_out), weight_out, in oskar_imager_select_data()
173 (h->coords_only ? 0 : vis_out), weight_out, in oskar_imager_select_data()
191 oskar_Mem* vis_out, oskar_Mem* weight_out, size_t out_offset, in copy_vis_pol() argument
198 oskar_mem_copy_contents(weight_out, weight_in, in copy_vis_pol()
208 if (oskar_mem_precision(weight_out) == OSKAR_SINGLE) in copy_vis_pol()
212 w_out = oskar_mem_float(weight_out, status) + out_offset; in copy_vis_pol()
235 w_out = oskar_mem_double(weight_out, status) + out_offset; in copy_vis_pol()
H A Dprivate_imager_taper_weights.c14 const oskar_Mem* vv, const oskar_Mem* weight_in, oskar_Mem* weight_out, in oskar_imager_taper_weights() argument
21 oskar_mem_ensure(weight_out, num_points, status); in oskar_imager_taper_weights()
36 float* weight_out_ = oskar_mem_float(weight_out, status); in oskar_imager_taper_weights()
50 double* weight_out_ = oskar_mem_double(weight_out, status); in oskar_imager_taper_weights()
H A Doskar_grid_weights.c52 const double* RESTRICT weight_in, double* RESTRICT weight_out, in oskar_grid_weights_read_d() argument
80 weight_out[i] = (grid[t] != 0.0) ? weight_in[i] / grid[t] : 0.0; in oskar_grid_weights_read_d()
120 const float* RESTRICT weight_in, float* RESTRICT weight_out, in oskar_grid_weights_read_f() argument
148 weight_out[i] = (grid[t] != 0.0) ? weight_in[i] / grid[t] : 0.0; in oskar_grid_weights_read_f()
/dports/astro/oskar/OSKAR-2.8.0/oskar/imager/
H A Doskar_grid_weights.h63 const double* RESTRICT weight_in, double* RESTRICT weight_out,
111 const float* RESTRICT weight_in, float* RESTRICT weight_out,
H A Dprivate_imager_weight_radial.h40 const oskar_Mem* vv, const oskar_Mem* weight_in, oskar_Mem* weight_out,
H A Dprivate_imager_taper_weights.h17 const oskar_Mem* vv, const oskar_Mem* weight_in, oskar_Mem* weight_out,
H A Dprivate_imager_weight_uniform.h40 const oskar_Mem* vv, const oskar_Mem* weight_in, oskar_Mem* weight_out,
H A Dprivate_imager_select_data.h58 oskar_Mem* weight_out,
/dports/devel/godot-tools/godot-3.2.3-stable/drivers/gles3/shaders/
H A Dblend_shape.glsl107 out vec4 weight_out; //tfb:ENABLE_SKELETON
146 weight_out = weight_attrib_blend + weight_attrib * blend_amount;
181 weight_out = weight_attrib * blend_amount;
/dports/devel/godot/godot-3.2.3-stable/drivers/gles3/shaders/
H A Dblend_shape.glsl107 out vec4 weight_out; //tfb:ENABLE_SKELETON
146 weight_out = weight_attrib_blend + weight_attrib * blend_amount;
181 weight_out = weight_attrib * blend_amount;
/dports/devel/godot/godot-3.2.3-stable/drivers/gles2/shaders/
H A Dblend_shape.glsl107 out vec4 weight_out; //tfb:ENABLE_SKELETON
146 weight_out = weight_attrib_blend + weight_attrib * blend_amount;
181 weight_out = weight_attrib * blend_amount;
/dports/devel/godot-tools/godot-3.2.3-stable/drivers/gles2/shaders/
H A Dblend_shape.glsl107 out vec4 weight_out; //tfb:ENABLE_SKELETON
146 weight_out = weight_attrib_blend + weight_attrib * blend_amount;
181 weight_out = weight_attrib * blend_amount;
/dports/graphics/blender/blender-2.91.0/intern/cycles/render/
H A Dgraph.cpp1053 void ShaderGraph::transform_multi_closure(ShaderNode *node, ShaderOutput *weight_out, bool volume) in transform_multi_closure() argument
1078 if (weight_out) in transform_multi_closure()
1079 connect(weight_out, weight_in); in transform_multi_closure()
1086 weight1_out = weight_out; in transform_multi_closure()
1087 weight2_out = weight_out; in transform_multi_closure()
1113 if (weight_out) in transform_multi_closure()
1114 connect(weight_out, math_node->input("Value2")); in transform_multi_closure()
1118 weight_out = math_node->output("Value"); in transform_multi_closure()
1124 if (weight_out) in transform_multi_closure()
1125 connect(weight_out, weight_in); in transform_multi_closure()
/dports/graphics/darktable/darktable-3.6.1/src/iop/
H A Dcolormapping.c295 float2 *var_out, float *weight_out) in kmeans() argument
326 var_out[k][0] = var_out[k][1] = weight_out[k] = 0.0f; in kmeans()
387 for(int k = 0; k < n; k++) weight_out[k] = (count > 0) ? (float)cnt[k] / count : 0.0f; in kmeans()
402 mean_out[k][0] = mean_out[k][1] = var_out[k][0] = var_out[k][1] = weight_out[k] = 0; in kmeans()
415 if(weight_out[j] > weight_out[j + 1]) in kmeans()
419 float temp_weight = weight_out[j + 1]; in kmeans()
425 weight_out[j + 1] = weight_out[j]; in kmeans()
431 weight_out[j] = temp_weight; in kmeans()
/dports/graphics/darktable38/darktable-3.8.0/src/iop/
H A Dcolormapping.c295 float2 *var_out, float *weight_out) in kmeans() argument
326 var_out[k][0] = var_out[k][1] = weight_out[k] = 0.0f; in kmeans()
387 for(int k = 0; k < n; k++) weight_out[k] = (count > 0) ? (float)cnt[k] / count : 0.0f; in kmeans()
402 mean_out[k][0] = mean_out[k][1] = var_out[k][0] = var_out[k][1] = weight_out[k] = 0; in kmeans()
415 if(weight_out[j] > weight_out[j + 1]) in kmeans()
419 float temp_weight = weight_out[j + 1]; in kmeans()
425 weight_out[j + 1] = weight_out[j]; in kmeans()
431 weight_out[j] = temp_weight; in kmeans()
/dports/graphics/wdune/wdune-1.926/docs/vrml97Amendment1/
H A DNurbsCurvePROTO.wrl88 eventOut MFFloat weight_out
309 weight_out=value;
328 ROUTE NURBS_SCRIPT.weight_out TO NURBS_WEIGHT_CONTAINER.keyValue

123