Home
last modified time | relevance | path

Searched refs:READUSHORT (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/shape/
H A Dtruetype.cpp789 OffsetTable.numTables = READUSHORT(ffile->fp); in ProcessFontFile()
896 fontHeader.flags = READUSHORT(ffile->fp); in ProcessHeadTable()
906 fontHeader.macStyle = READUSHORT(ffile->fp); in ProcessHeadTable()
1018 kern_table->nTables = READUSHORT(ffile->fp); in ProcessKernTable()
1296 table_count = READUSHORT(ffile->fp); in ProcessCharMap()
1617 firstCode = READUSHORT(ffile->fp); in ProcessFormat6Glyph()
1618 entryCount = READUSHORT(ffile->fp); in ProcessFormat6Glyph()
1623 glyph_index = READUSHORT(ffile->fp); in ProcessFormat6Glyph()
1835 temp16 = READUSHORT(ffile->fp); in ExtractGlyphOutline()
1991 flags = READUSHORT(ffile->fp); in ExtractGlyphOutline()
[all …]
/dports/graphics/povray37/povray-3.7.0.10/source/backend/shape/
H A Dtruetype.cpp1061 fontHeader.flags = READUSHORT(ffile->fp); in ProcessHeadTable()
1159 ffile->numGlyphs = READUSHORT(ffile->fp); in ProcessMaxpTable()
1467 table_count = READUSHORT(ffile->fp); in ProcessCharMap()
1726 glyph_index = READUSHORT(ffile->fp); in ProcessFormat4Glyph()
1786 firstCode = READUSHORT(ffile->fp); in ProcessFormat6Glyph()
1787 entryCount = READUSHORT(ffile->fp); in ProcessFormat6Glyph()
1792 glyph_index = READUSHORT(ffile->fp); in ProcessFormat6Glyph()
2012 temp16 = READUSHORT(ffile->fp); in ExtractGlyphOutline()
2161 flags = READUSHORT(ffile->fp); in ExtractGlyphOutline()
2162 sub_glyph_index = READUSHORT(ffile->fp); in ExtractGlyphOutline()
[all …]
/dports/graphics/povray36/povray-3.6.1/source/
H A Dtruetype.cpp1068 fontHeader.flags = READUSHORT(ffile->fp); in ProcessHeadTable()
1078 fontHeader.macStyle = READUSHORT(ffile->fp); in ProcessHeadTable()
1167 ffile->numGlyphs = READUSHORT(ffile->fp); in ProcessMaxpTable()
1191 kern_table->nTables = READUSHORT(ffile->fp); in ProcessKernTable()
1475 table_count = READUSHORT(ffile->fp); in ProcessCharMap()
1795 firstCode = READUSHORT(ffile->fp); in ProcessFormat6Glyph()
1796 entryCount = READUSHORT(ffile->fp); in ProcessFormat6Glyph()
1801 glyph_index = READUSHORT(ffile->fp); in ProcessFormat6Glyph()
2021 temp16 = READUSHORT(ffile->fp); in ExtractGlyphOutline()
2174 flags = READUSHORT(ffile->fp); in ExtractGlyphOutline()
[all …]
/dports/graphics/megapov/megapov-1.2.1/source/
H A Dtruetype.cpp1161 fontHeader.flags = READUSHORT(ffile->fp); in ProcessHeadTable()
1171 fontHeader.macStyle = READUSHORT(ffile->fp); in ProcessHeadTable()
1260 ffile->numGlyphs = READUSHORT(ffile->fp); in ProcessMaxpTable()
1284 kern_table->nTables = READUSHORT(ffile->fp); in ProcessKernTable()
1568 table_count = READUSHORT(ffile->fp); in ProcessCharMap()
1888 firstCode = READUSHORT(ffile->fp); in ProcessFormat6Glyph()
1889 entryCount = READUSHORT(ffile->fp); in ProcessFormat6Glyph()
1902 glyph_index = READUSHORT(ffile->fp); in ProcessFormat6Glyph()
2122 temp16 = READUSHORT(ffile->fp); in ExtractGlyphOutline()
2275 flags = READUSHORT(ffile->fp); in ExtractGlyphOutline()
[all …]
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dbyteptr.h173 #define READUSHORT(p) READUINT16(p)