Home
last modified time | relevance | path

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

/external/sfntly/cpp/src/sfntly/table/core/
Dos2_table.h354 int32_t YStrikeoutSize();
429 int32_t YStrikeoutSize();
Dos2_table.cc157 int32_t OS2Table::YStrikeoutSize() { in YStrikeoutSize() function in sfntly::OS2Table
394 int32_t OS2Table::Builder::YStrikeoutSize() { in YStrikeoutSize() function in sfntly::OS2Table::Builder
/external/sfntly/cpp/src/test/
Dverify_os2.cc76 EXPECT_EQ(os2->YStrikeoutSize(), OS2_YSTRIKEOUT_SIZE); in VerifyOS_2()