OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kEmptyListId
(Results
1 - 3
of
3
) sorted by null
/frameworks/minikin/libs/minikin/
FontLanguageListCache.h
32
const static uint32_t
kEmptyListId
= 0;
FontLanguageListCache.cpp
31
const uint32_t FontLanguageListCache::
kEmptyListId
;
127
return
kEmptyListId
;
148
// Insert an empty language list for mapping default language list to
kEmptyListId
.
151
instance->mLanguageListLookupTable.insert(std::make_pair("",
kEmptyListId
));
FontFamily.cpp
44
: FontStyle(FontLanguageListCache::
kEmptyListId
, variant, weight, italic) {
104
: FontFamily(FontLanguageListCache::
kEmptyListId
, variant, std::move(fonts)) {
Completed in 67 milliseconds