Searched refs:pKern (Results 1 – 3 of 3) sorted by relevance
1746 SwLinePortion *pKern = NULL; in LastKernPortion() local1750 pKern = pPor; in LastKernPortion()1752 pKern = NULL; in LastKernPortion()1755 if( pKern ) in LastKernPortion()1757 SetLast( pKern ); in LastKernPortion()
1117 PairKernData* pKern = pInfo->pkd; in readAfmMetrics() local1119 for( i = 0; i < pInfo->numOfPairs; i++, pKern++ ) in readAfmMetrics()1122 if( ! pKern->name1 || ! pKern->name2 ) in readAfmMetrics()1139 if( ! strcmp( pKern->name1, pChar->name ? pChar->name : "" ) ) in readAfmMetrics()1141 if( ! strcmp( pKern->name2, pChar->name ? pChar->name : "" ) ) in readAfmMetrics()1147 aPair.kern_x = pKern->xamt; in readAfmMetrics()1148 aPair.kern_y = pKern->yamt; in readAfmMetrics()
1893 const FT_Byte* const pKern = mpFontInfo->GetTable( "kern", &nKernLength ); in GetKernPairs() local1894 if( !pKern ) in GetKernPairs()1909 const FT_Byte* pBuffer = pKern; in GetKernPairs()1985 pBuffer = pKern; in GetKernPairs()
Completed in 82 milliseconds