Searched refs:getFillAlpha (Results 1 – 6 of 6) sorted by relevance
148 mProperties.getFillColor(), mProperties.getFillAlpha()); in dump()165 paint.setColor(applyAlpha(SK_ColorBLACK, properties.getFillAlpha())); in draw()169 paint.setColor(applyAlpha(properties.getFillColor(), properties.getFillAlpha())); in draw()
261 float getFillAlpha() const { return mPrimitiveFields.fillAlpha; } in getFillAlpha() function
315 static jfloat getFillAlpha(JNIEnv*, jobject, jlong fullPathPtr) { in getFillAlpha() function317 return fullPath->stagingProperties()->getFillAlpha(); in getFillAlpha()409 {"nGetFillAlpha", "(J)F", (void*)getFillAlpha},
1830 return object.getFillAlpha();2201 float getFillAlpha() { in getFillAlpha() method in VectorDrawable.VFullPath
5225 HSPLandroidx/compose/ui/graphics/vector/VectorPath;->getFillAlpha()F
17514 Landroid/graphics/drawable/VectorDrawable$VFullPath;->getFillAlpha()F