Searched refs:bitmap_loca (Results 1 – 1 of 1) sorted by relevance
55 EblcTablePtr bitmap_loca = down_cast<EblcTable*>(font->GetTable(Tag::EBLC)); in CommonReadingTest() local58 EXPECT_FALSE(bitmap_loca == NULL); in CommonReadingTest()61 EXPECT_EQ(bitmap_loca->NumSizes(), NUM_STRIKES); in CommonReadingTest()64 BitmapSizeTablePtr strike1 = bitmap_loca->GetBitmapSizeTable(0); in CommonReadingTest()78 BitmapSizeTablePtr strike4 = bitmap_loca->GetBitmapSizeTable(3); in CommonReadingTest()103 EblcTablePtr bitmap_loca = down_cast<EblcTable*>(font->GetTable(Tag::EBLC)); in TestReadingBitmapTable() local104 BitmapSizeTablePtr strike1 = bitmap_loca->GetBitmapSizeTable(0); in TestReadingBitmapTable()105 BitmapSizeTablePtr strike4 = bitmap_loca->GetBitmapSizeTable(3); in TestReadingBitmapTable()165 EblcTablePtr bitmap_loca = in TestIndexFormatConversion() local167 BitmapSizeTablePtr strike4 = bitmap_loca->GetBitmapSizeTable(3); in TestIndexFormatConversion()[all …]