Home
last modified time | relevance | path

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

/external/sfntly/cpp/src/test/
Dbitmap_table_test.cc78 BitmapSizeTablePtr strike4 = bitmap_loca->GetBitmapSizeTable(3); in CommonReadingTest() local
79 EXPECT_FALSE(strike4 == NULL); in CommonReadingTest()
80 EXPECT_EQ(strike4->StartGlyphIndex(), STRIKE1_START_GLYPH_INDEX); in CommonReadingTest()
81 EXPECT_EQ(strike4->EndGlyphIndex(), STRIKE1_END_GLYPH_INDEX); in CommonReadingTest()
82 IndexSubTablePtr sub1 = strike4->GetIndexSubTable(0); in CommonReadingTest()
105 BitmapSizeTablePtr strike4 = bitmap_loca->GetBitmapSizeTable(3); in TestReadingBitmapTable() local
106 IndexSubTablePtr sub1 = strike4->GetIndexSubTable(0); in TestReadingBitmapTable()
113 down_cast<IndexSubTableFormat3*>(strike4->GetIndexSubTable(0)); in TestReadingBitmapTable()
167 BitmapSizeTablePtr strike4 = bitmap_loca->GetBitmapSizeTable(3); in TestIndexFormatConversion() local
169 down_cast<IndexSubTableFormat4*>(strike4->GetIndexSubTable(0)); in TestIndexFormatConversion()
[all …]