Lines Matching refs:PutUInt16

167 _inline void PutUInt16(sal_uInt16 val, sal_uInt8 *ptr, sal_uInt32 offset, int bigendian)  in PutUInt16()  function
356 PutUInt16(numTables, ttf, 4, 1); in StreamToMemory()
357 PutUInt16(searchRange, ttf, 6, 1); in StreamToMemory()
358 PutUInt16(entrySelector, ttf, 8, 1); in StreamToMemory()
359 PutUInt16(rangeShift, ttf, 10, 1); in StreamToMemory()
722 PutUInt16(0, ptr, 0, 1); in PackCmapType0()
723 PutUInt16(262, ptr, 2, 1); in PackCmapType0()
724 PutUInt16(0, ptr, 4, 1); in PackCmapType0()
746 PutUInt16(6, ptr, 0, 1); in PackCmapType6()
747 PutUInt16((sal_uInt16)(s->n*2+10), ptr, 2, 1); in PackCmapType6()
748 PutUInt16(0, ptr, 4, 1); in PackCmapType6()
749 PutUInt16(0, ptr, 6, 1); in PackCmapType6()
750 PutUInt16((sal_uInt16)(s->n), ptr, 8, 1 ); in PackCmapType6()
759 PutUInt16( g, p, 2*i, 1 ); in PackCmapType6()
803 PutUInt16(0, cmap, 0, 1); in GetRawData_cmap()
804 PutUInt16((sal_uInt16)t->n, cmap, 2, 1); in GetRawData_cmap()
808 PutUInt16((sal_uInt16)(t->s[i].id >> 16), cmap + 4, i * 8, 1); in GetRawData_cmap()
809 PutUInt16((sal_uInt16)(t->s[i].id & 0xFF), cmap + 4, 2 + i * 8, 1); in GetRawData_cmap()
864 PutUInt16(0, name, 0, 1); in GetRawData_name()
865 PutUInt16(n, name, 2, 1); in GetRawData_name()
866 PutUInt16((sal_uInt16)(6 + 12 * n), name, 4, 1); in GetRawData_name()
872 PutUInt16(nr[i].platformID, p1, 0, 1); in GetRawData_name()
873 PutUInt16(nr[i].encodingID, p1, 2, 1); in GetRawData_name()
874 PutUInt16(nr[i].languageID, p1, 4, 1); in GetRawData_name()
875 PutUInt16(nr[i].nameID, p1, 6, 1); in GetRawData_name()
876 PutUInt16(nr[i].slen, p1, 8, 1); in GetRawData_name()
877 PutUInt16((sal_uInt16)(p2 - (name + 6 + 12 * n)), p1, 10, 1); in GetRawData_name()
910 PutUInt16(p->underlinePosition, post, 8, 1); in GetRawData_post()
911 PutUInt16(p->underlineThickness, post, 10, 1); in GetRawData_post()
912 PutUInt16((sal_uInt16)p->isFixedPitch, post, 12, 1); in GetRawData_post()
1002 PutUInt16(flags, ptr, 16, 1); in TrueTypeTableNew_head()
1003 PutUInt16(unitsPerEm, ptr, 18, 1); in TrueTypeTableNew_head()
1006 PutUInt16(macStyle, ptr, 44, 1); in TrueTypeTableNew_head()
1007 PutUInt16(lowestRecPPEM, ptr, 46, 1); in TrueTypeTableNew_head()
1008 PutUInt16(fontDirectionHint, ptr, 48, 1); in TrueTypeTableNew_head()
1009 PutUInt16(0, ptr, 52, 1); /* glyph data format: 0 */ in TrueTypeTableNew_head()
1028 PutUInt16(ascender, ptr, 4, 1); in TrueTypeTableNew_hhea()
1029 PutUInt16(descender, ptr, 6, 1); in TrueTypeTableNew_hhea()
1030 PutUInt16(linegap, ptr, 8, 1); in TrueTypeTableNew_hhea()
1031 PutUInt16(caretSlopeRise, ptr, 18, 1); in TrueTypeTableNew_hhea()
1032 PutUInt16(caretSlopeRun, ptr, 20, 1); in TrueTypeTableNew_hhea()
1033 PutUInt16(0, ptr, 22, 1); /* reserved 1 */ in TrueTypeTableNew_hhea()
1034 PutUInt16(0, ptr, 24, 1); /* reserved 2 */ in TrueTypeTableNew_hhea()
1035 PutUInt16(0, ptr, 26, 1); /* reserved 3 */ in TrueTypeTableNew_hhea()
1036 PutUInt16(0, ptr, 28, 1); /* reserved 4 */ in TrueTypeTableNew_hhea()
1037 PutUInt16(0, ptr, 30, 1); /* reserved 5 */ in TrueTypeTableNew_hhea()
1038 PutUInt16(0, ptr, 32, 1); /* metricDataFormat */ in TrueTypeTableNew_hhea()
1472 PutUInt16((sal_uInt16) j, ptr, 2, 1); in ProcessTables()
1499 PutUInt16((sal_uInt16)((p1 - glyfPtr) >> 1), p2, 0, 1); in ProcessTables()
1515 PutUInt16((sal_uInt16)((p1 - glyfPtr) >> 1), p2, 0, 1); in ProcessTables()
1537 PutUInt16((sal_uInt16)nGlyphs, pMaxpData, 4, 1); in ProcessTables()
1538 PutUInt16(maxPoints, pMaxpData, 6, 1); in ProcessTables()
1539 PutUInt16(maxContours, pMaxpData, 8, 1); in ProcessTables()
1540 PutUInt16(maxCompositePoints, pMaxpData, 10, 1); in ProcessTables()
1541 PutUInt16(maxCompositeContours, pMaxpData, 12, 1); in ProcessTables()
1545 PutUInt16(2, maxp->data, 14, 1); /* maxZones is always 2 */ in ProcessTables()
1546 PutUInt16(0, maxp->data, 16, 1); /* maxTwilightPoints */ in ProcessTables()
1547 PutUInt16(0, maxp->data, 18, 1); /* maxStorage */ in ProcessTables()
1548 PutUInt16(0, maxp->data, 20, 1); /* maxFunctionDefs */ in ProcessTables()
1573 PutUInt16(met[i].adv, p1, 0, 1); in ProcessTables()
1574 PutUInt16(met[i].sb, p1, 2, 1); in ProcessTables()
1577 PutUInt16(met[i].sb, p1, 0, 1); in ProcessTables()
1583 PutUInt16((sal_uInt16)(nGlyphs - nlsb), hheaPtr, 34, 1); in ProcessTables()