Home
last modified time | relevance | path

Searched refs:GetUInt32 (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/vcl/source/fontsubset/
H A Dsft.cxx302 _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()
[all …]
H A Dttcr.cxx136 _inline sal_uInt32 GetUInt32( const sal_uInt8* ptr, sal_uInt32 offset, int bigendian) in GetUInt32() function