Home
last modified time | relevance | path

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

/external/sfntly/cpp/src/sfntly/table/bitmap/
Dbig_glyph_metrics.h62 int32_t VertBearingX();
87 int32_t VertBearingX();
Dbig_glyph_metrics.cc50 int32_t BigGlyphMetrics::VertBearingX() { in VertBearingX() function in sfntly::BigGlyphMetrics
116 int32_t BigGlyphMetrics::Builder::VertBearingX() { in VertBearingX() function in sfntly::BigGlyphMetrics::Builder
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc386 target->SetVertBearingX(static_cast<byte_t>(source->VertBearingX())); in CopyBigGlyphMetrics()