HomeSort by relevance Sort by last modified time
    Searched full:bitmap_loca (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/sfntly/cpp/src/test/
bitmap_table_test.cc 55 EblcTablePtr bitmap_loca = down_cast<EblcTable*>(font->GetTable(Tag::EBLC)); local
58 EXPECT_FALSE(bitmap_loca == NULL);
61 EXPECT_EQ(bitmap_loca->NumSizes(), NUM_STRIKES);
64 BitmapSizeTablePtr strike1 = bitmap_loca->GetBitmapSizeTable(0);
78 BitmapSizeTablePtr strike4 = bitmap_loca->GetBitmapSizeTable(3);
103 EblcTablePtr bitmap_loca = down_cast<EblcTable*>(font->GetTable(Tag::EBLC)); local
104 BitmapSizeTablePtr strike1 = bitmap_loca->GetBitmapSizeTable(0);
105 BitmapSizeTablePtr strike4 = bitmap_loca->GetBitmapSizeTable(3);
165 EblcTablePtr bitmap_loca = local
167 BitmapSizeTablePtr strike4 = bitmap_loca->GetBitmapSizeTable(3)
    [all...]
  /external/sfntly/cpp/src/test/
bitmap_table_test.cc 55 EblcTablePtr bitmap_loca = down_cast<EblcTable*>(font->GetTable(Tag::EBLC)); local
58 EXPECT_FALSE(bitmap_loca == NULL);
61 EXPECT_EQ(bitmap_loca->NumSizes(), NUM_STRIKES);
64 BitmapSizeTablePtr strike1 = bitmap_loca->GetBitmapSizeTable(0);
78 BitmapSizeTablePtr strike4 = bitmap_loca->GetBitmapSizeTable(3);
103 EblcTablePtr bitmap_loca = down_cast<EblcTable*>(font->GetTable(Tag::EBLC)); local
104 BitmapSizeTablePtr strike1 = bitmap_loca->GetBitmapSizeTable(0);
105 BitmapSizeTablePtr strike4 = bitmap_loca->GetBitmapSizeTable(3);
165 EblcTablePtr bitmap_loca = local
167 BitmapSizeTablePtr strike4 = bitmap_loca->GetBitmapSizeTable(3)
    [all...]

Completed in 3971 milliseconds