/third_party/flutter/skia/third_party/externals/freetype/src/otvalid/ |
D | otvcommn.c | 409 otvalid->lookup_count = LookupCount; in otv_LookupList_validate() 456 if ( FT_NEXT_USHORT( p ) >= otvalid->lookup_count ) in otv_Feature_validate() 490 otvalid->lookup_count = otv_LookupList_get_count( lookups ); in otv_FeatureList_validate() 875 otvalid->extra1 = otvalid->lookup_count; in otv_u_O_O_x_Onx() 923 if ( FT_NEXT_USHORT( p ) >= otvalid->lookup_count ) in otv_u_x_y_Ox_sy() 967 otvalid->extra1 = otvalid->lookup_count; in otv_u_O_O_O_O_x_Onx() 1038 if ( FT_NEXT_USHORT( p ) >= otvalid->lookup_count ) in otv_u_x_Ox_y_Oy_z_Oz_p_sp()
|
D | otvgsub.c | 303 otvalid->extra1 = otvalid->lookup_count; in otv_ContextSubst_validate() 362 otvalid->extra1 = otvalid->lookup_count; in otv_ChainContextSubst_validate()
|
D | otvgpos.c | 801 otvalid->extra1 = otvalid->lookup_count; in otv_ContextPos_validate() 860 otvalid->extra1 = otvalid->lookup_count; in otv_ChainContextPos_validate()
|
D | otvcommn.h | 50 FT_UInt lookup_count; member
|
/third_party/freetype/src/otvalid/ |
D | otvcommn.c | 412 otvalid->lookup_count = LookupCount; in otv_LookupList_validate() 459 if ( FT_NEXT_USHORT( p ) >= otvalid->lookup_count ) in otv_Feature_validate() 493 otvalid->lookup_count = otv_LookupList_get_count( lookups ); in otv_FeatureList_validate() 878 otvalid->extra1 = otvalid->lookup_count; in otv_u_O_O_x_Onx() 926 if ( FT_NEXT_USHORT( p ) >= otvalid->lookup_count ) in otv_u_x_y_Ox_sy() 970 otvalid->extra1 = otvalid->lookup_count; in otv_u_O_O_O_O_x_Onx() 1041 if ( FT_NEXT_USHORT( p ) >= otvalid->lookup_count ) in otv_u_x_Ox_y_Oy_z_Oz_p_sp()
|
D | otvgsub.c | 303 otvalid->extra1 = otvalid->lookup_count; in otv_ContextSubst_validate() 362 otvalid->extra1 = otvalid->lookup_count; in otv_ChainContextSubst_validate()
|
D | otvgpos.c | 801 otvalid->extra1 = otvalid->lookup_count; in otv_ContextPos_validate() 860 otvalid->extra1 = otvalid->lookup_count; in otv_ChainContextPos_validate()
|
D | otvcommn.h | 49 FT_UInt lookup_count; member
|
/third_party/skia/third_party/externals/freetype/src/otvalid/ |
D | otvcommn.c | 412 otvalid->lookup_count = LookupCount; in otv_LookupList_validate() 459 if ( FT_NEXT_USHORT( p ) >= otvalid->lookup_count ) in otv_Feature_validate() 493 otvalid->lookup_count = otv_LookupList_get_count( lookups ); in otv_FeatureList_validate() 878 otvalid->extra1 = otvalid->lookup_count; in otv_u_O_O_x_Onx() 926 if ( FT_NEXT_USHORT( p ) >= otvalid->lookup_count ) in otv_u_x_y_Ox_sy() 970 otvalid->extra1 = otvalid->lookup_count; in otv_u_O_O_O_O_x_Onx() 1041 if ( FT_NEXT_USHORT( p ) >= otvalid->lookup_count ) in otv_u_x_Ox_y_Oy_z_Oz_p_sp()
|
D | otvgsub.c | 303 otvalid->extra1 = otvalid->lookup_count; in otv_ContextSubst_validate() 362 otvalid->extra1 = otvalid->lookup_count; in otv_ChainContextSubst_validate()
|
D | otvgpos.c | 801 otvalid->extra1 = otvalid->lookup_count; in otv_ContextPos_validate() 860 otvalid->extra1 = otvalid->lookup_count; in otv_ChainContextPos_validate()
|
D | otvcommn.h | 49 FT_UInt lookup_count; member
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-map.hh | 141 const struct lookup_map_t **plookups, unsigned int *lookup_count) const in get_stage_lookups() 145 *lookup_count = 0; in get_stage_lookups() 152 *lookup_count = end - start; in get_stage_lookups()
|
D | hb-ot-layout.h | 243 unsigned int *lookup_count /* IN/OUT */, 316 unsigned int *lookup_count /* IN/OUT */,
|
D | hb-ot-layout.cc | 964 unsigned int *lookup_count /* IN/OUT */, in hb_ot_layout_feature_get_lookups() argument 972 lookup_count, in hb_ot_layout_feature_get_lookups() 1311 unsigned int *lookup_count /* IN/OUT */, in hb_ot_layout_feature_with_variations_get_lookups() argument 1319 return f.get_lookup_indexes (start_offset, lookup_count, lookup_indexes); in hb_ot_layout_feature_with_variations_get_lookups() 1366 if (unlikely (lookup_index >= face->table.GSUB->lookup_count)) return false; in hb_ot_layout_lookup_would_substitute()
|
D | hb-ot-layout-gsubgpos.hh | 2735 this->lookup_count = table->get_lookup_count (); in init() 2737 …this->accels = (hb_ot_layout_lookup_accelerator_t *) calloc (this->lookup_count, sizeof (hb_ot_lay… in init() 2739 this->lookup_count = 0; in init() 2741 for (unsigned int i = 0; i < this->lookup_count; i++) in init() 2747 for (unsigned int i = 0; i < this->lookup_count; i++) in fini() 2754 unsigned int lookup_count; member
|
D | hb-ot-layout-common.hh | 550 unsigned int *lookup_count /* IN/OUT */, in get_lookup_indexes() 552 { return lookupIndex.get_indexes (start_index, lookup_count, lookup_tags); } in get_lookup_indexes()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-map.hh | 141 const struct lookup_map_t **plookups, unsigned int *lookup_count) const in get_stage_lookups() 146 *lookup_count = 0; in get_stage_lookups() 152 *lookup_count = end - start; in get_stage_lookups()
|
D | hb-ot-layout.h | 303 unsigned int *lookup_count /* IN/OUT */, 376 unsigned int *lookup_count /* IN/OUT */,
|
D | hb-ot-layout.cc | 964 unsigned int *lookup_count /* IN/OUT */, in hb_ot_layout_feature_get_lookups() argument 972 lookup_count, in hb_ot_layout_feature_get_lookups() 1348 unsigned int *lookup_count /* IN/OUT */, in hb_ot_layout_feature_with_variations_get_lookups() argument 1356 return f.get_lookup_indexes (start_offset, lookup_count, lookup_indexes); in hb_ot_layout_feature_with_variations_get_lookups() 1404 if (unlikely (lookup_index >= face->table.GSUB->lookup_count)) return false; in hb_ot_layout_lookup_would_substitute()
|
D | hb-ot-layout-gsubgpos.hh | 85 { return lookup_count > HB_MAX_LOOKUP_INDICES; } in lookup_limit_exceeded() 89 if (lookup_count++ > HB_MAX_LOOKUP_INDICES) in should_visit_lookup() 175 lookup_count (0) in hb_closure_context_t() 196 unsigned int lookup_count; member 229 { return lookup_count > HB_MAX_LOOKUP_INDICES; } in lookup_limit_exceeded() 233 if (unlikely (lookup_count++ > HB_MAX_LOOKUP_INDICES)) in is_lookup_visited() 258 lookup_count (0) {} in hb_closure_lookups_context_t() 265 unsigned int lookup_count; member 3838 this->lookup_count = table->get_lookup_count (); in init() 3840 …this->accels = (hb_ot_layout_lookup_accelerator_t *) hb_calloc (this->lookup_count, sizeof (hb_ot_… in init() [all …]
|
/third_party/harfbuzz/src/ |
D | hb-ot-map.hh | 141 const struct lookup_map_t **plookups, unsigned int *lookup_count) const in get_stage_lookups() 146 *lookup_count = 0; in get_stage_lookups() 152 *lookup_count = end - start; in get_stage_lookups()
|
D | hb-ot-layout.h | 303 unsigned int *lookup_count /* IN/OUT */, 376 unsigned int *lookup_count /* IN/OUT */,
|
D | hb-ot-layout-gsubgpos.hh | 85 { return lookup_count > HB_MAX_LOOKUP_INDICES; } in lookup_limit_exceeded() 89 if (lookup_count++ > HB_MAX_LOOKUP_INDICES) in should_visit_lookup() 175 lookup_count (0) in hb_closure_context_t() 196 unsigned int lookup_count; member 229 { return lookup_count > HB_MAX_LOOKUP_INDICES; } in lookup_limit_exceeded() 233 if (unlikely (lookup_count++ > HB_MAX_LOOKUP_INDICES)) in is_lookup_visited() 258 lookup_count (0) {} in hb_closure_lookups_context_t() 265 unsigned int lookup_count; member 3799 this->lookup_count = table->get_lookup_count (); in init() 3801 …this->accels = (hb_ot_layout_lookup_accelerator_t *) calloc (this->lookup_count, sizeof (hb_ot_lay… in init() [all …]
|
D | hb-ot-layout.cc | 957 unsigned int *lookup_count /* IN/OUT */, in hb_ot_layout_feature_get_lookups() argument 965 lookup_count, in hb_ot_layout_feature_get_lookups() 1322 unsigned int *lookup_count /* IN/OUT */, in hb_ot_layout_feature_with_variations_get_lookups() argument 1330 return f.get_lookup_indexes (start_offset, lookup_count, lookup_indexes); in hb_ot_layout_feature_with_variations_get_lookups() 1377 if (unlikely (lookup_index >= face->table.GSUB->lookup_count)) return false; in hb_ot_layout_lookup_would_substitute()
|