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

/external/freetype/src/truetype/
H A Dttgxvar.c411 GX_ItemVarStore itemStore )
442 FT_READ_USHORT( itemStore->dataCount ) )
445 /* we need at least one entry in `itemStore->varData' */
446 if ( !itemStore->dataCount )
455 if ( FT_NEW_ARRAY( dataOffsetArray, itemStore->dataCount ) )
458 for ( i = 0; i < itemStore->dataCount; i++ )
468 if ( FT_READ_USHORT( itemStore->axisCount ) ||
469 FT_READ_USHORT( itemStore->regionCount ) )
472 if ( itemStore->axisCount != (FT_Long)blend->mmvar->num_axis )
482 if ( FT_NEW_ARRAY( itemStore
852 ft_var_get_item_delta( TT_Face face, GX_ItemVarStore itemStore, FT_UInt outerIndex, FT_UInt innerIndex ) argument
1175 GX_ItemVarStore itemStore; local
[all...]
H A Dttgxvar.h127 GX_ItemVarStoreRec itemStore; /* Item Variation Store */ member in struct:GX_HVVarTableRec_
206 GX_ItemVarStoreRec itemStore; /* Item Variation Store */ member in struct:GX_MVarTableRec_

Completed in 95 milliseconds