Home
last modified time | relevance | path

Searched refs:GlyphType (Results 1 – 4 of 4) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/truetype/
Dglyph_table.cc213 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::Glyph
267 int32_t GlyphTable::Glyph::GlyphType(ReadableFontData* data, in GlyphType() function in sfntly::GlyphTable::Glyph
271 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 …]
Dglyph_table.h28 struct GlyphType { struct
83 virtual int32_t GlyphType();
101 static int32_t GlyphType(ReadableFontData* data,
/external/sfntly/cpp/src/sample/subtly/
Dfont_info.cc240 if (glyph->GlyphType() == GlyphType::kComposite) { in ResolveCompositeGlyphs()
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc204 if (glyph->GlyphType() == GlyphType::kComposite) { in ResolveCompositeGlyphs()