Searched refs:isHighContrastText (Results 1 – 3 of 3) sorted by relevance
102 if (CC_UNLIKELY(canvas->isHighContrastText() && paint.getAlpha() != 0)) { in operator()
134 bool isHighContrastText() const { return uirenderer::Properties::enableHighContrastText; } in isHighContrastText() function
91 static jboolean isHighContrastText(CRITICAL_JNI_PARAMS_COMMA jlong canvasHandle) { in isHighContrastText() function92 return get_canvas(canvasHandle)->isHighContrastText() ? JNI_TRUE : JNI_FALSE; in isHighContrastText()799 {"nIsHighContrastText", "(J)Z", (void*)CanvasJNI::isHighContrastText},