Lines Matching refs:GetUInt32

302 _inline sal_uInt32 GetUInt32(const sal_uInt8 *ptr, size_t offset, int bigendian)  in GetUInt32()  function
1064 t1 = GetUInt32(name + 6, i * 12 + 0, 1); in findname()
1065 t2 = GetUInt32(name + 6, i * 12 + 4, 1); in findname()
1418 offset = GetUInt32(table, 8 + i * 8, 1); in FindCmap()
1520 …if (GetUInt32(table, 0, 1) == 0x00010000) { /* MacOS style kern tables: fixe… in GetKern()
1521 ttf->nkern = GetUInt32(table, 4, 1); in GetKern()
1529 ptr += GetUInt32(ptr, 0, 1); in GetKern()
1603 t = GetUInt32(ptr, k * 6, 1); in KernGlyphsPrim2()
1629 if(GetUInt32(buffer, 0, 1) == T_ttcf ) in CountTTCFonts()
1630 nFonts = GetUInt32(buffer, 8, 1); in CountTTCFonts()
1741 if (GetUInt32(t->ptr, 4, 1) == 0x00000000) { in doOpenTTFont()
1745 if (facenum >= GetUInt32(t->ptr, 8, 1)) { in doOpenTTFont()
1749 tdoffset = GetUInt32(t->ptr, 12 + 4 * facenum, 1); in doOpenTTFont()
1777 tag = GetUInt32(t->ptr + tdoffset + 12, 16 * i, 1); in doOpenTTFont()
1800 sal_uInt32 nTableOffset = GetUInt32(t->ptr + tdoffset + 12, 16 * i + 8, 1); in doOpenTTFont()
1801 length = GetUInt32(t->ptr + tdoffset + 12, 16 * i + 12, 1); in doOpenTTFont()
1894 …t->goffsets[i] = indexfmt ? GetUInt32(table, i << 2, 1) : (sal_uInt32)GetUInt16(table, i << 1, 1) … in doOpenTTFont()
2218 head = TrueTypeTableNew_head(GetUInt32(p, 4, 1), in CreateTTFromTTGlyphs()
2261 GetUInt32(p, 4, 1), in CreateTTFromTTGlyphs()
2304 sal_uInt32 tag = GetUInt32(sfntP + 12, 16 * i, 1); in GlyphOffsetsNew()
2305 sal_uInt32 off = GetUInt32(sfntP + 12, 16 * i + 8, 1); in GlyphOffsetsNew()
2306 sal_uInt32 len = GetUInt32(sfntP + 12, 16 * i + 12, 1); in GlyphOffsetsNew()
2322 res->offs[i] = GetUInt32(loca, i * 4, 1); in GlyphOffsetsNew()
2356 sal_uInt32 tag = GetUInt32(sfntP + 12, 16 * i, 1); in DumpSfnts()
2357 sal_uInt32 off = GetUInt32(sfntP + 12, 16 * i + 8, 1); in DumpSfnts()
2358 sal_uInt32 len = GetUInt32(sfntP + 12, 16 * i + 12, 1); in DumpSfnts()
2409 …head = TrueTypeTableNew_head(GetUInt32(p, 4, 1), GetUInt16(p, 16, 1), GetUInt16(p, 18, 1), p+20, G… in CreateT42FromTTGlyphs()
2410 ver = GetUInt32(p, 0, 1); in CreateT42FromTTGlyphs()
2411 rev = GetUInt32(p, 4, 1); in CreateT42FromTTGlyphs()
2704 info->ur1 = GetUInt32(table, 42, 1); in GetTTGlobalFontInfo()
2705 info->ur2 = GetUInt32(table, 46, 1); in GetTTGlobalFontInfo()
2706 info->ur3 = GetUInt32(table, 50, 1); in GetTTGlobalFontInfo()
2707 info->ur4 = GetUInt32(table, 54, 1); in GetTTGlobalFontInfo()
2717 info->pitch = GetUInt32(table, 12, 1); in GetTTGlobalFontInfo()