OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isMonotonic
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
ComplexTextController.cpp
442
if (complexTextRun.
isMonotonic
()) {
514
bool
isMonotonic
= true;
520
isMonotonic
= false;
523
isMonotonic
= false;
608
if (!
isMonotonic
)
ComplexTextController.h
98
bool
isMonotonic
() const { return m_isMonotonic; }
Completed in 54 milliseconds