package defpackage;

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

/* JADX INFO: renamed from: ᵩᵴ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C3848 extends AbstractC5581 {

    /* JADX INFO: renamed from: ˊᵫᵗ, reason: contains not printable characters */
    public static final RectF f14695 = new RectF();

    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters */
    public final float f14696;

    /* JADX INFO: renamed from: ːˏᵟᵯ, reason: contains not printable characters */
    public final float f14697;

    /* JADX INFO: renamed from: ᵨᵣ, reason: contains not printable characters */
    public final float f14698;

    /* JADX INFO: renamed from: ᵵᵽ, reason: contains not printable characters */
    public float f14699;

    /* JADX INFO: renamed from: ᵷᵺʾᵖ, reason: contains not printable characters */
    public final float f14700;

    /* JADX INFO: renamed from: ᵻˈᵦʼ, reason: contains not printable characters */
    public float f14701;

    public C3848(float f, float f2, float f3, float f4) {
        this.f14696 = f;
        this.f14697 = f2;
        this.f14700 = f3;
        this.f14698 = f4;
    }

    @Override // defpackage.AbstractC5581
    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public final void mo8563(Matrix matrix, Path path) {
        Matrix matrix2 = this.f21041;
        matrix.invert(matrix2);
        path.transform(matrix2);
        float f = this.f14700;
        float f2 = this.f14698;
        RectF rectF = f14695;
        rectF.set(this.f14696, this.f14697, f, f2);
        path.arcTo(rectF, this.f14701, this.f14699, false);
        path.transform(matrix);
    }
}
