package i2;

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

/* JADX INFO: loaded from: classes.dex */
public final class q extends s {

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

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

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

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

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

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

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

    public q(float f6, float f7, float f8, float f9) {
        this.f6638b = f6;
        this.f6639c = f7;
        this.f6640d = f8;
        this.f6641e = f9;
    }

    @Override // i2.s
    public final void a(Matrix matrix, Path path) {
        Matrix matrix2 = this.f6646a;
        matrix.invert(matrix2);
        path.transform(matrix2);
        RectF rectF = f6637h;
        rectF.set(this.f6638b, this.f6639c, this.f6640d, this.f6641e);
        path.arcTo(rectF, this.f6642f, this.f6643g, false);
        path.transform(matrix);
    }
}
