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

  /frameworks/minikin/libs/minikin/
FontLanguage.cpp 19 #include "FontLanguage.h"
31 FontLanguage::FontLanguage(const char* buf, size_t length) : FontLanguage() {
61 uint8_t FontLanguage::scriptToSubScriptBits(uint32_t script) {
105 std::string FontLanguage::getString() const {
125 bool FontLanguage::isEqualScript(const FontLanguage& other) const {
130 bool FontLanguage::supportsScript(uint8_t providedBits, uint8_t requestedBits) {
134 bool FontLanguage::supportsHbScript(hb_script_t script) const
    [all...]
FontLanguage.h 32 // FontLanguage is a compact representation of a BCP 47 language tag. It
35 struct FontLanguage {
38 FontLanguage() : mScript(0ul), mLanguage(0ul), mSubScriptBits(0ul) {}
41 FontLanguage(const char* buf, size_t length);
43 bool operator==(const FontLanguage other) const {
47 bool operator!=(const FontLanguage other) const {
54 bool isEqualScript(const FontLanguage& other) const;
77 // mLanguage = 0 means the FontLanguage is unsupported.
101 FontLanguages(std::vector<FontLanguage>&& languages);
107 const FontLanguage& operator[] (size_t n) const { return mLanguages[n];
    [all...]

Completed in 417 milliseconds