Home
last modified time | relevance | path

Searched refs:VertAdvance (Results 1 – 3 of 3) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/bitmap/
Dbig_glyph_metrics.h66 int32_t VertAdvance();
89 int32_t VertAdvance();
Dbig_glyph_metrics.cc58 int32_t BigGlyphMetrics::VertAdvance() { in VertAdvance() function in sfntly::BigGlyphMetrics
132 int32_t BigGlyphMetrics::Builder::VertAdvance() { in VertAdvance() function in sfntly::BigGlyphMetrics::Builder
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc425 target->SetVertAdvance(static_cast<byte_t>(source->VertAdvance())); in CopyBigGlyphMetrics()