Home | History | Annotate | Download | only in truetype

Lines Matching defs:av

1001     GX_AVarSegment  av;
1057 av = blend->avar_segment;
1058 for ( i = 0; i < mmvar->num_axis; ++i, ++av )
1060 for ( j = 1; j < (FT_UInt)av->pairCount; ++j )
1061 if ( normalized[i] < av->correspondence[j].fromCoord )
1066 normalized[i] - av->correspondence[j - 1].fromCoord,
1068 av->correspondence[j].fromCoord -
1069 av->correspondence[j - 1].fromCoord ),
1070 av->correspondence[j].toCoord -
1071 av->correspondence[j - 1].toCoord,
1073 av->correspondence[j - 1].toCoord;