Home
last modified time | relevance | path

Searched defs:Glyph (Results 1 – 16 of 16) sorted by relevance

/external/skia/tools/fonts/
DTestSVGTypeface.h129 struct Glyph { struct
154 std::unique_ptr<Glyph[]> fGlyphs; argument
DTestSVGTypeface.cpp116 TestSVGTypeface::Glyph::Glyph() : fOrigin{0, 0}, fAdvance(0) {} in Glyph() function in TestSVGTypeface::Glyph
/external/harfbuzz_ng/src/
Dhb-ot-glyf-table.hh392 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/
DSkTestSVGTypeface.h129 struct Glyph { struct
140 std::unique_ptr<Glyph[]> fGlyphs; argument
DSkTestSVGTypeface.cpp88 SkTestSVGTypeface::Glyph::Glyph() : fOrigin{0,0}, fAdvance(0) {} in Glyph() function in SkTestSVGTypeface::Glyph
/external/skqp/samplecode/
DSamplePathText.cpp95 struct Glyph { struct in PathText
115 void PathText::Glyph::init(SkRandom& rand, const SkPath& path) { in init()
/external/skia/samplecode/
DSamplePathText.cpp80 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/
DremoveOverlaps.py41 def componentsOverlap(glyph: _g_l_y_f.Glyph, glyphSet: _TTGlyphMapping) -> bool:
/external/fonttools/Lib/fontTools/ttLib/tables/
DsbixGlyph.py22 class Glyph(object): class
D_g_l_y_f.py517 class Glyph(object): class
/external/fonttools/Tests/ufoLib/
DtestSupport.py20 class Glyph: class
/external/sfntly/cpp/src/sfntly/table/bitmap/
Debdt_table.cc36 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/
Dglyph_table.cc256 GlyphTable::Glyph::Glyph(ReadableFontData* data, int32_t glyph_type) in Glyph() function in sfntly::GlyphTable::Glyph
/external/fonttools/Tests/ttLib/
Dwoff2_test.py841 class Glyph(object): class
/external/fonttools/Lib/fontTools/ufoLib/
DglifLib.py85 class Glyph: class
/external/mesa3d/src/imgui/
Dimgui.h2130 typedef ImFontGlyph Glyph; // OBSOLETE 1.52+ typedef