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

  /frameworks/minikin/libs/minikin/
FontLanguage.h 34 class FontLanguages;
84 int calcScoreFor(const FontLanguages& supported) const;
92 friend class FontLanguages; // for FontLanguages constructor
131 class FontLanguages {
133 explicit FontLanguages(std::vector<FontLanguage>&& languages);
134 FontLanguages() : mUnionOfSubScriptBits(0), mIsAllTheSameLanguage(false) {}
135 FontLanguages(FontLanguages&&) = default;
152 FontLanguages(const FontLanguages&) = delete
    [all...]
FontLanguage.cpp 287 int FontLanguage::calcScoreFor(const FontLanguages& supported) const {
326 FontLanguages::FontLanguages(std::vector<FontLanguage>&& languages)

Completed in 349 milliseconds