Home
last modified time | relevance | path

Searched refs:pKern (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/text/
H A Dinftxt.cxx1746 SwLinePortion *pKern = NULL; in LastKernPortion() local
1750 pKern = pPor; in LastKernPortion()
1752 pKern = NULL; in LastKernPortion()
1755 if( pKern ) in LastKernPortion()
1757 SetLast( pKern ); in LastKernPortion()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx1117 PairKernData* pKern = pInfo->pkd; in readAfmMetrics() local
1119 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()
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx1893 const FT_Byte* const pKern = mpFontInfo->GetTable( "kern", &nKernLength ); in GetKernPairs() local
1894 if( !pKern ) in GetKernPairs()
1909 const FT_Byte* pBuffer = pKern; in GetKernPairs()
1985 pBuffer = pKern; in GetKernPairs()

Completed in 46 milliseconds