Home
last modified time | relevance | path

Searched refs:num_coords (Results 1 – 25 of 116) sorted by relevance

12345

/third_party/harfbuzz/test/fuzzing/
Dhb-shape-fuzzer.cc23 unsigned num_coords = 0; in LLVMFuzzerTestOneInput() local
24 if (size) num_coords = data[size - 1]; in LLVMFuzzerTestOneInput()
25num_coords = hb_ot_var_get_axis_count (face) > num_coords ? num_coords : hb_ot_var_get_axis_count … in LLVMFuzzerTestOneInput()
26 int *coords = (int *) calloc (num_coords, sizeof (int)); in LLVMFuzzerTestOneInput()
27 if (size > num_coords + 1) in LLVMFuzzerTestOneInput()
28 for (unsigned i = 0; i < num_coords; ++i) in LLVMFuzzerTestOneInput()
29 coords[i] = ((int) data[size - num_coords + i - 1] - 128) * 10; in LLVMFuzzerTestOneInput()
30 hb_font_set_var_coords_normalized (font, coords, num_coords); in LLVMFuzzerTestOneInput()
Dhb-draw-fuzzer.cc125 unsigned num_coords = 0; in LLVMFuzzerTestOneInput() local
126 if (size) num_coords = data[size - 1]; in LLVMFuzzerTestOneInput()
127num_coords = hb_ot_var_get_axis_count (face) > num_coords ? num_coords : hb_ot_var_get_axis_count … in LLVMFuzzerTestOneInput()
128 int *coords = (int *) calloc (num_coords, sizeof (int)); in LLVMFuzzerTestOneInput()
129 if (size > num_coords + 1) in LLVMFuzzerTestOneInput()
130 for (unsigned i = 0; i < num_coords; ++i) in LLVMFuzzerTestOneInput()
131 coords[i] = ((int) data[size - num_coords + i - 1] - 128) * 10; in LLVMFuzzerTestOneInput()
132 hb_font_set_var_coords_normalized (font, coords, num_coords); in LLVMFuzzerTestOneInput()
/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/
Dhb-shape-fuzzer.cc23 unsigned num_coords = 0; in LLVMFuzzerTestOneInput() local
24 if (size) num_coords = data[size - 1]; in LLVMFuzzerTestOneInput()
25num_coords = hb_ot_var_get_axis_count (face) > num_coords ? num_coords : hb_ot_var_get_axis_count … in LLVMFuzzerTestOneInput()
26 int *coords = (int *) calloc (num_coords, sizeof (int)); in LLVMFuzzerTestOneInput()
27 if (size > num_coords + 1) in LLVMFuzzerTestOneInput()
28 for (unsigned i = 0; i < num_coords; ++i) in LLVMFuzzerTestOneInput()
29 coords[i] = ((int) data[size - num_coords + i - 1] - 128) * 10; in LLVMFuzzerTestOneInput()
30 hb_font_set_var_coords_normalized (font, coords, num_coords); in LLVMFuzzerTestOneInput()
Dhb-draw-fuzzer.cc125 unsigned num_coords = 0; in LLVMFuzzerTestOneInput() local
126 if (size) num_coords = data[size - 1]; in LLVMFuzzerTestOneInput()
127num_coords = hb_ot_var_get_axis_count (face) > num_coords ? num_coords : hb_ot_var_get_axis_count … in LLVMFuzzerTestOneInput()
128 int *coords = (int *) calloc (num_coords, sizeof (int)); in LLVMFuzzerTestOneInput()
129 if (size > num_coords + 1) in LLVMFuzzerTestOneInput()
130 for (unsigned i = 0; i < num_coords; ++i) in LLVMFuzzerTestOneInput()
131 coords[i] = ((int) data[size - num_coords + i - 1] - 128) * 10; in LLVMFuzzerTestOneInput()
132 hb_font_set_var_coords_normalized (font, coords, num_coords); in LLVMFuzzerTestOneInput()
/third_party/mesa3d/src/amd/addrlib/src/core/
Dcoord.cpp139 num_coords = 0; in CoordTerm()
144 num_coords = 0; in Clear()
154 for (i = 0; i < num_coords; i++) in add()
162 for (UINT_32 j = num_coords; j > i; j--) in add()
167 num_coords++; in add()
172 if (i == num_coords) in add()
174 m_coord[num_coords] = co; in add()
175 num_coords++; in add()
181 for (UINT_32 i = 0; i < cl.num_coords; i++) in add()
190 for (UINT_32 i = 0; i < num_coords; i++) in remove()
[all …]
/third_party/flutter/skia/third_party/externals/freetype/src/base/
Dftmm.c171 FT_UInt num_coords, in FT_Set_MM_Design_Coordinates() argument
180 if ( num_coords && !coords ) in FT_Set_MM_Design_Coordinates()
188 error = service->set_mm_design( face, num_coords, coords ); in FT_Set_MM_Design_Coordinates()
267 FT_UInt num_coords, in FT_Set_Var_Design_Coordinates() argument
277 if ( num_coords && !coords ) in FT_Set_Var_Design_Coordinates()
285 error = service_mm->set_var_design( face, num_coords, coords ); in FT_Set_Var_Design_Coordinates()
315 FT_UInt num_coords, in FT_Get_Var_Design_Coordinates() argument
332 error = service->get_var_design( face, num_coords, coords ); in FT_Get_Var_Design_Coordinates()
343 FT_UInt num_coords, in FT_Set_MM_Blend_Coordinates() argument
353 if ( num_coords && !coords ) in FT_Set_MM_Blend_Coordinates()
[all …]
/third_party/skia/third_party/externals/freetype/src/base/
Dftmm.c170 FT_UInt num_coords, in FT_Set_MM_Design_Coordinates() argument
179 if ( num_coords && !coords ) in FT_Set_MM_Design_Coordinates()
187 error = service->set_mm_design( face, num_coords, coords ); in FT_Set_MM_Design_Coordinates()
266 FT_UInt num_coords, in FT_Set_Var_Design_Coordinates() argument
276 if ( num_coords && !coords ) in FT_Set_Var_Design_Coordinates()
284 error = service_mm->set_var_design( face, num_coords, coords ); in FT_Set_Var_Design_Coordinates()
314 FT_UInt num_coords, in FT_Get_Var_Design_Coordinates() argument
331 error = service->get_var_design( face, num_coords, coords ); in FT_Get_Var_Design_Coordinates()
342 FT_UInt num_coords, in FT_Set_MM_Blend_Coordinates() argument
352 if ( num_coords && !coords ) in FT_Set_MM_Blend_Coordinates()
[all …]
/third_party/freetype/src/base/
Dftmm.c170 FT_UInt num_coords, in FT_Set_MM_Design_Coordinates() argument
179 if ( num_coords && !coords ) in FT_Set_MM_Design_Coordinates()
187 error = service->set_mm_design( face, num_coords, coords ); in FT_Set_MM_Design_Coordinates()
266 FT_UInt num_coords, in FT_Set_Var_Design_Coordinates() argument
276 if ( num_coords && !coords ) in FT_Set_Var_Design_Coordinates()
284 error = service_mm->set_var_design( face, num_coords, coords ); in FT_Set_Var_Design_Coordinates()
314 FT_UInt num_coords, in FT_Get_Var_Design_Coordinates() argument
331 error = service->get_var_design( face, num_coords, coords ); in FT_Get_Var_Design_Coordinates()
342 FT_UInt num_coords, in FT_Set_MM_Blend_Coordinates() argument
352 if ( num_coords && !coords ) in FT_Set_MM_Blend_Coordinates()
[all …]
/third_party/freetype/include/freetype/
Dftmm.h367 FT_UInt num_coords,
410 FT_UInt num_coords,
445 FT_UInt num_coords,
491 FT_UInt num_coords,
528 FT_UInt num_coords,
542 FT_UInt num_coords,
559 FT_UInt num_coords,
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/
Dftmm.h368 FT_UInt num_coords,
411 FT_UInt num_coords,
446 FT_UInt num_coords,
492 FT_UInt num_coords,
529 FT_UInt num_coords,
543 FT_UInt num_coords,
560 FT_UInt num_coords,
/third_party/skia/third_party/externals/freetype/include/freetype/
Dftmm.h367 FT_UInt num_coords,
410 FT_UInt num_coords,
445 FT_UInt num_coords,
491 FT_UInt num_coords,
528 FT_UInt num_coords,
542 FT_UInt num_coords,
559 FT_UInt num_coords,
/third_party/skia/third_party/externals/freetype/include/freetype/internal/services/
Dsvmm.h48 FT_UInt num_coords,
55 FT_UInt num_coords,
62 FT_UInt num_coords,
67 FT_UInt num_coords,
76 FT_UInt num_coords,
81 FT_UInt *num_coords,
/third_party/freetype/include/freetype/internal/services/
Dsvmm.h48 FT_UInt num_coords,
55 FT_UInt num_coords,
62 FT_UInt num_coords,
67 FT_UInt num_coords,
76 FT_UInt num_coords,
81 FT_UInt *num_coords,
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/internal/services/
Dsvmm.h48 FT_UInt num_coords,
55 FT_UInt num_coords,
62 FT_UInt num_coords,
67 FT_UInt num_coords,
76 FT_UInt num_coords,
81 FT_UInt *num_coords,
/third_party/skia/third_party/externals/freetype/src/type1/
Dt1load.h78 FT_UInt num_coords,
83 FT_UInt num_coords,
88 FT_UInt num_coords,
97 FT_UInt num_coords,
102 FT_UInt num_coords,
/third_party/freetype/src/type1/
Dt1load.h78 FT_UInt num_coords,
83 FT_UInt num_coords,
88 FT_UInt num_coords,
97 FT_UInt num_coords,
102 FT_UInt num_coords,
/third_party/flutter/skia/third_party/externals/freetype/src/type1/
Dt1load.h79 FT_UInt num_coords,
84 FT_UInt num_coords,
89 FT_UInt num_coords,
98 FT_UInt num_coords,
103 FT_UInt num_coords,
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-shape-plan.cc58 unsigned int num_coords, in init() argument
82 this->ot.init (face, coords, num_coords); in init()
194 unsigned int num_coords, in hb_shape_plan_create2() argument
201 num_coords, in hb_shape_plan_create2()
224 num_coords, in hb_shape_plan_create2()
444 unsigned int num_coords, in hb_shape_plan_create_cached2() argument
467 num_coords, in hb_shape_plan_create_cached2()
481 coords, num_coords, in hb_shape_plan_create_cached2()
/third_party/harfbuzz/src/
Dhb-shape-plan.cc65 unsigned int num_coords, in init() argument
90 this->ot.init (face, coords, num_coords); in init()
224 unsigned int num_coords, in hb_shape_plan_create2() argument
231 num_coords, in hb_shape_plan_create2()
254 num_coords, in hb_shape_plan_create2()
520 unsigned int num_coords, in hb_shape_plan_create_cached2() argument
543 num_coords, in hb_shape_plan_create_cached2()
557 coords, num_coords, in hb_shape_plan_create_cached2()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-shape-plan.cc65 unsigned int num_coords, in init() argument
90 this->ot.init (face, coords, num_coords); in init()
224 unsigned int num_coords, in hb_shape_plan_create2() argument
231 num_coords, in hb_shape_plan_create2()
254 num_coords, in hb_shape_plan_create2()
520 unsigned int num_coords, in hb_shape_plan_create_cached2() argument
543 num_coords, in hb_shape_plan_create_cached2()
557 coords, num_coords, in hb_shape_plan_create_cached2()
/third_party/freetype/src/truetype/
Dttgxvar.h383 FT_UInt num_coords,
388 FT_UInt num_coords,
393 FT_UInt num_coords,
402 FT_UInt num_coords,
436 FT_UInt *num_coords,
Dttgxvar.c1810 FT_UInt num_coords, in ft_var_to_normalized() argument
1824 if ( num_coords > mmvar->num_axis ) in ft_var_to_normalized()
1828 mmvar->num_axis, num_coords )); in ft_var_to_normalized()
1829 num_coords = mmvar->num_axis; in ft_var_to_normalized()
1837 for ( i = 0; i < num_coords; i++, a++ ) in ft_var_to_normalized()
1906 FT_UInt num_coords, in ft_var_to_design() argument
1919 nc = num_coords; in ft_var_to_design()
1920 if ( num_coords > blend->num_axis ) in ft_var_to_design()
1924 blend->num_axis, num_coords )); in ft_var_to_design()
1931 for ( ; i < num_coords; i++ ) in ft_var_to_design()
[all …]
/third_party/flutter/skia/third_party/externals/freetype/src/truetype/
Dttgxvar.h384 FT_UInt num_coords,
389 FT_UInt num_coords,
394 FT_UInt num_coords,
403 FT_UInt num_coords,
437 FT_UInt *num_coords,
/third_party/skia/third_party/externals/freetype/src/truetype/
Dttgxvar.h383 FT_UInt num_coords,
388 FT_UInt num_coords,
393 FT_UInt num_coords,
402 FT_UInt num_coords,
436 FT_UInt *num_coords,
Dttgxvar.c1892 FT_UInt num_coords, in ft_var_to_normalized() argument
1906 if ( num_coords > mmvar->num_axis ) in ft_var_to_normalized()
1910 mmvar->num_axis, num_coords )); in ft_var_to_normalized()
1911 num_coords = mmvar->num_axis; in ft_var_to_normalized()
1919 for ( i = 0; i < num_coords; i++, a++ ) in ft_var_to_normalized()
1985 FT_UInt num_coords, in ft_var_to_design() argument
1998 nc = num_coords; in ft_var_to_design()
1999 if ( num_coords > blend->num_axis ) in ft_var_to_design()
2003 blend->num_axis, num_coords )); in ft_var_to_design()
2010 for ( ; i < num_coords; i++ ) in ft_var_to_design()
[all …]

12345