Searched defs:SmallGlyphMetrics (Results 1 - 12 of 12) sorted by relevance
/external/fonttools/Lib/fontTools/ttLib/tables/ |
H A D | BitmapGlyphMetrics.py | 57 class SmallGlyphMetrics(BitmapGlyphMetrics): class in inherits:BitmapGlyphMetrics
|
H A D | C_B_D_T_.py | 10 from .BitmapGlyphMetrics import BigGlyphMetrics, bigGlyphMetricsFormat, SmallGlyphMetrics, smallGlyphMetricsFormat namespace 41 self.metrics = SmallGlyphMetrics()
|
H A D | E_B_L_C_.py | 6 from .BitmapGlyphMetrics import BigGlyphMetrics, bigGlyphMetricsFormat, SmallGlyphMetrics, smallGlyphMetricsFormat namespace 505 elif name == SmallGlyphMetrics.__name__: 506 print("Warning: SmallGlyphMetrics being ignored in format %d." % self.indexFormat)
|
H A D | E_B_D_T_.py | 5 from .BitmapGlyphMetrics import BigGlyphMetrics, bigGlyphMetricsFormat, SmallGlyphMetrics, smallGlyphMetricsFormat namespace 283 metrics = SmallGlyphMetrics() 320 metrics = SmallGlyphMetrics() 456 metricStrings = [BigGlyphMetrics.__name__, SmallGlyphMetrics.__name__] 482 BitmapPlusSmallMetricsMixin = _createBitmapPlusMetricsMixin(SmallGlyphMetrics) 602 self.metrics = SmallGlyphMetrics() 614 self.metrics = SmallGlyphMetrics() 696 self.metrics = SmallGlyphMetrics()
|
/external/fonttools/Tools/fontTools/ttLib/tables/ |
H A D | BitmapGlyphMetrics.py | 57 class SmallGlyphMetrics(BitmapGlyphMetrics): class in inherits:BitmapGlyphMetrics
|
H A D | C_B_D_T_.py | 10 from .BitmapGlyphMetrics import BigGlyphMetrics, bigGlyphMetricsFormat, SmallGlyphMetrics, smallGlyphMetricsFormat namespace 41 self.metrics = SmallGlyphMetrics()
|
H A D | E_B_L_C_.py | 6 from .BitmapGlyphMetrics import BigGlyphMetrics, bigGlyphMetricsFormat, SmallGlyphMetrics, smallGlyphMetricsFormat namespace 505 elif name == SmallGlyphMetrics.__name__: 506 print("Warning: SmallGlyphMetrics being ignored in format %d." % self.indexFormat)
|
H A D | E_B_D_T_.py | 5 from .BitmapGlyphMetrics import BigGlyphMetrics, bigGlyphMetricsFormat, SmallGlyphMetrics, smallGlyphMetricsFormat namespace 283 metrics = SmallGlyphMetrics() 320 metrics = SmallGlyphMetrics() 456 metricStrings = [BigGlyphMetrics.__name__, SmallGlyphMetrics.__name__] 482 BitmapPlusSmallMetricsMixin = _createBitmapPlusMetricsMixin(SmallGlyphMetrics) 602 self.metrics = SmallGlyphMetrics() 614 self.metrics = SmallGlyphMetrics() 696 self.metrics = SmallGlyphMetrics()
|
/external/sfntly/cpp/src/sfntly/table/bitmap/ |
H A D | small_glyph_metrics.h | 25 class SmallGlyphMetrics : public GlyphMetrics, class in namespace:sfntly 26 public RefCounted<SmallGlyphMetrics> { 66 explicit SmallGlyphMetrics(ReadableFontData* data); 67 virtual ~SmallGlyphMetrics(); 75 typedef Ptr<SmallGlyphMetrics> SmallGlyphMetricsPtr;
|
H A D | small_glyph_metrics.cc | 21 * SmallGlyphMetrics class 23 SmallGlyphMetrics::SmallGlyphMetrics(ReadableFontData* data) function in class:sfntly::SmallGlyphMetrics 27 SmallGlyphMetrics::~SmallGlyphMetrics() { 30 int32_t SmallGlyphMetrics::Height() { 34 int32_t SmallGlyphMetrics::Width() { 38 int32_t SmallGlyphMetrics::BearingX() { 42 int32_t SmallGlyphMetrics::BearingY() { 46 int32_t SmallGlyphMetrics [all...] |
/external/skia/src/sfnt/ |
H A D | SkOTTable_EBDT.h | 39 struct SmallGlyphMetrics { struct in struct:SkOTTableEmbeddedBitmapData 49 SmallGlyphMetrics smallGlyphMetrics; 55 SmallGlyphMetrics smallGlyphMetrics; 93 SmallGlyphMetrics smallMetrics; // Metrics information for the glyph
|
/external/harfbuzz_ng/src/ |
H A D | hb-ot-cbdt-table.hh | 34 struct SmallGlyphMetrics struct in namespace:OT 59 struct BigGlyphMetrics : SmallGlyphMetrics 302 SmallGlyphMetrics glyphMetrics;
|
Completed in 285 milliseconds