Home
last modified time | relevance | path

Searched refs:CompositeGlyph (Results 1 – 4 of 4) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/truetype/
Dglyph_table.cc34 const int32_t GlyphTable::CompositeGlyph::kFLAG_ARG_1_AND_2_ARE_WORDS = 1 << 0;
35 const int32_t GlyphTable::CompositeGlyph::kFLAG_ARGS_ARE_XY_VALUES = 1 << 1;
36 const int32_t GlyphTable::CompositeGlyph::kFLAG_ROUND_XY_TO_GRID = 1 << 2;
37 const int32_t GlyphTable::CompositeGlyph::kFLAG_WE_HAVE_A_SCALE = 1 << 3;
38 const int32_t GlyphTable::CompositeGlyph::kFLAG_RESERVED = 1 << 4;
39 const int32_t GlyphTable::CompositeGlyph::kFLAG_MORE_COMPONENTS = 1 << 5;
40 const int32_t GlyphTable::CompositeGlyph::kFLAG_WE_HAVE_AN_X_AND_Y_SCALE = 1 << 6;
41 const int32_t GlyphTable::CompositeGlyph::kFLAG_WE_HAVE_A_TWO_BY_TWO = 1 << 7;
42 const int32_t GlyphTable::CompositeGlyph::kFLAG_WE_HAVE_INSTRUCTIONS = 1 << 8;
43 const int32_t GlyphTable::CompositeGlyph::kFLAG_USE_MY_METRICS = 1 << 9;
[all …]
Dglyph_table.h233 class CompositeGlyph : public Glyph, public RefCounted<CompositeGlyph> {
269 explicit CompositeGlyph(ReadableFontData* data);
270 virtual ~CompositeGlyph();
/external/sfntly/cpp/src/sample/subtly/
Dfont_info.cc241 Ptr<GlyphTable::CompositeGlyph> composite_glyph = in ResolveCompositeGlyphs()
242 down_cast<GlyphTable::CompositeGlyph*>(glyph.p_); in ResolveCompositeGlyphs()
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc205 Ptr<GlyphTable::CompositeGlyph> comp_glyph = in ResolveCompositeGlyphs()
206 down_cast<GlyphTable::CompositeGlyph*>(glyph.p_); in ResolveCompositeGlyphs()