Home
last modified time | relevance | path

Searched refs:CompositeGlyph (Results 1 – 6 of 6) 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.h228 class CompositeGlyph : public Glyph, public RefCounted<CompositeGlyph> {
264 explicit CompositeGlyph(ReadableFontData* data);
265 virtual ~CompositeGlyph();
/external/harfbuzz_ng/src/
Dhb-ot-glyf-table.hh612 struct CompositeGlyph struct
616 CompositeGlyph (const GlyphHeader &header_, hb_bytes_t bytes_) : in CompositeGlyph() function
679 return CompositeGlyph (*header, bytes).get_iterator (); in get_composite_iterator()
685 case COMPOSITE: return CompositeGlyph (*header, bytes).trim_padding (); in trim_padding()
694 case COMPOSITE: CompositeGlyph (*header, bytes).drop_hints (); return; in drop_hints()
703 case COMPOSITE: CompositeGlyph (*header, bytes).drop_hints_bytes (dest_start); return; in drop_hints_bytes()
718 …case COMPOSITE: return CompositeGlyph (*header, bytes).get_contour_points (points_, end_points_, p… in get_contour_points()
/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.cc244 Ptr<GlyphTable::CompositeGlyph> comp_glyph = in ResolveCompositeGlyphs()
245 down_cast<GlyphTable::CompositeGlyph*>(glyph.p_); in ResolveCompositeGlyphs()
/external/fonttools/Tests/ttLib/
Dwoff2_test.py856 class CompositeGlyph(object): class
898 "Aacute": CompositeGlyph([("A", (0, 0)), ("acutecomb", (200, 0))]),