Home
last modified time | relevance | path

Searched refs:SmallGlyphMetrics (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
H A Dsmall_glyph_metrics.cc21 * SmallGlyphMetrics class
23 SmallGlyphMetrics::SmallGlyphMetrics(ReadableFontData* data) in SmallGlyphMetrics() function in sfntly::SmallGlyphMetrics
27 SmallGlyphMetrics::~SmallGlyphMetrics() { in ~SmallGlyphMetrics()
30 int32_t SmallGlyphMetrics::Height() { in Height()
34 int32_t SmallGlyphMetrics::Width() { in Width()
38 int32_t SmallGlyphMetrics::BearingX() { in BearingX()
42 int32_t SmallGlyphMetrics::BearingY() { in BearingY()
46 int32_t SmallGlyphMetrics
[all...]
H A Dsmall_glyph_metrics.h25 class SmallGlyphMetrics : public GlyphMetrics, class
26 public RefCounted<SmallGlyphMetrics> {
66 explicit SmallGlyphMetrics(ReadableFontData* data);
67 virtual ~SmallGlyphMetrics();
75 typedef Ptr<SmallGlyphMetrics> SmallGlyphMetricsPtr;
/third_party/skia/src/sfnt/
H A DSkOTTable_EBDT.h39 struct SmallGlyphMetrics { struct
49 SmallGlyphMetrics smallGlyphMetrics;
55 SmallGlyphMetrics smallGlyphMetrics;
93 SmallGlyphMetrics smallMetrics; // Metrics information for the glyph
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
H A DSmallGlyphMetrics.java25 public class SmallGlyphMetrics extends GlyphMetrics { class
37 private SmallGlyphMetrics(ReadableFontData data) { in SmallGlyphMetrics() method in SmallGlyphMetrics
61 public static class Builder extends GlyphMetrics.Builder<SmallGlyphMetrics> {
122 protected SmallGlyphMetrics subBuildTable(ReadableFontData data) { in subBuildTable()
123 return new SmallGlyphMetrics(data); in subBuildTable()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-color-cbdt-table.hh75 struct SmallGlyphMetrics struct
100 struct BigGlyphMetrics : SmallGlyphMetrics
699 SmallGlyphMetrics glyphMetrics;

Completed in 4 milliseconds