Home
last modified time | relevance | path

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

/third_party/skia/tools/fonts/
DTestSVGTypeface.h133 struct Glyph { struct
158 std::unique_ptr<Glyph[]> fGlyphs; argument
DTestSVGTypeface.cpp117 TestSVGTypeface::Glyph::Glyph() : fOrigin{0, 0}, fAdvance(0) {} in Glyph() function in TestSVGTypeface::Glyph
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-glyf-table.hh456 struct Glyph struct
458 enum simple_glyph_flag_t
471 struct GlyphHeader
501 struct SimpleGlyph
672 struct CompositeGlyph
718 enum glyph_type_t { EMPTY, SIMPLE, COMPOSITE };
721 composite_iter_t get_composite_iterator () const in get_composite_iterator()
727 const Glyph trim_padding () const in trim_padding()
736 void drop_hints () in drop_hints()
745 void set_overlaps_flag () in set_overlaps_flag()
[all …]
/third_party/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;
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/truetype/
DGlyph.java8 public abstract class Glyph extends SubTable { class
23 protected Glyph(ReadableFontData data, Glyph.GlyphType glyphType) { in Glyph() method in Glyph
35 protected Glyph(ReadableFontData data, int offset, int length, Glyph.GlyphType glyphType) { in Glyph() method in Glyph
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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
/third_party/mesa3d/src/imgui/
Dimgui.h2130 typedef ImFontGlyph Glyph; // OBSOLETE 1.52+ typedef