Searched refs:GlyphType (Results 1 – 4 of 4) sorted by relevance
213 int32_t type = GlyphType(data, offset, length); in GetGlyph()218 if (type == GlyphType::kSimple) { in GetGlyph()231 int32_t GlyphTable::Glyph::GlyphType() { in GlyphType() function in sfntly::GlyphTable::Glyph266 int32_t GlyphTable::Glyph::GlyphType(ReadableFontData* data, in GlyphType() function in sfntly::GlyphTable::Glyph270 return GlyphType::kSimple; in GlyphType()274 return GlyphType::kSimple; in GlyphType()276 return GlyphType::kComposite; in GlyphType()307 int32_t type = Glyph::GlyphType(data, offset, length); in GetBuilder()311 if (type == GlyphType::kSimple) { in GetBuilder()339 : GlyphTable::Glyph(data, GlyphType::kSimple), initialized_(false) { in SimpleGlyph()[all …]
28 struct GlyphType { struct83 virtual int32_t GlyphType();101 static int32_t GlyphType(ReadableFontData* data,
240 if (glyph->GlyphType() == GlyphType::kComposite) { in ResolveCompositeGlyphs()
202 if (glyph->GlyphType() == GlyphType::kComposite) { in ResolveCompositeGlyphs()