HomeSort by relevance Sort by last modified time
    Searched defs:FontLanguages (Results 1 - 2 of 2) sorted by null

  /frameworks/minikin/libs/minikin/
FontLanguage.cpp 141 int FontLanguage::calcScoreFor(const FontLanguages& supported) const {
167 FontLanguages::FontLanguages(std::vector<FontLanguage>&& languages)
FontLanguage.h 30 class FontLanguages;
65 int calcScoreFor(const FontLanguages& supported) const;
70 friend class FontLanguages; // for FontLanguages constructor
99 class FontLanguages {
101 FontLanguages(std::vector<FontLanguage>&& languages);
102 FontLanguages() : mUnionOfSubScriptBits(0), mIsAllTheSameLanguage(false) {}
103 FontLanguages(FontLanguages&&) = default;
120 FontLanguages(const FontLanguages&) = delete
    [all...]

Completed in 40 milliseconds