/external/freetype/src/base/ |
D | ftmm.c | 171 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() 206 FT_UInt num_coords, in FT_Set_Var_Design_Coordinates() argument 216 if ( num_coords && !coords ) in FT_Set_Var_Design_Coordinates() 224 error = service_mm->set_var_design( face, num_coords, coords ); in FT_Set_Var_Design_Coordinates() 254 FT_UInt num_coords, in FT_Get_Var_Design_Coordinates() argument 271 error = service->get_var_design( face, num_coords, coords ); in FT_Get_Var_Design_Coordinates() 282 FT_UInt num_coords, in FT_Set_MM_Blend_Coordinates() argument 292 if ( num_coords && !coords ) in FT_Set_MM_Blend_Coordinates() [all …]
|
/external/mesa3d/src/amd/addrlib/gfx9/ |
D | coord.cpp | 142 num_coords = 0; in CoordTerm() 147 num_coords = 0; in Clear() 157 for (i = 0; i < num_coords; i++) in add() 165 for (UINT_32 j = num_coords; j > i; j--) in add() 170 num_coords++; in add() 175 if (i == num_coords) in add() 177 m_coord[num_coords] = co; in add() 178 num_coords++; in add() 184 for (UINT_32 i = 0; i < cl.num_coords; i++) in add() 193 for (UINT_32 i = 0; i < num_coords; i++) in remove() [all …]
|
/external/freetype/include/freetype/ |
D | ftmm.h | 384 FT_UInt num_coords, 428 FT_UInt num_coords, 464 FT_UInt num_coords, 512 FT_UInt num_coords, 549 FT_UInt num_coords, 563 FT_UInt num_coords, 580 FT_UInt num_coords,
|
/external/freetype/include/freetype/internal/services/ |
D | svmm.h | 48 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,
|
/external/freetype/src/type1/ |
D | t1load.h | 79 FT_UInt num_coords, 84 FT_UInt num_coords, 89 FT_UInt num_coords, 98 FT_UInt num_coords, 103 FT_UInt num_coords,
|
D | t1load.c | 368 FT_UInt num_coords, in t1_set_mm_blend() argument 380 if ( num_coords > blend->num_axis ) in t1_set_mm_blend() 381 num_coords = blend->num_axis; in t1_set_mm_blend() 396 factor = m < num_coords ? coords[m] : 0x8000; in t1_set_mm_blend() 422 FT_UInt num_coords, in T1_Set_MM_Blend() argument 428 error = t1_set_mm_blend( face, num_coords, coords ); in T1_Set_MM_Blend() 432 if ( num_coords ) in T1_Set_MM_Blend() 443 FT_UInt num_coords, in T1_Get_MM_Blend() argument 459 nc = num_coords; in T1_Get_MM_Blend() 460 if ( num_coords > blend->num_axis ) in T1_Get_MM_Blend() [all …]
|
/external/harfbuzz_ng/src/ |
D | hb-shape-plan.cc | 58 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()
|
D | hb-cff2-interp-cs.hh | 88 num_coords = num_coords_; in init() 93 do_blend = (coords != nullptr) && num_coords && (varStore != &Null(CFF2VariationStore)); in init() 138 (int *)coords, num_coords, in process_blend() 185 unsigned int num_coords; member
|
D | hb-ot-cff2-table.cc | 104 unsigned int num_coords; in get_extents() local 105 const int *coords = hb_font_get_var_coords_normalized (font, &num_coords); in get_extents() 109 interp.env.init (str, *this, fd, coords, num_coords); in get_extents()
|
D | hb-shape-plan.h | 61 unsigned int num_coords, 70 unsigned int num_coords,
|
D | hb-ot-shape.hh | 42 unsigned int num_coords) in init() 48 num_coords, in init()
|
D | hb-ft.cc | 836 unsigned int num_coords; in hb_ft_font_set_funcs() local 837 const int *coords = hb_font_get_var_coords_normalized (font, &num_coords); in hb_ft_font_set_funcs() 838 if (num_coords) in hb_ft_font_set_funcs() 840 FT_Fixed *ft_coords = (FT_Fixed *) calloc (num_coords, sizeof (FT_Fixed)); in hb_ft_font_set_funcs() 843 for (unsigned int i = 0; i < num_coords; i++) in hb_ft_font_set_funcs() 845 FT_Set_Var_Blend_Coordinates (ft_face, num_coords, ft_coords); in hb_ft_font_set_funcs()
|
D | hb-font.cc | 1385 font->num_coords = parent->num_coords; in hb_font_create_sub_font() 1386 if (!font->num_coords) in hb_font_create_sub_font() 1390 unsigned int size = parent->num_coords * sizeof (parent->coords[0]); in hb_font_create_sub_font() 1393 font->num_coords = 0; in hb_font_create_sub_font() 1820 font->num_coords = coords_length; in _hb_font_adopt_var_coords_normalized() 1911 *length = font->num_coords; in hb_font_get_var_coords_normalized()
|
D | hb-shape-plan.hh | 53 unsigned int num_coords,
|
D | hb-ot-hmtx-table.hh | 278 …advance += (font->num_coords ? var_table->get_advance_var (glyph, font->coords, font->num_coords) … in get_advance()
|
D | hb-shape.cc | 137 font->coords, font->num_coords, in hb_shape_full()
|
/external/freetype/src/truetype/ |
D | ttgxvar.c | 1734 FT_UInt num_coords, in ft_var_to_normalized() argument 1748 if ( num_coords > mmvar->num_axis ) in ft_var_to_normalized() 1752 mmvar->num_axis, num_coords )); in ft_var_to_normalized() 1753 num_coords = mmvar->num_axis; in ft_var_to_normalized() 1761 for ( i = 0; i < num_coords; i++, a++ ) in ft_var_to_normalized() 1830 FT_UInt num_coords, in ft_var_to_design() argument 1843 nc = num_coords; in ft_var_to_design() 1844 if ( num_coords > blend->num_axis ) in ft_var_to_design() 1848 blend->num_axis, num_coords )); in ft_var_to_design() 1855 for ( ; i < num_coords; i++ ) in ft_var_to_design() [all …]
|
D | ttgxvar.h | 384 FT_UInt num_coords, 389 FT_UInt num_coords, 394 FT_UInt num_coords, 403 FT_UInt num_coords, 436 FT_UInt *num_coords,
|
/external/freetype/src/cff/ |
D | cffdrivr.c | 848 FT_UInt num_coords, in cff_set_mm_blend() argument 854 return mm->set_mm_blend( FT_FACE( face ), num_coords, coords ); in cff_set_mm_blend() 860 FT_UInt num_coords, in cff_get_mm_blend() argument 866 return mm->get_mm_blend( FT_FACE( face ), num_coords, coords ); in cff_get_mm_blend() 883 FT_UInt num_coords, in cff_set_var_design() argument 889 return mm->set_var_design( FT_FACE( face ), num_coords, coords ); in cff_set_var_design() 895 FT_UInt num_coords, in cff_get_var_design() argument 901 return mm->get_var_design( FT_FACE( face ), num_coords, coords ); in cff_get_var_design()
|
/external/harfbuzz_ng/util/ |
D | helper-cairo.cc | 115 unsigned int num_coords; in helper_cairo_create_scaled_font() local 116 const int *coords = hb_font_get_var_coords_normalized (font, &num_coords); in helper_cairo_create_scaled_font() 117 if (num_coords) in helper_cairo_create_scaled_font() 119 FT_Fixed *ft_coords = (FT_Fixed *) calloc (num_coords, sizeof (FT_Fixed)); in helper_cairo_create_scaled_font() 122 for (unsigned int i = 0; i < num_coords; i++) in helper_cairo_create_scaled_font() 124 FT_Set_Var_Blend_Coordinates (ft_face, num_coords, ft_coords); in helper_cairo_create_scaled_font()
|
/external/skia/src/gpu/gl/ |
D | GrGLPath.cpp | 35 inline int num_coords(SkPath::Verb verb) { in num_coords() function 180 SkDEBUGCODE(numCoords += num_coords(verb)); in init_path_object_for_general_path() 241 SkDEBUGCODE(verbCoordCnt += num_coords(v)); in InitPathObjectPathData()
|
/external/skqp/src/gpu/gl/ |
D | GrGLPath.cpp | 35 inline int num_coords(SkPath::Verb verb) { in num_coords() function 180 SkDEBUGCODE(numCoords += num_coords(verb)); in init_path_object_for_general_path() 241 SkDEBUGCODE(verbCoordCnt += num_coords(v)); in InitPathObjectPathData()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_tgsi_mem.c | 227 unsigned num_coords = tgsi_util_get_texture_coord_dim(target); in image_fetch_coords() local 232 for (chan = 0; chan < num_coords; ++chan) { in image_fetch_coords() 242 num_coords++; in image_fetch_coords() 246 num_coords++; in image_fetch_coords() 261 num_coords++; in image_fetch_coords() 265 if (num_coords == 1) in image_fetch_coords() 268 if (num_coords == 3) { in image_fetch_coords() 271 num_coords = 4; in image_fetch_coords() 274 return lp_build_gather_values(&ctx->gallivm, coords, num_coords); in image_fetch_coords() 1271 unsigned num_coords = tgsi_util_get_texture_coord_dim(target); in tex_fetch_args() local [all …]
|
/external/freetype/src/sfnt/ |
D | sfdriver.c | 780 FT_UInt num_coords; in sfnt_get_var_ps_name() local 864 &num_coords, in sfnt_get_var_ps_name() 945 num_coords * MAX_VALUE_DESCRIPTOR_LEN + 1 ) ) in sfnt_get_var_ps_name() 953 for ( i = 0; i < num_coords; i++, coords++, axis++ ) in sfnt_get_var_ps_name()
|
/external/libaom/libaom/aom_dsp/ |
D | noise_model.c | 755 int(*coords)[2], int num_coords, const INT_TYPE *const data, \ 759 for (int i = 0; i < num_coords; ++i) { \ 779 buffer[num_coords] = (avg_data - avg_denoised) / num_samples; \ 794 const int num_coords = noise_model->n; in add_block_observations() local 798 double *buffer = (double *)aom_malloc(sizeof(*buffer) * (num_coords + 1)); in add_block_observations() 802 fprintf(stderr, "Unable to allocate buffer of size %d\n", num_coords + 1); in add_block_observations() 827 ? extract_ar_row_highbd(noise_model->coords, num_coords, in add_block_observations() 834 : extract_ar_row_lowbd(noise_model->coords, num_coords, data, in add_block_observations() 860 const int num_coords = noise_model->n; in add_noise_std_observations() local 899 const double corr = c > 0 ? coeffs[num_coords] : 0; in add_noise_std_observations()
|