Searched refs:XUnits (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/vcl/source/fontsubset/ |
| H A D | sft.cxx | 408 _inline int XUnits(int unitsPerEm, int n) in XUnits() function 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() 2075 …intf(outf, h14, XUnits(UPEm, GetInt16(table, 36, 1)), XUnits(UPEm, GetInt16(table, 38, 1)), XUnits… in CreateT3FromTTGlyphs() 2100 wmode == 0 ? XUnits(UPEm, metrics.aw) : 0, in CreateT3FromTTGlyphs() 2101 wmode == 0 ? 0 : -XUnits(UPEm, metrics.ah), in CreateT3FromTTGlyphs() 2102 XUnits(UPEm, metrics.xMin), in CreateT3FromTTGlyphs() 2103 XUnits(UPEm, metrics.yMin), in CreateT3FromTTGlyphs() 2104 XUnits(UPEm, metrics.xMax), in CreateT3FromTTGlyphs() 2105 XUnits(UPEm, metrics.yMax)); in CreateT3FromTTGlyphs() [all …]
|