Home
last modified time | relevance | path

Searched defs:num_coords (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/base/
Dftmm.c170 FT_UInt num_coords, in FT_Set_MM_Design_Coordinates()
266 FT_UInt num_coords, in FT_Set_Var_Design_Coordinates()
314 FT_UInt num_coords, in FT_Get_Var_Design_Coordinates()
342 FT_UInt num_coords, in FT_Set_MM_Blend_Coordinates()
393 FT_UInt num_coords, in FT_Set_Var_Blend_Coordinates()
441 FT_UInt num_coords, in FT_Get_MM_Blend_Coordinates()
472 FT_UInt num_coords, in FT_Get_Var_Blend_Coordinates()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-shape-plan.cc65 unsigned int num_coords, in init()
224 unsigned int num_coords, in hb_shape_plan_create2()
520 unsigned int num_coords, in hb_shape_plan_create_cached2()
Dhb-cff2-interp-cs.hh186 unsigned int num_coords; member
Dhb-font.hh121 unsigned int num_coords; member
Dhb-ft.cc1007 unsigned int num_coords; in hb_ft_font_set_funcs() local
Dhb-ot-var-gvar-table.hh567 unsigned num_coords = font->num_coords; in apply_deltas_to_points() local
Dhb-ot-layout.cc1315 unsigned int num_coords, in hb_ot_layout_table_find_feature_variations()
Dhb-font.cc1586 unsigned int num_coords = parent->num_coords; in hb_font_create_sub_font() local
/third_party/mesa3d/src/amd/addrlib/src/core/
Dcoord.h107 UINT_32 num_coords; variable
/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/
Dhb-shape-fuzzer.cc23 unsigned num_coords = 0; in LLVMFuzzerTestOneInput() local
Dhb-draw-fuzzer.cc125 unsigned num_coords = 0; in LLVMFuzzerTestOneInput() local
/third_party/skia/third_party/externals/freetype/src/cff/
Dcffdrivr.c847 FT_UInt num_coords, in cff_set_mm_blend()
859 FT_UInt num_coords, in cff_get_mm_blend()
906 FT_UInt num_coords, in cff_set_var_design()
918 FT_UInt num_coords, in cff_get_var_design()
Dcffload.c1593 FT_UInt *num_coords, in cff_get_var_blend()
/third_party/skia/third_party/externals/freetype/src/type1/
Dt1load.c377 FT_UInt num_coords, in t1_set_mm_blend()
438 FT_UInt num_coords, in T1_Set_MM_Blend()
459 FT_UInt num_coords, in T1_Get_MM_Blend()
563 FT_UInt num_coords, in T1_Set_MM_Design()
665 FT_UInt num_coords, in T1_Set_Var_Design()
684 FT_UInt num_coords, in T1_Get_Var_Design()
/third_party/skia/third_party/externals/freetype/src/truetype/
Dttgxvar.c1892 FT_UInt num_coords, in ft_var_to_normalized()
1985 FT_UInt num_coords, in ft_var_to_design()
2586 FT_UInt num_coords, in tt_set_mm_blend()
2812 FT_UInt num_coords, in TT_Set_MM_Blend()
2859 FT_UInt num_coords, in TT_Get_MM_Blend()
2940 FT_UInt num_coords, in TT_Set_Var_Design()
3082 FT_UInt num_coords, in TT_Get_Var_Design()
4286 FT_UInt *num_coords, in tt_get_var_blend()
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dsfdriver.c790 FT_UInt num_coords; in sfnt_get_var_ps_name() local
/third_party/skia/third_party/externals/harfbuzz/util/
Dhelper-cairo.hh119 unsigned int num_coords; in helper_cairo_create_scaled_font() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_soa.c3931 unsigned *num_coords, unsigned *num_derivs, in get_target_info()
3980 unsigned num_coords, num_derivs, num_offsets, layer; in lp_build_sample_gen_func() local
4105 unsigned i, num_coords, num_derivs, num_offsets, layer; in lp_build_sample_soa_func() local
/third_party/mesa3d/src/microsoft/compiler/
Dnir_to_dxil.c2763 unsigned num_coords = ctx->shader->info.tess._primitive_mode == TESS_PRIMITIVE_TRIANGLES ? 3 : 2; in emit_load_tess_coord() local
3662 unsigned num_coords = glsl_get_sampler_dim_coordinate_components(image_dim); in emit_image_store() local
3722 unsigned num_coords = glsl_get_sampler_dim_coordinate_components(image_dim); in emit_image_load() local
3789 unsigned num_coords = glsl_get_sampler_dim_coordinate_components(image_dim); in emit_image_atomic() local
3835 unsigned num_coords = glsl_get_sampler_dim_coordinate_components(image_dim); in emit_image_atomic_comp_swap() local
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c2745 uint32_t num_coords = glsl_get_sampler_coordinate_components(type); in get_image_coords() local
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.c2209 unsigned num_coords = a->opcode != ac_image_get_resinfo ? ac_num_coords(dim) : 0; in ac_build_image_opcode() local