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

12

/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
H A Dbig_glyph_metrics.cc21 * BigGlyphMetrics class
23 BigGlyphMetrics::BigGlyphMetrics(ReadableFontData* data) function in class:sfntly::BigGlyphMetrics
27 BigGlyphMetrics::~BigGlyphMetrics() {
30 int32_t BigGlyphMetrics::Height() {
34 int32_t BigGlyphMetrics::Width() {
38 int32_t BigGlyphMetrics::HoriBearingX() {
42 int32_t BigGlyphMetrics::HoriBearingY() {
46 int32_t BigGlyphMetrics
[all...]
H A Dbig_glyph_metrics.h24 class BigGlyphMetrics : public GlyphMetrics, class in namespace:sfntly
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() {
36 BigGlyphMetrics::Offset::kMetricsLength)));
37 BigGlyphMetricsPtr output = new BigGlyphMetrics(slice);
111 BigGlyphMetrics::Builder* IndexSubTableFormat2::Builder::BigMetrics() {
116 BigGlyphMetrics::Offset::kMetricsLength)));
117 metrics_ = new BigGlyphMetrics::Builder(data);
214 metrics_.Attach(BigGlyphMetrics::Builder::CreateBuilder());
H A Dindex_sub_table_format5.cc62 CALLER_ATTACH BigGlyphMetrics* IndexSubTableFormat5::BigMetrics() {
66 BigGlyphMetrics::Offset::kMetricsLength)));
67 BigGlyphMetricsPtr output = new BigGlyphMetrics(data);
236 BigGlyphMetrics::Builder* IndexSubTableFormat5::Builder::BigMetrics() {
241 BigGlyphMetrics::Offset::kMetricsLength)));
242 metrics_ = new BigGlyphMetrics::Builder(data);
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,
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dbig_glyph_metrics.cc21 * BigGlyphMetrics class
23 BigGlyphMetrics::BigGlyphMetrics(ReadableFontData* data) function in class:sfntly::BigGlyphMetrics
27 BigGlyphMetrics::~BigGlyphMetrics() {
30 int32_t BigGlyphMetrics::Height() {
34 int32_t BigGlyphMetrics::Width() {
38 int32_t BigGlyphMetrics::HoriBearingX() {
42 int32_t BigGlyphMetrics::HoriBearingY() {
46 int32_t BigGlyphMetrics
[all...]
H A Dbig_glyph_metrics.h24 class BigGlyphMetrics : public GlyphMetrics, class in namespace:sfntly
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() {
36 BigGlyphMetrics::Offset::kMetricsLength)));
37 BigGlyphMetricsPtr output = new BigGlyphMetrics(slice);
111 BigGlyphMetrics::Builder* IndexSubTableFormat2::Builder::BigMetrics() {
116 BigGlyphMetrics::Offset::kMetricsLength)));
117 metrics_ = new BigGlyphMetrics::Builder(data);
214 metrics_.Attach(BigGlyphMetrics::Builder::CreateBuilder());
H A Dindex_sub_table_format5.cc62 CALLER_ATTACH BigGlyphMetrics* IndexSubTableFormat5::BigMetrics() {
66 BigGlyphMetrics::Offset::kMetricsLength)));
67 BigGlyphMetricsPtr output = new BigGlyphMetrics(data);
236 BigGlyphMetrics::Builder* IndexSubTableFormat5::Builder::BigMetrics() {
241 BigGlyphMetrics::Offset::kMetricsLength)));
242 metrics_ = new BigGlyphMetrics::Builder(data);
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,
/external/chromium_org/third_party/skia/src/sfnt/
H A DSkOTTable_EBDT.h29 struct BigGlyphMetrics { struct in struct:SkOTTableEmbeddedBitmapData
77 BigGlyphMetrics bigGlyphMetrics;
83 BigGlyphMetrics bigGlyphMetrics;
101 BigGlyphMetrics bigMetrics; // Metrics information for the glyph
H A DSkOTTable_EBLC.h110 SkOTTableEmbeddedBitmapData::BigGlyphMetrics bigMetrics; // all glyphs have the same metrics; glyph data may be compressed, byte-aligned, or bit-aligned
134 SkOTTableEmbeddedBitmapData::BigGlyphMetrics bigMetrics; //all glyphs have the same metrics
/external/skia/src/sfnt/
H A DSkOTTable_EBDT.h29 struct BigGlyphMetrics { struct in struct:SkOTTableEmbeddedBitmapData
77 BigGlyphMetrics bigGlyphMetrics;
83 BigGlyphMetrics bigGlyphMetrics;
101 BigGlyphMetrics bigMetrics; // Metrics information for the glyph
H A DSkOTTable_EBLC.h110 SkOTTableEmbeddedBitmapData::BigGlyphMetrics bigMetrics; // all glyphs have the same metrics; glyph data may be compressed, byte-aligned, or bit-aligned
134 SkOTTableEmbeddedBitmapData::BigGlyphMetrics bigMetrics; //all glyphs have the same metrics
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DC_B_D_T_.py10 from .BitmapGlyphMetrics import BigGlyphMetrics, bigGlyphMetricsFormat, SmallGlyphMetrics, smallGlyphMetricsFormat namespace
60 self.metrics = BigGlyphMetrics()
H A DBitmapGlyphMetrics.py54 class BigGlyphMetrics(BitmapGlyphMetrics): class in inherits:BitmapGlyphMetrics
H A DE_B_D_T_.py5 from .BitmapGlyphMetrics import BigGlyphMetrics, bigGlyphMetricsFormat, SmallGlyphMetrics, smallGlyphMetricsFormat namespace
456 metricStrings = [BigGlyphMetrics.__name__, SmallGlyphMetrics.__name__]
481 BitmapPlusBigMetricsMixin = _createBitmapPlusMetricsMixin(BigGlyphMetrics)
634 self.metrics = BigGlyphMetrics()
646 self.metrics = BigGlyphMetrics()
723 self.metrics = BigGlyphMetrics()
H A DE_B_L_C_.py6 from .BitmapGlyphMetrics import BigGlyphMetrics, bigGlyphMetricsFormat, SmallGlyphMetrics, smallGlyphMetricsFormat namespace
502 elif name == BigGlyphMetrics.__name__:
503 self.metrics = BigGlyphMetrics()
522 self.metrics = BigGlyphMetrics()
589 self.metrics, data = sstruct.unpack2(bigGlyphMetricsFormat, data, BigGlyphMetrics())
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DC_B_D_T_.py10 from .BitmapGlyphMetrics import BigGlyphMetrics, bigGlyphMetricsFormat, SmallGlyphMetrics, smallGlyphMetricsFormat namespace
60 self.metrics = BigGlyphMetrics()
H A DBitmapGlyphMetrics.py54 class BigGlyphMetrics(BitmapGlyphMetrics): class in inherits:BitmapGlyphMetrics
H A DE_B_D_T_.py5 from .BitmapGlyphMetrics import BigGlyphMetrics, bigGlyphMetricsFormat, SmallGlyphMetrics, smallGlyphMetricsFormat namespace
456 metricStrings = [BigGlyphMetrics.__name__, SmallGlyphMetrics.__name__]
481 BitmapPlusBigMetricsMixin = _createBitmapPlusMetricsMixin(BigGlyphMetrics)
634 self.metrics = BigGlyphMetrics()
646 self.metrics = BigGlyphMetrics()
723 self.metrics = BigGlyphMetrics()

Completed in 241 milliseconds

12