Home
last modified time | relevance | path

Searched refs:BigGlyphMetrics (Results 1 - 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
H A Dbig_glyph_metrics.cc21 * BigGlyphMetrics class
23 BigGlyphMetrics::BigGlyphMetrics(ReadableFontData* data) in BigGlyphMetrics() function in sfntly::BigGlyphMetrics
27 BigGlyphMetrics::~BigGlyphMetrics() { in ~BigGlyphMetrics()
30 int32_t BigGlyphMetrics::Height() { in Height()
34 int32_t BigGlyphMetrics::Width() { in Width()
38 int32_t BigGlyphMetrics::HoriBearingX() { in HoriBearingX()
42 int32_t BigGlyphMetrics::HoriBearingY() { in HoriBearingY()
46 int32_t BigGlyphMetrics
[all...]
H A Dbig_glyph_metrics.h24 class BigGlyphMetrics : public GlyphMetrics, class
25 public RefCounted<BigGlyphMetrics> {
79 explicit BigGlyphMetrics(ReadableFontData* data);
80 virtual ~BigGlyphMetrics();
91 typedef Ptr<BigGlyphMetrics> BigGlyphMetricsPtr;
92 typedef Ptr<BigGlyphMetrics::Builder> BigGlyphMetricsBuilderPtr;
H A Dindex_sub_table_format2.cc32 CALLER_ATTACH BigGlyphMetrics* IndexSubTableFormat2::BigMetrics() { in BigMetrics()
36 BigGlyphMetrics::Offset::kMetricsLength))); in BigMetrics()
37 BigGlyphMetricsPtr output = new BigGlyphMetrics(slice); in BigMetrics()
111 BigGlyphMetrics::Builder* IndexSubTableFormat2::Builder::BigMetrics() { in BigMetrics()
116 BigGlyphMetrics::Offset::kMetricsLength))); in BigMetrics()
117 metrics_ = new BigGlyphMetrics::Builder(data); in BigMetrics()
214 metrics_.Attach(BigGlyphMetrics::Builder::CreateBuilder()); in Builder()
H A Dindex_sub_table_format5.cc62 CALLER_ATTACH BigGlyphMetrics* IndexSubTableFormat5::BigMetrics() { in BigMetrics()
66 BigGlyphMetrics::Offset::kMetricsLength))); in BigMetrics()
67 BigGlyphMetricsPtr output = new BigGlyphMetrics(data); in BigMetrics()
236 BigGlyphMetrics::Builder* IndexSubTableFormat5::Builder::BigMetrics() { in BigMetrics()
241 BigGlyphMetrics::Offset::kMetricsLength))); in BigMetrics()
242 metrics_ = new BigGlyphMetrics::Builder(data); in BigMetrics()
H A Dindex_sub_table_format2.h58 BigGlyphMetrics::Builder* BigMetrics();
89 CALLER_ATTACH BigGlyphMetrics* BigMetrics();
H A Dindex_sub_table_format5.h57 BigGlyphMetrics::Builder* BigMetrics();
100 CALLER_ATTACH BigGlyphMetrics* BigMetrics();
H A Deblc_table.h95 BigGlyphMetrics::Offset::kMetricsLength,
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
H A DIndexSubTableFormat2.java44 public BigGlyphMetrics bigMetrics() { in bigMetrics()
45 return new BigGlyphMetrics(this.data.slice(Offset.indexSubTable2_bigGlyphMetrics.offset, in bigMetrics()
46 BigGlyphMetrics.Offset.metricsLength.offset)); in bigMetrics()
68 private BigGlyphMetrics.Builder metrics;
93 this.metrics = BigGlyphMetrics.Builder.createBuilder(); in Builder()
129 public BigGlyphMetrics.Builder bigMetrics() { in bigMetrics()
133 BigGlyphMetrics.Offset.metricsLength.offset); in bigMetrics()
134 this.metrics = new BigGlyphMetrics.Builder(data); in bigMetrics()
H A DBigGlyphMetrics.java25 public class BigGlyphMetrics extends GlyphMetrics { class
49 BigGlyphMetrics(ReadableFontData data) { in BigGlyphMetrics() method in BigGlyphMetrics
85 public static class Builder extends GlyphMetrics.Builder<BigGlyphMetrics> {
175 protected BigGlyphMetrics subBuildTable(ReadableFontData data) { in subBuildTable()
176 return new BigGlyphMetrics(data); in subBuildTable()
H A DIndexSubTableFormat5.java53 public BigGlyphMetrics bigMetrics() { in bigMetrics()
54 return new BigGlyphMetrics(this.data.slice( in bigMetrics()
55 Offset.indexSubTable5_bigGlyphMetrics.offset, BigGlyphMetrics.Offset.metricsLength.offset)); in bigMetrics()
83 private BigGlyphMetrics.Builder metrics;
109 this.metrics = BigGlyphMetrics.Builder.createBuilder(); in Builder()
128 public BigGlyphMetrics.Builder bigMetrics() { in bigMetrics()
132 BigGlyphMetrics.Offset.metricsLength.offset); in bigMetrics()
133 this.metrics = new BigGlyphMetrics.Builder(data); in bigMetrics()
H A DEblcTable.java101 + BigGlyphMetrics.Offset.metricsLength.offset),
/third_party/skia/src/sfnt/
H A DSkOTTable_EBDT.h28 struct BigGlyphMetrics { struct
76 BigGlyphMetrics bigGlyphMetrics;
82 BigGlyphMetrics bigGlyphMetrics;
100 BigGlyphMetrics bigMetrics; // Metrics information for the glyph
H A DSkOTTable_EBLC.h108 SkOTTableEmbeddedBitmapData::BigGlyphMetrics bigMetrics; // all glyphs have the same metrics; glyph data may be compressed, byte-aligned, or bit-aligned
132 SkOTTableEmbeddedBitmapData::BigGlyphMetrics bigMetrics; //all glyphs have the same metrics
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-color-cbdt-table.hh100 struct BigGlyphMetrics : SmallGlyphMetrics struct
707 BigGlyphMetrics glyphMetrics;
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/
H A Dsubsetter_impl.cc386 void CopyBigGlyphMetrics(BigGlyphMetrics::Builder* source, in CopyBigGlyphMetrics()
387 BigGlyphMetrics::Builder* target) { in CopyBigGlyphMetrics()

Completed in 9 milliseconds