Searched refs:getFillAlpha (Results 1 – 6 of 6) sorted by relevance
186 mProperties.getFillColor(), mProperties.getFillAlpha()); in dump()203 paint.setColor(applyAlpha(SK_ColorBLACK, properties.getFillAlpha())); in drawPath()208 paint.setColor(applyAlpha(properties.getFillColor(), properties.getFillAlpha())); in drawPath()
273 float getFillAlpha() const{ in getFillAlpha() function
312 static jfloat getFillAlpha(JNIEnv*, jobject, jlong fullPathPtr) { in getFillAlpha() function314 return fullPath->stagingProperties()->getFillAlpha(); in getFillAlpha()403 {"nGetFillAlpha", "!(J)F", (void*)getFillAlpha},
443 return path.getFillAlpha(); in nGetFillAlpha()719 private float getFillAlpha() { in getFillAlpha() method in VectorDrawable_Delegate.VFullPath_Delegate
1661 float getFillAlpha() { in getFillAlpha() method in VectorDrawableCompat.VFullPath
1729 float getFillAlpha() { in getFillAlpha() method in VectorDrawable.VFullPath