Home
last modified time | relevance | path

Searched refs:MASK_START_OF_LINE (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/engine/flutter/third_party/txt/src/minikin/
DHyphenator.h94 static const uint32_t MASK_START_OF_LINE = 0x03 << 3; variable
120 uint32_t getStart() const { return hyphen & MASK_START_OF_LINE; } in getStart()
DLayout.cpp671 hyphen &= ~HyphenEdit::MASK_START_OF_LINE; in doLayoutRunCached()
696 hyphen &= ~HyphenEdit::MASK_START_OF_LINE; in doLayoutRunCached()