Searched refs:isHighContrastText (Results 1 – 2 of 2) sorted by relevance
163 bool isHighContrastText() const { return uirenderer::Properties::enableHighContrastText; } in isHighContrastText() function
115 if (CC_UNLIKELY(canvas->isHighContrastText() && paint.getAlpha() != 0)) { in operator ()()