Home
last modified time | relevance | path

Searched refs:SimpleGlyph (Results 1 – 2 of 2) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/truetype/
Dglyph_table.cc27 const int32_t GlyphTable::SimpleGlyph::kFLAG_ONCURVE = 1;
28 const int32_t GlyphTable::SimpleGlyph::kFLAG_XSHORT = 1 << 1;
29 const int32_t GlyphTable::SimpleGlyph::kFLAG_YSHORT = 1 << 2;
30 const int32_t GlyphTable::SimpleGlyph::kFLAG_REPEAT = 1 << 3;
31 const int32_t GlyphTable::SimpleGlyph::kFLAG_XREPEATSIGN = 1 << 4;
32 const int32_t GlyphTable::SimpleGlyph::kFLAG_YREPEATSIGN = 1 << 5;
220 glyph = new SimpleGlyph(sliced_data); in GetGlyph()
313 builder = new SimpleGlyph::SimpleGlyphBuilder(sliced_data); in GetBuilder()
339 GlyphTable::SimpleGlyph::SimpleGlyph(ReadableFontData* data) in SimpleGlyph() function in sfntly::GlyphTable::SimpleGlyph
343 GlyphTable::SimpleGlyph::~SimpleGlyph() { in ~SimpleGlyph()
[all …]
Dglyph_table.h161 class SimpleGlyph : public Glyph, public RefCounted<SimpleGlyph> {
195 explicit SimpleGlyph(ReadableFontData* data);
196 virtual ~SimpleGlyph();