OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NewCMapId
(Results
1 - 2
of
2
) sorted by null
/external/sfntly/cpp/src/sfntly/table/core/
cmap_table.cc
70
CMapId cmap_id =
NewCMapId
(platform_id, encoding_id);
86
return GetCMap(
NewCMapId
(platform_id, encoding_id));
115
return
NewCMapId
(PlatformId(index), EncodingId(index));
137
CMapTable::CMapId CMapTable::
NewCMapId
(int32_t platform_id,
145
CMapTable::CMapId CMapTable::
NewCMapId
(const CMapId& obj) {
[
all
...]
cmap_table.h
552
static CMapId
NewCMapId
(int32_t platform_id, int32_t encoding_id);
554
static CMapId
NewCMapId
(const CMapId& obj);
Completed in 126 milliseconds