Searched refs:hasShadowLayer (Results 1 – 3 of 3) sorted by relevance
234 if (paint.getAlpha() != 0 || paint.getXfermode() != null || paint.hasShadowLayer()) { in draw()
646 static jboolean hasShadowLayer(JNIEnv* env, jobject clazz, jlong paintHandle) { in hasShadowLayer() function1003 {"nHasShadowLayer", "!(J)Z", (void*)PaintGlue::hasShadowLayer}
1262 public boolean hasShadowLayer() { in hasShadowLayer() method in Paint