/aosp_15_r20/external/freetype/src/base/ |
H A D | ftmm.c | 170 FT_UInt num_coords, in FT_Set_MM_Design_Coordinates() 282 FT_UInt num_coords, in FT_Set_Var_Design_Coordinates() 354 FT_UInt num_coords, in FT_Get_Var_Design_Coordinates() 382 FT_UInt num_coords, in FT_Set_MM_Blend_Coordinates() 457 FT_UInt num_coords, in FT_Set_Var_Blend_Coordinates() 529 FT_UInt num_coords, in FT_Get_MM_Blend_Coordinates() 560 FT_UInt num_coords, in FT_Get_Var_Blend_Coordinates()
|
/aosp_15_r20/external/freetype/src/type1/ |
H A D | t1load.c | 384 FT_UInt num_coords, in t1_set_mm_blend() 445 FT_UInt num_coords, in T1_Set_MM_Blend() 454 FT_UInt num_coords, in T1_Get_MM_Blend() 556 FT_UInt num_coords, in T1_Set_MM_Design() 654 FT_UInt num_coords, in T1_Set_Var_Design() 673 FT_UInt num_coords, in T1_Get_Var_Design()
|
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-shape-plan.cc | 67 unsigned int num_coords, in init() 226 unsigned int num_coords, in hb_shape_plan_create2() 519 unsigned int num_coords, in hb_shape_plan_create_cached2()
|
H A D | hb-cff2-interp-cs.hh | 166 unsigned int num_coords; member
|
H A D | hb-ot-var-gvar-table.hh | 652 unsigned num_coords = table->axisCount; in apply_deltas_to_points() local
|
H A D | hb-font.hh | 139 unsigned int num_coords; member
|
H A D | hb-ft.cc | 189 unsigned int num_coords; in _hb_ft_hb_font_changed() local
|
H A D | hb-ot-layout.cc | 1442 unsigned int num_coords, in hb_ot_layout_table_find_feature_variations()
|
/aosp_15_r20/external/freetype/src/truetype/ |
H A D | ttgxvar.c | 2010 FT_UInt num_coords, in ft_var_to_normalized() 2170 FT_UInt num_coords, in ft_var_to_design() 2776 FT_UInt num_coords, in tt_set_mm_blend() 3009 FT_UInt num_coords, in TT_Set_MM_Blend() 3045 FT_UInt num_coords, in TT_Get_MM_Blend() 3128 FT_UInt num_coords, in TT_Set_Var_Design() 3266 FT_UInt num_coords, in TT_Get_Var_Design() 4497 FT_UInt *num_coords, in tt_get_var_blend()
|
/aosp_15_r20/external/freetype/src/cff/ |
H A D | cffdrivr.c | 866 FT_UInt num_coords, in cff_get_mm_blend() 928 FT_UInt num_coords, in cff_set_var_design() 941 FT_UInt num_coords, in cff_get_var_design()
|
H A D | cffload.c | 1594 FT_UInt *num_coords, in cff_get_var_blend()
|
/aosp_15_r20/external/skia/src/ports/fontations/src/ |
H A D | ffi.rs | 2084 let num_coords = coordinates_for_shifted_named_instance_index( in test_named_instances() localVariable 2092 let num_coords = coordinates_for_shifted_named_instance_index( in test_named_instances() localVariable 2130 let num_coords = coordinates_for_shifted_named_instance_index( in test_shifted_named_instance_index() localVariable 2138 let num_coords = coordinates_for_shifted_named_instance_index( in test_shifted_named_instance_index() localVariable 2146 let num_coords = coordinates_for_shifted_named_instance_index( in test_shifted_named_instance_index() localVariable 2168 let num_coords = coordinates_for_shifted_named_instance_index( in test_shifted_named_instance_index() localVariable 2176 let num_coords = coordinates_for_shifted_named_instance_index( in test_shifted_named_instance_index() localVariable
|
/aosp_15_r20/external/harfbuzz_ng/util/ |
H A D | helper-cairo-ft.hh | 80 unsigned int num_coords; in helper_cairo_create_ft_font_face() local
|
/aosp_15_r20/external/harfbuzz_ng/test/fuzzing/ |
H A D | hb-shape-fuzzer.cc | 23 unsigned num_coords = 0; in LLVMFuzzerTestOneInput() local
|
H A D | hb-draw-fuzzer.cc | 129 unsigned num_coords = 0; in LLVMFuzzerTestOneInput() local
|
/aosp_15_r20/external/mesa3d/src/amd/addrlib/src/core/ |
H A D | coord.h | 90 UINT_32 num_coords; variable
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_lower_robust_access.c | 128 uint32_t num_coords = nir_image_intrinsic_coord_components(instr); in lower_image() local
|
/aosp_15_r20/external/libaom/aom_dsp/ |
H A D | noise_model.c | 813 const int num_coords = noise_model->n; in EXTRACT_AR_ROW() local 879 const int num_coords = noise_model->n; in add_noise_std_observations() local
|
/aosp_15_r20/external/freetype/src/sfnt/ |
H A D | sfdriver.c | 807 FT_UInt num_coords; in sfnt_get_var_ps_name() local
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_sample_soa.c | 4131 unsigned *num_coords, unsigned *num_derivs, in get_target_info() 4182 unsigned num_coords, num_derivs, num_offsets, layer; in lp_build_sample_gen_func() local 4315 unsigned num_coords, num_derivs, num_offsets, layer; in lp_build_sample_soa_func() local
|
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/ |
H A D | nir_to_dxil.c | 3282 unsigned num_coords = ctx->shader->info.tess._primitive_mode == TESS_PRIMITIVE_TRIANGLES ? 3 : 2; in emit_load_tess_coord() local 4088 unsigned num_coords = glsl_get_sampler_dim_coordinate_components(image_dim); in emit_image_store() local 4150 unsigned num_coords = glsl_get_sampler_dim_coordinate_components(image_dim); in emit_image_load() local 4213 unsigned num_coords = glsl_get_sampler_dim_coordinate_components(image_dim); in emit_image_atomic() local 4264 unsigned num_coords = glsl_get_sampler_dim_coordinate_components(image_dim); in emit_image_atomic_comp_swap() local
|
/aosp_15_r20/device/google/bluejay-kernels/6.1/25Q1-12919773/original-kernel-headers/input/ |
D | touch_offload.h | 386 __u8 num_coords; member
|
/aosp_15_r20/device/google/raviole-kernels/6.1/25Q1-12919773/original-kernel-headers/input/ |
D | touch_offload.h | 386 __u8 num_coords; member
|
/aosp_15_r20/device/google/bluejay-kernels/6.1/25Q1-12919773/kernel-headers/input/ |
D | touch_offload.h | 202 __u8 num_coords; member
|
/aosp_15_r20/device/google/raviole-kernels/6.1/25Q1-12919773/kernel-headers/input/ |
D | touch_offload.h | 202 __u8 num_coords; member
|