Searched refs:SimpleGlyph (Results 1 – 3 of 3) sorted by relevance
27 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::SimpleGlyph343 GlyphTable::SimpleGlyph::~SimpleGlyph() { in ~SimpleGlyph()[all …]
161 class SimpleGlyph : public Glyph, public RefCounted<SimpleGlyph> {195 explicit SimpleGlyph(ReadableFontData* data);196 virtual ~SimpleGlyph();
424 struct SimpleGlyph struct428 SimpleGlyph (const GlyphHeader &header_, hb_bytes_t bytes_) : in SimpleGlyph() argument686 case SIMPLE: return SimpleGlyph (*header, bytes).trim_padding (); in trim_padding()695 case SIMPLE: SimpleGlyph (*header, bytes).drop_hints (); return; in drop_hints()704 case SIMPLE: SimpleGlyph (*header, bytes).drop_hints_bytes (dest_start, dest_end); return; in drop_hints_bytes()719 …case SIMPLE: return SimpleGlyph (*header, bytes).get_contour_points (points_, end_points_, phan… in get_contour_points()