Home
last modified time | relevance | path

Searched refs:BigGlyphMetrics (Results 1 – 17 of 17) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/bitmap/
Dbig_glyph_metrics.cc23 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::HoriAdvance() { in HoriAdvance()
50 int32_t BigGlyphMetrics::VertBearingX() { in VertBearingX()
54 int32_t BigGlyphMetrics::VertBearingY() { in VertBearingY()
58 int32_t BigGlyphMetrics::VertAdvance() { in VertAdvance()
[all …]
Dbig_glyph_metrics.h24 class BigGlyphMetrics : public GlyphMetrics,
25 public RefCounted<BigGlyphMetrics> {
79 explicit BigGlyphMetrics(ReadableFontData* data);
80 virtual ~BigGlyphMetrics();
91 typedef Ptr<BigGlyphMetrics> BigGlyphMetricsPtr;
92 typedef Ptr<BigGlyphMetrics::Builder> BigGlyphMetricsBuilderPtr;
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()
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()
Dindex_sub_table_format2.h58 BigGlyphMetrics::Builder* BigMetrics();
89 CALLER_ATTACH BigGlyphMetrics* BigMetrics();
Dindex_sub_table_format5.h57 BigGlyphMetrics::Builder* BigMetrics();
100 CALLER_ATTACH BigGlyphMetrics* BigMetrics();
Deblc_table.h95 BigGlyphMetrics::Offset::kMetricsLength,
/external/skqp/src/sfnt/
DSkOTTable_EBDT.h28 struct BigGlyphMetrics { struct
76 BigGlyphMetrics bigGlyphMetrics;
82 BigGlyphMetrics bigGlyphMetrics;
100 BigGlyphMetrics bigMetrics; // Metrics information for the glyph
DSkOTTable_EBLC.h108 …SkOTTableEmbeddedBitmapData::BigGlyphMetrics bigMetrics; // all glyphs have the same metrics; glyp…
132 SkOTTableEmbeddedBitmapData::BigGlyphMetrics bigMetrics; //all glyphs have the same metrics
/external/skia/src/sfnt/
DSkOTTable_EBDT.h28 struct BigGlyphMetrics { struct
76 BigGlyphMetrics bigGlyphMetrics;
82 BigGlyphMetrics bigGlyphMetrics;
100 BigGlyphMetrics bigMetrics; // Metrics information for the glyph
DSkOTTable_EBLC.h108 …SkOTTableEmbeddedBitmapData::BigGlyphMetrics bigMetrics; // all glyphs have the same metrics; glyp…
132 SkOTTableEmbeddedBitmapData::BigGlyphMetrics bigMetrics; //all glyphs have the same metrics
/external/fonttools/Lib/fontTools/ttLib/tables/
DC_B_D_T_.py9 from .BitmapGlyphMetrics import BigGlyphMetrics, bigGlyphMetricsFormat, SmallGlyphMetrics, smallGly…
59 self.metrics = BigGlyphMetrics()
DBitmapGlyphMetrics.py55 class BigGlyphMetrics(BitmapGlyphMetrics): class
DE_B_D_T_.py4 from .BitmapGlyphMetrics import BigGlyphMetrics, bigGlyphMetricsFormat, SmallGlyphMetrics, smallGly…
464 metricStrings = [BigGlyphMetrics.__name__, SmallGlyphMetrics.__name__]
489 BitmapPlusBigMetricsMixin = _createBitmapPlusMetricsMixin(BigGlyphMetrics)
642 self.metrics = BigGlyphMetrics()
654 self.metrics = BigGlyphMetrics()
731 self.metrics = BigGlyphMetrics()
DE_B_L_C_.py5 from .BitmapGlyphMetrics import BigGlyphMetrics, bigGlyphMetricsFormat, SmallGlyphMetrics, smallGly…
508 elif name == BigGlyphMetrics.__name__:
509 self.metrics = BigGlyphMetrics()
528 self.metrics = BigGlyphMetrics()
597 self.metrics, data = sstruct.unpack2(bigGlyphMetricsFormat, data, BigGlyphMetrics())
/external/harfbuzz_ng/src/
Dhb-ot-color-cbdt-table.hh71 struct BigGlyphMetrics : SmallGlyphMetrics struct
318 BigGlyphMetrics glyphMetrics;
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc423 void CopyBigGlyphMetrics(BigGlyphMetrics::Builder* source, in CopyBigGlyphMetrics()
424 BigGlyphMetrics::Builder* target) { in CopyBigGlyphMetrics()