/external/skia/tools/fonts/ |
D | TestSVGTypeface.h | 129 struct Glyph { struct 154 std::unique_ptr<Glyph[]> fGlyphs; argument
|
D | TestSVGTypeface.cpp | 116 TestSVGTypeface::Glyph::Glyph() : fOrigin{0, 0}, fAdvance(0) {} in Glyph() function in TestSVGTypeface::Glyph
|
/external/harfbuzz_ng/src/ |
D | hb-ot-glyf-table.hh | 392 struct Glyph struct 395 struct GlyphHeader 424 struct SimpleGlyph 612 struct CompositeGlyph 664 enum glyph_type_t { EMPTY, SIMPLE, COMPOSITE }; 666 enum phantom_point_index_t 676 composite_iter_t get_composite_iterator () const in get_composite_iterator() 682 const Glyph trim_padding () const in trim_padding() 691 void drop_hints () in drop_hints() 700 void drop_hints_bytes (hb_bytes_t &dest_start, hb_bytes_t &dest_end) const in drop_hints_bytes() [all …]
|
/external/skqp/tools/fonts/ |
D | SkTestSVGTypeface.h | 129 struct Glyph { struct 140 std::unique_ptr<Glyph[]> fGlyphs; argument
|
D | SkTestSVGTypeface.cpp | 88 SkTestSVGTypeface::Glyph::Glyph() : fOrigin{0,0}, fAdvance(0) {} in Glyph() function in SkTestSVGTypeface::Glyph
|
/external/skqp/samplecode/ |
D | SamplePathText.cpp | 95 struct Glyph { struct in PathText 115 void PathText::Glyph::init(SkRandom& rand, const SkPath& path) { in init()
|
/external/skia/samplecode/ |
D | SamplePathText.cpp | 80 struct Glyph { struct in PathText 84 SkPath fPath; 85 SkPaint fPaint; 86 SkPoint fPosition; 87 SkScalar fZoom; 88 SkScalar fSpin; 89 SkPoint fMidpt;
|
/external/fonttools/Lib/fontTools/ttLib/ |
D | removeOverlaps.py | 41 def componentsOverlap(glyph: _g_l_y_f.Glyph, glyphSet: _TTGlyphMapping) -> bool:
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | sbixGlyph.py | 22 class Glyph(object): class
|
D | _g_l_y_f.py | 517 class Glyph(object): class
|
/external/fonttools/Tests/ufoLib/ |
D | testSupport.py | 20 class Glyph: class
|
/external/sfntly/cpp/src/sfntly/table/bitmap/ |
D | ebdt_table.cc | 36 BitmapGlyph* EbdtTable::Glyph(int32_t offset, int32_t length, int32_t format) { in Glyph() function in sfntly::EbdtTable
|
/external/sfntly/cpp/src/sfntly/table/truetype/ |
D | glyph_table.cc | 256 GlyphTable::Glyph::Glyph(ReadableFontData* data, int32_t glyph_type) in Glyph() function in sfntly::GlyphTable::Glyph
|
/external/fonttools/Tests/ttLib/ |
D | woff2_test.py | 841 class Glyph(object): class
|
/external/fonttools/Lib/fontTools/ufoLib/ |
D | glifLib.py | 85 class Glyph: class
|
/external/mesa3d/src/imgui/ |
D | imgui.h | 2130 typedef ImFontGlyph Glyph; // OBSOLETE 1.52+ typedef
|