Searched refs:getFillAlpha (Results 1 – 5 of 5) sorted by relevance
316 static jfloat getFillAlpha(JNIEnv*, jobject, jlong fullPathPtr) { in getFillAlpha() function318 return fullPath->stagingProperties()->getFillAlpha(); in getFillAlpha()410 {"nGetFillAlpha", "(J)F", (void*)getFillAlpha},
144 mProperties.getFillColor(), mProperties.getFillAlpha()); in dump()161 paint.setColor(applyAlpha(SK_ColorBLACK, properties.getFillAlpha())); in draw()165 paint.setColor(applyAlpha(properties.getFillColor(), properties.getFillAlpha())); in draw()
261 float getFillAlpha() const { return mPrimitiveFields.fillAlpha; } in getFillAlpha() function
1830 return object.getFillAlpha();2201 float getFillAlpha() { in getFillAlpha() method in VectorDrawable.VFullPath
17514 Landroid/graphics/drawable/VectorDrawable$VFullPath;->getFillAlpha()F