HomeSort by relevance Sort by last modified time
    Searched refs:BigGlyphMetrics (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
big_glyph_metrics.cc 21 * BigGlyphMetrics class
23 BigGlyphMetrics::BigGlyphMetrics(ReadableFontData* data)
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::HoriAdvance()
    [all...]
big_glyph_metrics.h 24 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;
index_sub_table_format2.cc 32 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());
index_sub_table_format2.h 58 BigGlyphMetrics::Builder* BigMetrics();
89 CALLER_ATTACH BigGlyphMetrics* BigMetrics();
index_sub_table_format5.cc 62 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);
index_sub_table_format5.h 57 BigGlyphMetrics::Builder* BigMetrics();
100 CALLER_ATTACH BigGlyphMetrics* BigMetrics();
eblc_table.h 95 BigGlyphMetrics::Offset::kMetricsLength,
  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_EBDT.h 29 struct BigGlyphMetrics {
77 BigGlyphMetrics bigGlyphMetrics;
83 BigGlyphMetrics bigGlyphMetrics;
101 BigGlyphMetrics bigMetrics; // Metrics information for the glyph
SkOTTable_EBLC.h 110 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/
C_B_D_T_.py 10 from .BitmapGlyphMetrics import BigGlyphMetrics, bigGlyphMetricsFormat, SmallGlyphMetrics, smallGlyphMetricsFormat
60 self.metrics = BigGlyphMetrics()
BitmapGlyphMetrics.py 54 class BigGlyphMetrics(BitmapGlyphMetrics):
E_B_D_T_.py 5 from .BitmapGlyphMetrics import BigGlyphMetrics, bigGlyphMetricsFormat, SmallGlyphMetrics, smallGlyphMetricsFormat
456 metricStrings = [BigGlyphMetrics.__name__, SmallGlyphMetrics.__name__]
481 BitmapPlusBigMetricsMixin = _createBitmapPlusMetricsMixin(BigGlyphMetrics)
634 self.metrics = BigGlyphMetrics()
646 self.metrics = BigGlyphMetrics()
723 self.metrics = BigGlyphMetrics()
E_B_L_C_.py 6 from .BitmapGlyphMetrics import BigGlyphMetrics, bigGlyphMetricsFormat, SmallGlyphMetrics, smallGlyphMetricsFormat
502 elif name == BigGlyphMetrics.__name__:
503 self.metrics = BigGlyphMetrics()
522 self.metrics = BigGlyphMetrics()
589 self.metrics, data = sstruct.unpack2(bigGlyphMetricsFormat, data, BigGlyphMetrics())
  /external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 377 void CopyBigGlyphMetrics(BigGlyphMetrics::Builder* source,
378 BigGlyphMetrics::Builder* target) {

Completed in 198 milliseconds