Searched refs:GetInt16 (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/vcl/source/fontsubset/ |
| H A D | sft.cxx | 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() [all …]
|
| H A D | ttcr.cxx | 92 _inline sal_Int16 GetInt16( const sal_uInt8* ptr, sal_uInt32 offset, int bigendian) in GetInt16() function 1419 z = GetInt16(gd->ptr, 2, 1); in ProcessTables() 1422 z = GetInt16(gd->ptr, 4, 1); in ProcessTables() 1425 z = GetInt16(gd->ptr, 6, 1); in ProcessTables() 1428 z = GetInt16(gd->ptr, 8, 1); in ProcessTables()
|