OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cmap1_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/sfntly/cpp/src/test/
cmap_test.cc
97
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/
cmap_test.cc
97
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 38 milliseconds