Home | History | Annotate | Download | only in truetype

Lines Matching refs:pindex

1531           int      pindex   = localpoints[j];
1532 FT_Long orig_cvt = face->cvt[pindex];
1535 face->cvt[pindex] = (FT_Short)( orig_cvt +
1539 if ( orig_cvt != face->cvt[pindex] )
1542 pindex, orig_cvt, face->cvt[pindex] ));