Home
last modified time | relevance | path

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

/external/sfntly/cpp/src/sfntly/table/core/
Dos2_table.h389 int32_t STypoLineGap();
445 int32_t STypoLineGap();
Dos2_table.cc219 int32_t OS2Table::STypoLineGap() { in STypoLineGap() function in sfntly::OS2Table
530 int32_t OS2Table::Builder::STypoLineGap() { in STypoLineGap() function in sfntly::OS2Table::Builder
/external/sfntly/cpp/src/test/
Dverify_os2.cc104 EXPECT_EQ(os2->STypoLineGap(), OS2_STYPO_LINE_GAP); in VerifyOS_2()