Searched refs:tableEntry (Results 1 – 7 of 7) sorted by relevance
59 , tableEntry(0) in SVGGlyph()80 && tableEntry == other.tableEntry95 Glyph tableEntry; member
61 m_namedGlyphs.add(glyphName, glyph.tableEntry); in addGlyph()87 m_namedGlyphs.add(glyphName, lastGlyph.tableEntry); in addGlyph()92 size_t tableEntry = m_glyphTable.size(); in appendToGlyphTable() local93 ASSERT(tableEntry < std::numeric_limits<unsigned short>::max()); in appendToGlyphTable()96 glyph.tableEntry = tableEntry + 1; in appendToGlyphTable()
202 glyphData.glyph = svgGlyph.tableEntry; in applySVGGlyphSelection()217 glyphData.glyph = svgGlyph.tableEntry; in applySVGGlyphSelection()261 pageToFill->setGlyphDataForIndex(offset + i, glyphs.first().tableEntry, fontData); in fillBMPGlyphs()286 pageToFill->setGlyphDataForIndex(offset + i, glyphs.first().tableEntry, fontData); in fillNonBMPGlyphs()
153 m_missingGlyph = svgGlyph.tableEntry; in ensureGlyphCache()
46 SkSFNTHeader::TableDirectoryEntry tableEntry; in RenameFont() local49 if (fontData->read(&tableEntry, sizeof(tableEntry)) < sizeof(tableEntry)) { in RenameFont()52 if (SkOTTableName::TAG == tableEntry.tag) { in RenameFont()79 …size_t oldNameTablePhysicalSize = (SkEndian_SwapBE32(tableEntry.logicalLength) + 3) & ~3; // Round… in RenameFont()80 size_t oldNameTableOffset = SkEndian_SwapBE32(tableEntry.offset); in RenameFont()
132 ASSERT(svgGlyph.tableEntry == glyph); in drawSVGGlyphs()