Home
last modified time | relevance | path

Searched refs:unitsPerEm (Results 1 – 5 of 5) sorted by relevance

/trunk/main/vcl/source/fontsubset/
H A Dsft.cxx408 _inline int XUnits(int unitsPerEm, int n) in XUnits() argument
410 return (n * 1000) / unitsPerEm; in XUnits()
1609 kern[i].x = XUnits(ttf->unitsPerEm, GetInt16(ptr, 4 + (l-1) * 6, 1)); in KernGlyphsPrim2()
1611 kern[i].y = XUnits(ttf->unitsPerEm, GetInt16(ptr, 4 + (l-1) * 6, 1)); in KernGlyphsPrim2()
1876 t->unitsPerEm = GetUInt16(table, 18, 1); in doOpenTTFont()
1879 if( ((indexfmt != 0) && (indexfmt != 1)) || (t->unitsPerEm <= 0) ) { in doOpenTTFont()
2001 int UPEm = ttf->unitsPerEm; in CreateT3FromTTGlyphs()
2397 int UPEm = ttf->unitsPerEm; in CreateT42FromTTGlyphs()
2617 const int UPEm = ttf->unitsPerEm; in GetTTSimpleGlyphMetrics()
2671 int UPEm = ttf->unitsPerEm; in GetTTGlobalFontInfo()
[all …]
H A Dttcr.hxx143 sal_uInt16 unitsPerEm,
H A Dttcr.cxx987 sal_uInt16 unitsPerEm, in TrueTypeTableNew_head() argument
1003 PutUInt16(unitsPerEm, ptr, 18, 1); in TrueTypeTableNew_head()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx530 … aPair.kern_x = (int)nKern * 1000 / pImplTTFont->unitsPerEm; in queryMetricPage()
534 … aPair.kern_y = (int)nKern * 1000 / pImplTTFont->unitsPerEm; in queryMetricPage()
566 … aPair.kern_x = (int)nKern * 1000 / pImplTTFont->unitsPerEm; in queryMetricPage()
570 … aPair.kern_y = (int)nKern * 1000 / pImplTTFont->unitsPerEm; in queryMetricPage()
642 aPair.kern_x = (int)nKern * 1000 / pImplTTFont->unitsPerEm; in queryMetricPage()
685 … aPair.kern_x = (int)nKern * 1000 / pImplTTFont->unitsPerEm; in queryMetricPage()
689 … aPair.kern_y = (int)nKern * 1000 / pImplTTFont->unitsPerEm; in queryMetricPage()
/trunk/main/vcl/inc/
H A Dsft.hxx591 sal_uInt32 unitsPerEm; member

Completed in 59 milliseconds