package com.google.android.material.shape;

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

/* JADX INFO: loaded from: classes2.dex */
public final class a0 extends c0 {

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

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

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

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

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

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

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

    public a0(float f10, float f11, float f12, float f13) {
        this.f23044b = f10;
        this.f23045c = f11;
        this.f23046d = f12;
        this.f23047e = f13;
    }

    @Override // com.google.android.material.shape.c0
    public final void a(Matrix matrix, Path path) {
        Matrix matrix2 = this.f23055a;
        matrix.invert(matrix2);
        path.transform(matrix2);
        RectF rectF = f23043h;
        rectF.set(this.f23044b, this.f23045c, this.f23046d, this.f23047e);
        path.arcTo(rectF, this.f23048f, this.f23049g, false);
        path.transform(matrix);
    }
}
