/third_party/skia/third_party/externals/freetype/src/gxvalid/ |
D | gxvmorx.c | 79 length = FT_NEXT_ULONG( p ); in gxv_morx_subtables_validate() 80 coverage = FT_NEXT_ULONG( p ); in gxv_morx_subtables_validate() 82 subFeatureFlags = FT_NEXT_ULONG( p ); in gxv_morx_subtables_validate() 134 defaultFlags = FT_NEXT_ULONG( p ); in gxv_morx_chain_validate() 138 chainLength = FT_NEXT_ULONG( p ); in gxv_morx_chain_validate() 139 nFeatureFlags = FT_NEXT_ULONG( p ); in gxv_morx_chain_validate() 140 nSubtables = FT_NEXT_ULONG( p ); in gxv_morx_chain_validate() 181 version = FT_NEXT_ULONG( p ); in gxv_morx_validate() 182 nChains = FT_NEXT_ULONG( p ); in gxv_morx_validate()
|
D | gxvmort.c | 107 f.enableFlags = FT_NEXT_ULONG( p ); in gxv_mort_featurearray_validate() 108 f.disableFlags = FT_NEXT_ULONG( p ); in gxv_mort_featurearray_validate() 192 subFeatureFlags = FT_NEXT_ULONG( p ); in gxv_mort_subtables_validate() 242 defaultFlags = FT_NEXT_ULONG( p ); in gxv_mort_chain_validate() 246 chainLength = FT_NEXT_ULONG( p ); in gxv_mort_chain_validate() 283 version = FT_NEXT_ULONG( p ); in gxv_mort_validate() 284 nChains = FT_NEXT_ULONG( p ); in gxv_mort_validate()
|
D | gxvjust.c | 105 justClass = FT_NEXT_ULONG( p ); in gxv_just_wdp_entry_validate() 109 beforeGrowLimit = FT_NEXT_ULONG( p ); in gxv_just_wdp_entry_validate() 110 beforeShrinkGrowLimit = FT_NEXT_ULONG( p ); in gxv_just_wdp_entry_validate() 111 afterGrowLimit = FT_NEXT_ULONG( p ); in gxv_just_wdp_entry_validate() 112 afterShrinkGrowLimit = FT_NEXT_ULONG( p ); in gxv_just_wdp_entry_validate() 140 count = FT_NEXT_ULONG( p ); in gxv_just_wdc_entry_validate() 261 substThreshhold = FT_NEXT_ULONG( p ); in gxv_just_actSubrecord_type2_validate() 290 variantsAxis = FT_NEXT_ULONG( p ); in gxv_just_actSubrecord_type4_validate() 354 actionLength = FT_NEXT_ULONG( p ); in gxv_just_actSubrecord_validate() 392 actionCount = FT_NEXT_ULONG( p ); in gxv_just_pcActionRecord_validate() [all …]
|
D | gxvmorx2.c | 71 optdata->ligActionTable = FT_NEXT_ULONG( p ); in gxv_morx_subtable_type2_opttable_load() 72 optdata->componentTable = FT_NEXT_ULONG( p ); in gxv_morx_subtable_type2_opttable_load() 73 optdata->ligatureTable = FT_NEXT_ULONG( p ); in gxv_morx_subtable_type2_opttable_load() 180 lig_action = FT_NEXT_ULONG( p ); in gxv_morx_subtable_type2_ligActionIndex_validate()
|
D | gxvfeat.c | 217 settingTable = FT_NEXT_ULONG ( p ); in gxv_feat_name_validate() 305 if ( FT_NEXT_ULONG( p ) != 0x00010000UL ) /* Version */ in gxv_feat_validate() 318 if ( FT_NEXT_ULONG( p ) != 0 ) in gxv_feat_validate()
|
D | gxvtrak.c | 163 sizeTableOffset = FT_NEXT_ULONG( p ); in gxv_trak_trackData_validate() 240 version = FT_NEXT_ULONG( p ); in gxv_trak_validate()
|
D | gxvcommn.c | 1155 glyphOffset.ul = FT_NEXT_ULONG( p ); in gxv_EntryTable_validate() 1526 glyphOffset.ul = FT_NEXT_ULONG( p ); in gxv_XEntryTable_validate() 1580 gxvalid->xstatetable.nClasses = FT_NEXT_ULONG( p ); in gxv_XStateTable_validate() 1581 classTable = FT_NEXT_ULONG( p ); in gxv_XStateTable_validate() 1582 stateArray = FT_NEXT_ULONG( p ); in gxv_XStateTable_validate() 1583 entryTable = FT_NEXT_ULONG( p ); in gxv_XStateTable_validate()
|
D | gxvopbd.c | 186 version = FT_NEXT_ULONG( p ); in gxv_opbd_validate()
|
D | gxvmorx5.c | 77 optdata->insertionGlyphList = FT_NEXT_ULONG( p ); in gxv_morx_subtable_type5_insertionGlyphList_load()
|
D | gxvbsln.c | 306 version = FT_NEXT_ULONG( p ); in gxv_bsln_validate()
|
D | gxvmorx1.c | 226 offset = FT_NEXT_ULONG( p ); in gxv_morx_subtable_type1_substitutionTable_validate()
|
D | gxvmort2.c | 180 lig_action = FT_NEXT_ULONG( p ); in gxv_mort_subtable_type2_ligActionOffset_validate()
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
D | ttkern.c | 138 old_pair = FT_NEXT_ULONG( p ); in tt_face_load_kern() 146 cur_pair = FT_NEXT_ULONG( p ); in tt_face_load_kern() 250 key = FT_NEXT_ULONG( q ); in tt_face_get_kerning() 270 FT_ULong key = FT_NEXT_ULONG( p ); in tt_face_get_kerning()
|
D | ttsbit.c | 111 num_strikes = FT_NEXT_ULONG( p ); in tt_face_load_sbit() 420 offset = FT_NEXT_ULONG( p ); in tt_face_load_strike_metrics() 537 decoder->strike_index_array = FT_NEXT_ULONG( p ); in tt_sbit_decoder_init() 539 decoder->strike_index_count = FT_NEXT_ULONG( p ); in tt_sbit_decoder_init() 1079 png_len = FT_NEXT_ULONG( p ); in tt_sbit_decoder_load_png() 1296 image_offset = FT_NEXT_ULONG( p ); in tt_sbit_decoder_load_image() 1310 image_offset = FT_NEXT_ULONG ( p ); in tt_sbit_decoder_load_image() 1319 image_start = FT_NEXT_ULONG( p ); in tt_sbit_decoder_load_image() 1320 image_end = FT_NEXT_ULONG( p ); in tt_sbit_decoder_load_image() 1334 image_size = FT_NEXT_ULONG( p ); in tt_sbit_decoder_load_image() [all …]
|
D | ttcpal.c | 112 colors_offset = FT_NEXT_ULONG( p ); in tt_face_load_cpal() 144 type_offset = FT_NEXT_ULONG( p ); in tt_face_load_cpal() 145 label_offset = FT_NEXT_ULONG( p ); in tt_face_load_cpal() 146 entry_label_offset = FT_NEXT_ULONG( p ); in tt_face_load_cpal()
|
D | ttcolr.c | 168 base_glyph_offset = FT_NEXT_ULONG( p ); in tt_face_load_colr() 176 layer_offset = FT_NEXT_ULONG( p ); in tt_face_load_colr() 186 base_glyphs_offset_v1 = FT_NEXT_ULONG( p ); in tt_face_load_colr() 201 layer_offset_v1 = FT_NEXT_ULONG( p ); in tt_face_load_colr() 233 clip_list_offset = FT_NEXT_ULONG( p ); in tt_face_load_colr() 463 first_layer_index = FT_NEXT_ULONG( p ); in read_paint() 765 record->paint_offset = FT_NEXT_ULONG ( p ); in find_base_glyph_v1_record() 858 num_clip_boxes = FT_NEXT_ULONG( p ); in tt_face_get_color_glyph_clipbox() 981 FT_NEXT_ULONG( p ); in tt_face_get_paint_layers()
|
D | ttbdf.c | 86 FT_ULong strings = FT_NEXT_ULONG ( p ); in tt_face_load_bdf_props()
|
/third_party/skia/third_party/externals/freetype/src/truetype/ |
D | ttpload.c | 201 pos1 = FT_NEXT_ULONG( p ); in tt_face_get_location() 205 pos2 = FT_NEXT_ULONG( p ); in tt_face_get_location() 548 record_size = FT_NEXT_ULONG( p ); in tt_face_load_hdmx()
|
/third_party/skia/third_party/externals/freetype/src/pfr/ |
D | pfrobjs.c | 540 cpair = FT_NEXT_ULONG( p ); in pfr_face_get_kerning() 563 cpair = FT_NEXT_ULONG( p ); in pfr_face_get_kerning() 577 cpair = FT_NEXT_ULONG( p ); in pfr_face_get_kerning()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftstream.c | 434 result = FT_NEXT_ULONG( p ); in FT_Stream_GetULong() 655 result = FT_NEXT_ULONG( p ); in FT_Stream_ReadULong() 801 value = FT_NEXT_ULONG( cursor ); in FT_Stream_ReadFields()
|
/third_party/skia/third_party/externals/freetype/src/otvalid/ |
D | otvgdef.c | 164 otv_Coverage_validate( table + FT_NEXT_ULONG( p ), otvalid, -1 ); in otv_MarkGlyphSets_validate()
|
D | otvjstf.c | 225 if ( FT_NEXT_ULONG( p ) != 0x10000UL ) /* Version */ in otv_JSTF_validate()
|
D | otvmath.c | 433 if ( FT_NEXT_ULONG( p ) != 0x10000UL ) /* Version */ in otv_MATH_validate()
|
D | otvgsub.c | 427 ExtensionOffset = FT_NEXT_ULONG( p ); in otv_ExtensionSubst_validate()
|
D | otvcommn.h | 87 _offset = FT_NEXT_ULONG( p ); \
|