Searched refs:GetUInt16 (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/vcl/source/fontsubset/ |
| H A D | sft.cxx | 272 _inline sal_uInt16 GetUInt16(const sal_uInt8 *ptr, size_t offset, int bigendian) in GetUInt16() function 506 metrics->aw = GetUInt16(table, 4 * glyphID, 1); in GetMetrics() 509 metrics->aw = GetUInt16(table, 4 * (ttf->numberOfHMetrics - 1), 1); in GetMetrics() 518 metrics->ah = GetUInt16(table, 4 * glyphID, 1); in GetMetrics() 521 metrics->ah = GetUInt16(table, 4 * (ttf->numOfLongVerMetrics - 1), 1); in GetMetrics() 558 if ((t = GetUInt16(ptr, 10+i*2, 1)) > lastPoint) lastPoint = t; in GetSimpleTTOutline() 561 sal_uInt16 instLen = GetUInt16(ptr, 10 + numberOfContours*2, 1); in GetSimpleTTOutline() 613 pa[GetUInt16(ptr, 10 + i * 2, 1)].flags |= 0x00008000; /*- set the end contour flag */ in GetSimpleTTOutline() 651 flags = GetUInt16(ptr, 0, 1); in GetCompoundTTOutline() 653 index = GetUInt16(ptr, 2, 1); in GetCompoundTTOutline() [all …]
|
| H A D | ttcr.cxx | 106 _inline sal_uInt16 GetUInt16( const sal_uInt8* ptr, sal_uInt32 offset, int bigendian) in GetUInt16() function 1462 flags = GetUInt16(ptr, 0, 1); in ProcessTables() 1463 index = GetUInt16(ptr, 2, 1); in ProcessTables()
|