Searched defs:Glyph (Results 1 - 9 of 9) sorted by relevance
/third_party/skia/tools/fonts/ |
H A D | TestSVGTypeface.h | 133 struct Glyph { struct in TestSVGTypeface
|
H A D | TestSVGTypeface.cpp | 117 TestSVGTypeface::Glyph::Glyph() : fOrigin{0, 0}, fAdvance(0) {} in Glyph() function in TestSVGTypeface::Glyph [all...] |
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/truetype/ |
H A D | Glyph.java | 8 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 [all...] |
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/truetype/ |
H A D | glyph_table.cc | 256 GlyphTable::Glyph::Glyph(ReadableFontData* data, int32_t glyph_type) Glyph() function in sfntly::GlyphTable::Glyph [all...] |
H A D | glyph_table.h | 39 class Glyph : public SubTable { class in sfntly::GlyphTable [all...] |
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/ |
H A D | ebdt_table.cc | 36 BitmapGlyph* EbdtTable::Glyph(int32_t offset, int32_t length, int32_t format) { in Glyph() function in sfntly::EbdtTable
|
/third_party/skia/samplecode/ |
H A D | SamplePathText.cpp | 80 struct Glyph { struct in PathText [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-glyf-table.hh | 456 struct Glyph struct 884 Glyph (hb_bytes_t bytes_ = hb_bytes_t (), Glyph() function [all...] |
/third_party/mesa3d/src/imgui/ |
H A D | imgui.h | 2130 typedef ImFontGlyph Glyph; // OBSOLETE 1.52+ typedef
|
Completed in 14 milliseconds