Lines Matching refs:XUnits

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()
2112 … fprintf(outf, "\t%d %d moveto\n", XUnits(UPEm, path[j].x1), XUnits(UPEm, path[j].y1)); in CreateT3FromTTGlyphs()
2116 … fprintf(outf, "\t%d %d lineto\n", XUnits(UPEm, path[j].x1), XUnits(UPEm, path[j].y1)); in CreateT3FromTTGlyphs()
2120 …eto\n", XUnits(UPEm, path[j].x1), XUnits(UPEm, path[j].y1), XUnits(UPEm, path[j].x2), XUnits(UPEm,… in CreateT3FromTTGlyphs()
2466 … %d %d] def\n", XUnits(UPEm, GetInt16(headP, 36, 1)), XUnits(UPEm, GetInt16(headP, 38, 1)), XUnits in CreateT42FromTTGlyphs()
2637 XUnits( UPEm, GetUInt16( pTable, nAdvOffset, 1) ) ); in GetTTSimpleGlyphMetrics()
2643 XUnits( UPEm, GetInt16( pTable, nLsbOffset, 1) ) ); in GetTTSimpleGlyphMetrics()
2692 info->typoAscender = XUnits(UPEm,GetInt16(table, 68, 1)); in GetTTGlobalFontInfo()
2693 info->typoDescender = XUnits(UPEm, GetInt16(table, 70, 1)); in GetTTGlobalFontInfo()
2694 info->typoLineGap = XUnits(UPEm, GetInt16(table, 72, 1)); in GetTTGlobalFontInfo()
2695 info->winAscent = XUnits(UPEm, GetUInt16(table, 74, 1)); in GetTTGlobalFontInfo()
2696 info->winDescent = XUnits(UPEm, GetUInt16(table, 76, 1)); in GetTTGlobalFontInfo()
2700 info->winDescent = XUnits(UPEm, GetInt16(table, 76,1)); in GetTTGlobalFontInfo()
2722 info->xMin = XUnits(UPEm, GetInt16(table, 36, 1)); in GetTTGlobalFontInfo()
2723 info->yMin = XUnits(UPEm, GetInt16(table, 38, 1)); in GetTTGlobalFontInfo()
2724 info->xMax = XUnits(UPEm, GetInt16(table, 40, 1)); in GetTTGlobalFontInfo()
2725 info->yMax = XUnits(UPEm, GetInt16(table, 42, 1)); in GetTTGlobalFontInfo()
2730 info->ascender = XUnits(UPEm, GetInt16(table, 4, 1)); in GetTTGlobalFontInfo()
2731 info->descender = XUnits(UPEm, GetInt16(table, 6, 1)); in GetTTGlobalFontInfo()
2732 info->linegap = XUnits(UPEm, GetInt16(table, 8, 1)); in GetTTGlobalFontInfo()
2737 info->vascent = XUnits(UPEm, GetInt16(table, 4, 1)); in GetTTGlobalFontInfo()
2738 info->vdescent = XUnits(UPEm, GetInt16(table, 6, 1)); in GetTTGlobalFontInfo()