Searched refs:strike4 (Results 1 – 1 of 1) sorted by relevance
78 BitmapSizeTablePtr strike4 = bitmap_loca->GetBitmapSizeTable(3); in CommonReadingTest() local79 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() local106 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() local169 down_cast<IndexSubTableFormat4*>(strike4->GetIndexSubTable(0)); in TestIndexFormatConversion()[all …]