HomeSort by relevance Sort by last modified time
    Searched defs:GlyphType (Results 1 - 2 of 2) sorted by null

  /external/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.h 28 struct GlyphType {
83 virtual int32_t GlyphType();
101 static int32_t GlyphType(ReadableFontData* data,
glyph_table.cc 213 int32_t type = GlyphType(data, offset, length);
218 if (type == GlyphType::kSimple) {
231 int32_t GlyphTable::Glyph::GlyphType() {
266 int32_t GlyphTable::Glyph::GlyphType(ReadableFontData* data,
270 return GlyphType::kSimple;
274 return GlyphType::kSimple;
276 return GlyphType::kComposite;
307 int32_t type = Glyph::GlyphType(data, offset, length);
311 if (type == GlyphType::kSimple) {
339 : GlyphTable::Glyph(data, GlyphType::kSimple), initialized_(false)
    [all...]

Completed in 259 milliseconds