Searched refs:GlyphType (Results 1 – 4 of 4) sorted by relevance
213 int32_t type = GlyphType(data, offset, length); in GetGlyph()219 if (type == GlyphType::kSimple) in GetGlyph()232 int32_t GlyphTable::Glyph::GlyphType() { in GlyphType() function in sfntly::GlyphTable::Glyph267 int32_t GlyphTable::Glyph::GlyphType(ReadableFontData* data, in GlyphType() function in sfntly::GlyphTable::Glyph271 return GlyphType::kSimple; in GlyphType()275 return GlyphType::kSimple; in GlyphType()277 return GlyphType::kComposite; in GlyphType()308 int32_t type = Glyph::GlyphType(data, offset, length); in GetBuilder()312 if (type == GlyphType::kSimple) { in GetBuilder()340 : 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()
204 if (glyph->GlyphType() == GlyphType::kComposite) { in ResolveCompositeGlyphs()