OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cmap2_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/sfntly/cpp/src/test/
cmap_test.cc
98
Ptr<CMapTable::CMap>
cmap2_
;
member in class:sfntly::CMapTests
128
cmap2_
.Attach(cmap_table->GetCMap(GetParam().second_platform_id(),
130
ASSERT_NE((
cmap2_
), reinterpret_cast<CMapTable::CMap*>(NULL));
154
int32_t glyph_id2 =
cmap2_
->GlyphId(c2);
/external/sfntly/cpp/src/test/
cmap_test.cc
98
Ptr<CMapTable::CMap>
cmap2_
;
member in class:sfntly::CMapTests
128
cmap2_
.Attach(cmap_table->GetCMap(GetParam().second_platform_id(),
130
ASSERT_NE((
cmap2_
), reinterpret_cast<CMapTable::CMap*>(NULL));
154
int32_t glyph_id2 =
cmap2_
->GlyphId(c2);
Completed in 133 milliseconds