Home
last modified time | relevance | path

Searched refs:itemStore (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/truetype/
Dttgxvar.c451 GX_ItemVarStore itemStore ) in ft_var_load_item_variation_store() argument
483 FT_READ_USHORT( itemStore->dataCount ) ) in ft_var_load_item_variation_store()
487 if ( !itemStore->dataCount ) in ft_var_load_item_variation_store()
496 if ( FT_QNEW_ARRAY( dataOffsetArray, itemStore->dataCount ) ) in ft_var_load_item_variation_store()
499 for ( i = 0; i < itemStore->dataCount; i++ ) in ft_var_load_item_variation_store()
509 if ( FT_READ_USHORT( itemStore->axisCount ) || in ft_var_load_item_variation_store()
510 FT_READ_USHORT( itemStore->regionCount ) ) in ft_var_load_item_variation_store()
513 if ( itemStore->axisCount != (FT_Long)blend->mmvar->num_axis ) in ft_var_load_item_variation_store()
524 if ( itemStore->regionCount >= 32768U ) in ft_var_load_item_variation_store()
532 if ( FT_NEW_ARRAY( itemStore->varRegionList, itemStore->regionCount ) ) in ft_var_load_item_variation_store()
[all …]
Dttgxvar.h126 GX_ItemVarStoreRec itemStore; /* Item Variation Store */ member
205 GX_ItemVarStoreRec itemStore; /* Item Variation Store */ member