Lines Matching refs:nKern
519 sal_Int16 nKern = (sal_Int16)getUInt16BE( pTable ); in queryMetricPage() local
530 … aPair.kern_x = (int)nKern * 1000 / pImplTTFont->unitsPerEm; in queryMetricPage()
534 … aPair.kern_y = (int)nKern * 1000 / pImplTTFont->unitsPerEm; in queryMetricPage()
562 sal_Int16 nKern = (sal_Int16)getUInt16BE( pTmp ); in queryMetricPage() local
566 … aPair.kern_x = (int)nKern * 1000 / pImplTTFont->unitsPerEm; in queryMetricPage()
570 … aPair.kern_y = (int)nKern * 1000 / pImplTTFont->unitsPerEm; in queryMetricPage()
632 sal_Int16 nKern = (sal_Int16)getUInt16BE( pTable ); in queryMetricPage() local
642 aPair.kern_x = (int)nKern * 1000 / pImplTTFont->unitsPerEm; in queryMetricPage()
681 sal_Int16 nKern = (sal_Int16)getUInt16BE( pTmp ); in queryMetricPage() local
685 … aPair.kern_x = (int)nKern * 1000 / pImplTTFont->unitsPerEm; in queryMetricPage()
689 … aPair.kern_y = (int)nKern * 1000 / pImplTTFont->unitsPerEm; in queryMetricPage()
4076 sal_Int32 nKern = getInt( pVals[m].Value ); in readOverrideMetrics() local
4077 aPair.kern_x = static_cast<short int>(nKern & 0xffff); in readOverrideMetrics()
4078 aPair.kern_y = static_cast<short int>((sal_uInt32(nKern) >> 16) & 0xffff); in readOverrideMetrics()