OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:calcScoreFor
(Results
1 - 3
of
3
) sorted by null
/frameworks/minikin/libs/minikin/
FontLanguage.h
84
int
calcScoreFor
(const FontLanguages& supported) const;
142
friend struct FontLanguage; // for
calcScoreFor
FontLanguage.cpp
287
int FontLanguage::
calcScoreFor
(const FontLanguages& supported) const {
FontCollection.cpp
234
score = score * 5u + langList[i].
calcScoreFor
(fontLanguages);
Completed in 56 milliseconds