Home
last modified time | relevance | path

Searched refs:BigMetrics (Results 1 – 5 of 5) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/bitmap/
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();
Dindex_sub_table_format5.cc62 CALLER_ATTACH BigGlyphMetrics* IndexSubTableFormat5::BigMetrics() { in BigMetrics() function in sfntly::IndexSubTableFormat5
216 size += BigMetrics()->SubSerialize(slice); in SubSerialize()
236 BigGlyphMetrics::Builder* IndexSubTableFormat5::Builder::BigMetrics() { in BigMetrics() function in sfntly::IndexSubTableFormat5::Builder
Dindex_sub_table_format2.cc32 CALLER_ATTACH BigGlyphMetrics* IndexSubTableFormat2::BigMetrics() { in BigMetrics() function in sfntly::IndexSubTableFormat2
111 BigGlyphMetrics::Builder* IndexSubTableFormat2::Builder::BigMetrics() { in BigMetrics() function in sfntly::IndexSubTableFormat2::Builder
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc438 CopyBigGlyphMetrics(builder2->BigMetrics(), new_builder->BigMetrics()); in ConstructIndexFormat5()
444 CopyBigGlyphMetrics(builder5->BigMetrics(), new_builder->BigMetrics()); in ConstructIndexFormat5()