Home
last modified time | relevance | path

Searched refs:isHighContrastText (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/hwui/
DDrawTextFunctor.h102 if (CC_UNLIKELY(canvas->isHighContrastText() && paint.getAlpha() != 0)) { in operator()
DCanvas.h134 bool isHighContrastText() const { return uirenderer::Properties::enableHighContrastText; } in isHighContrastText() function
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_Canvas.cpp91 static jboolean isHighContrastText(CRITICAL_JNI_PARAMS_COMMA jlong canvasHandle) { in isHighContrastText() function
92 return get_canvas(canvasHandle)->isHighContrastText() ? JNI_TRUE : JNI_FALSE; in isHighContrastText()
799 {"nIsHighContrastText", "(J)Z", (void*)CanvasJNI::isHighContrastText},