HomeSort by relevance Sort by last modified time
    Searched full:fvar_head (Results 1 - 1 of 1) sorted by null

  /external/freetype/src/truetype/
ttgxvar.c 630 GX_FVar_Head fvar_head; local
679 if ( FT_STREAM_READ_FIELDS( fvar_fields, &fvar_head ) )
682 if ( fvar_head.version != (FT_Long)0x00010000L ||
683 fvar_head.countSizePairs != 2 ||
684 fvar_head.axisSize != 20 ||
686 fvar_head.axisCount > 0x3FFE ||
687 fvar_head.instanceSize != 4 + 4 * fvar_head.axisCount ||
689 fvar_head.instanceCount > 0x7EFF ||
690 fvar_head.offsetToData + fvar_head.axisCount * 20U
    [all...]

Completed in 640 milliseconds