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()
218 if (type == GlyphType::kSimple) { in GetGlyph()
231 int32_t GlyphTable::Glyph::GlyphType() { in GlyphType() function in sfntly::GlyphTable::Glyph
266 int32_t GlyphTable::Glyph::GlyphType(ReadableFontData* data, in GlyphType() function in sfntly::GlyphTable::Glyph
270 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 …]
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.cc202 if (glyph->GlyphType() == GlyphType::kComposite) { in ResolveCompositeGlyphs()