Home | History | Annotate | Download | only in truetype

Lines Matching refs:pindex

1476           int      pindex   = localpoints[j];
1477 FT_Long orig_cvt = face->cvt[pindex];
1480 face->cvt[pindex] = (FT_Short)( orig_cvt +
1484 if ( orig_cvt != face->cvt[pindex] )
1487 pindex, orig_cvt, face->cvt[pindex] ));