HomeSort by relevance Sort by last modified time
    Searched refs:itemStore (Results 1 - 2 of 2) sorted by null

  /external/freetype/src/truetype/
ttgxvar.c 411 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->varRegionList, itemStore->regionCount )
    [all...]
ttgxvar.h 127 GX_ItemVarStoreRec itemStore; /* Item Variation Store */
206 GX_ItemVarStoreRec itemStore; /* Item Variation Store */

Completed in 184 milliseconds