Home
last modified time | relevance | path

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

/external/sfntly/cpp/src/sfntly/table/core/
Dhorizontal_header_table.h54 int32_t MinRightSideBearing();
77 int32_t MinRightSideBearing();
Dhorizontal_header_table.cc49 int32_t HorizontalHeaderTable::MinRightSideBearing() { in MinRightSideBearing() function in sfntly::HorizontalHeaderTable
157 int32_t HorizontalHeaderTable::Builder::MinRightSideBearing() { in MinRightSideBearing() function in sfntly::HorizontalHeaderTable::Builder
/external/sfntly/cpp/src/test/
Dverify_hhea.cc46 EXPECT_EQ(hhea->MinRightSideBearing(), HHEA_MIN_RSB); in VerifyHHEA()