Home
last modified time | relevance | path

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

/external/sfntly/cpp/src/sfntly/table/core/
Dhorizontal_header_table.h52 int32_t MinLeftSideBearing();
76 int32_t MinLeftSideBearing();
Dhorizontal_header_table.cc45 int32_t HorizontalHeaderTable::MinLeftSideBearing() { in MinLeftSideBearing() function in sfntly::HorizontalHeaderTable
149 int32_t HorizontalHeaderTable::Builder::MinLeftSideBearing() { in MinLeftSideBearing() function in sfntly::HorizontalHeaderTable::Builder
/external/sfntly/cpp/src/test/
Dverify_hhea.cc45 EXPECT_EQ(hhea->MinLeftSideBearing(), HHEA_MIN_LSB); in VerifyHHEA()