Searched refs:cmap1_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dcmap_test.cc97 Ptr<CMapTable::CMap> cmap1_; member in class:sfntly::CMapTests
125 cmap1_.Attach(cmap_table->GetCMap(GetParam().first_platform_id(),
127 ASSERT_NE((cmap1_), reinterpret_cast<CMapTable::CMap*>(NULL));
153 int32_t glyph_id1 = cmap1_->GlyphId(c1);
/external/sfntly/cpp/src/test/
H A Dcmap_test.cc97 Ptr<CMapTable::CMap> cmap1_; member in class:sfntly::CMapTests
125 cmap1_.Attach(cmap_table->GetCMap(GetParam().first_platform_id(),
127 ASSERT_NE((cmap1_), reinterpret_cast<CMapTable::CMap*>(NULL));
153 int32_t glyph_id1 = cmap1_->GlyphId(c1);

Completed in 110 milliseconds