package x3;

import android.graphics.Matrix;
import android.graphics.Path;
import android.graphics.RectF;

/* JADX INFO: loaded from: classes.dex */
public final class p extends r {

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    public static final RectF f18654h = new RectF();

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final float f18655b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final float f18656c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final float f18657d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final float f18658e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public float f18659f;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    public float f18660g;

    public p(float f3, float f7, float f8, float f9) {
        this.f18655b = f3;
        this.f18656c = f7;
        this.f18657d = f8;
        this.f18658e = f9;
    }

    @Override // x3.r
    public final void a(Matrix matrix, Path path) {
        Matrix matrix2 = this.f18663a;
        matrix.invert(matrix2);
        path.transform(matrix2);
        RectF rectF = f18654h;
        rectF.set(this.f18655b, this.f18656c, this.f18657d, this.f18658e);
        path.arcTo(rectF, this.f18659f, this.f18660g, false);
        path.transform(matrix);
    }
}
