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 746 GX_FVar_Axis axis_rec; local
749 if ( FT_STREAM_READ_FIELDS( fvaraxis_fields, &axis_rec ) )
751 a->tag = axis_rec.axisTag;
752 a->minimum = axis_rec.minValue; /* A Fixed */
753 a->def = axis_rec.defaultValue; /* A Fixed */
754 a->maximum = axis_rec.maxValue; /* A Fixed */
755 a->strid = axis_rec.nameID;
    [all...]

Completed in 35 milliseconds