Searched refs:unitsPerEm (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/vcl/source/fontsubset/ |
H A D | sft.cxx | 408 _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 D | ttcr.hxx | 147 sal_uInt16 unitsPerEm,
|
H A D | ttcr.cxx | 986 sal_uInt16 unitsPerEm, in TrueTypeTableNew_head() argument 1002 PutUInt16(unitsPerEm, ptr, 18, 1); in TrueTypeTableNew_head()
|
/aoo4110/main/vcl/unx/generic/fontmanager/ |
H A D | fontmanager.cxx | 530 … 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()
|
/aoo4110/main/vcl/inc/ |
H A D | sft.hxx | 591 sal_uInt32 unitsPerEm; member
|
Completed in 300 milliseconds