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

  /external/freetype/src/truetype/
ttgxvar.c 742 GX_FVar_Axis axis_rec; local
745 if ( FT_STREAM_READ_FIELDS( fvaraxis_fields, &axis_rec ) )
747 a->tag = axis_rec.axisTag;
748 a->minimum = axis_rec.minValue; /* A Fixed */
749 a->def = axis_rec.defaultValue; /* A Fixed */
750 a->maximum = axis_rec.maxValue; /* A Fixed */
751 a->strid = axis_rec.nameID;
    [all...]

Completed in 2143 milliseconds