Lines Matching refs:PutUInt32
180 _inline void PutUInt32(sal_uInt32 val, sal_uInt8 *ptr, sal_uInt32 offset, int bigendian) in PutUInt32() function
355 PutUInt32(_this->tag, ttf, 0, 1); in StreamToMemory()
363 PutUInt32(te[i].tag, ttf + 12, 16 * i, 1); in StreamToMemory()
364 PutUInt32(CheckSum((sal_uInt32 *) te[i].data, te[i].length), ttf + 12, 16 * i + 4, 1); in StreamToMemory()
365 PutUInt32(offset, ttf + 12, 16 * i + 8, 1); in StreamToMemory()
366 PutUInt32(te[i].length, ttf + 12, 16 * i + 12, 1); in StreamToMemory()
381 PutUInt32(0xB1B0AFBA - checkSumAdjustment, head, 8, 1); in StreamToMemory()
810 PutUInt32(coffset, cmap + 4, 4 + i * 8, 1); in GetRawData_cmap()
908 PutUInt32(0x00030000, post, 0, 1); in GetRawData_post()
909 PutUInt32(p->italicAngle, post, 4, 1); in GetRawData_post()
999 PutUInt32(0x00010000, ptr, 0, 1); /* version */ in TrueTypeTableNew_head()
1000 PutUInt32(fontRevision, ptr, 4, 1); in TrueTypeTableNew_head()
1001 PutUInt32(0x5F0F3CF5, ptr, 12, 1); /* magic number */ in TrueTypeTableNew_head()
1027 PutUInt32(0x00010000, ptr, 0, 1); /* version */ in TrueTypeTableNew_hhea()
1496 PutUInt32(p1 - glyfPtr, p2, 0, 1); in ProcessTables()
1513 PutUInt32(p1 - glyfPtr, p2, 0, 1); in ProcessTables()