Home
last modified time | relevance | path

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

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