Home
last modified time | relevance | path

Searched refs:SimpleGlyph (Results 1 – 3 of 3) 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();
/external/harfbuzz_ng/src/
Dhb-ot-glyf-table.hh424 struct SimpleGlyph struct
428 SimpleGlyph (const GlyphHeader &header_, hb_bytes_t bytes_) : in SimpleGlyph() argument
686 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()