Lines Matching refs:GetInt16

258 _inline sal_Int16 GetInt16(const sal_uInt8 *ptr, size_t offset, int bigendian)  in GetInt16()  function
507 metrics->lsb = GetInt16(table, 4 * glyphID + 2, 1); in GetMetrics()
510 …metrics->lsb = GetInt16(table + ttf->numberOfHMetrics * 4, (glyphID - ttf->numberOfHMetrics) * 2, … in GetMetrics()
519 metrics->tsb = GetInt16(table, 4 * glyphID + 2, 1); in GetMetrics()
522 …metrics->tsb = GetInt16(table + ttf->numOfLongVerMetrics * 4, (glyphID - ttf->numOfLongVerMetrics)… in GetMetrics()
543 const sal_Int16 numberOfContours = GetInt16(ptr, 0, 1); in GetSimpleTTOutline()
548 metrics->xMin = GetInt16(ptr, 2, 1); in GetSimpleTTOutline()
549 metrics->yMin = GetInt16(ptr, 4, 1); in GetSimpleTTOutline()
550 metrics->xMax = GetInt16(ptr, 6, 1); in GetSimpleTTOutline()
551 metrics->yMax = GetInt16(ptr, 8, 1); in GetSimpleTTOutline()
590 z += GetInt16(p, 0, 1); in GetSimpleTTOutline()
606 z += GetInt16(p, 0, 1); in GetSimpleTTOutline()
637 if ((numberOfContours = GetInt16(ptr, 0, 1)) != -1) /*- glyph is not compound */ in GetCompoundTTOutline()
641 metrics->xMin = GetInt16(ptr, 2, 1); in GetCompoundTTOutline()
642 metrics->yMin = GetInt16(ptr, 4, 1); in GetCompoundTTOutline()
643 metrics->xMax = GetInt16(ptr, 6, 1); in GetCompoundTTOutline()
644 metrics->yMax = GetInt16(ptr, 8, 1); in GetCompoundTTOutline()
707 e = GetInt16(ptr, 0, 1); in GetCompoundTTOutline()
708 f = GetInt16(ptr, 2, 1); in GetCompoundTTOutline()
731 a = GetInt16(ptr, 0, 1) << 2; in GetCompoundTTOutline()
738 a = GetInt16(ptr, 0, 1) << 2; in GetCompoundTTOutline()
739 d = GetInt16(ptr, 2, 1) << 2; in GetCompoundTTOutline()
745 a = GetInt16(ptr, 0, 1) << 2; in GetCompoundTTOutline()
746 b = GetInt16(ptr, 2, 1) << 2; in GetCompoundTTOutline()
747 c = GetInt16(ptr, 4, 1) << 2; in GetCompoundTTOutline()
748 d = GetInt16(ptr, 6, 1) << 2; in GetCompoundTTOutline()
846 numberOfContours = GetInt16(ptr, 0, 1); in GetTTGlyphOutline()
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()
1877 indexfmt = GetInt16(table, 50, 1); in doOpenTTFont()
1962 if (GetInt16(ptr, 0, 1) == -1) { in GetTTGlyphComponents()
2055 …fprintf(outf, h01, GetInt16(table, 0, 1), GetUInt16(table, 2, 1), GetInt16(table, 4, 1), GetUInt16… in CreateT3FromTTGlyphs()
2075 …, XUnits(UPEm, GetInt16(table, 36, 1)), XUnits(UPEm, GetInt16(table, 38, 1)), XUnits(UPEm, GetInt1… in CreateT3FromTTGlyphs()
2224 GetInt16(p, 48, 1)); in CreateTTFromTTGlyphs()
2312 indexToLocFormat = GetInt16(sfntP + off, 50, 1); in GlyphOffsetsNew()
2409 …, 16, 1), GetUInt16(p, 18, 1), p+20, GetUInt16(p, 44, 1), GetUInt16(p, 46, 1), GetInt16(p, 48, 1)); in CreateT42FromTTGlyphs()
2466 …, XUnits(UPEm, GetInt16(headP, 36, 1)), XUnits(UPEm, GetInt16(headP, 38, 1)), XUnits(UPEm, GetInt1… in CreateT42FromTTGlyphs()
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()
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()
2726 info->macStyle = GetInt16(table, 44, 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()
2781 d->compflag = (GetInt16( srcptr, 0, 1 ) < 0); in GetTTRawGlyphData()
2809 d->lsb = GetInt16(hmtx, 4 * glyphID + 2, 1); in GetTTRawGlyphData()
2812 … d->lsb = GetInt16(hmtx + ttf->numberOfHMetrics * 4, (glyphID - ttf->numberOfHMetrics) * 2, 1); in GetTTRawGlyphData()