package defpackage;

import android.graphics.Matrix;
import android.graphics.Path;
import java.util.ArrayList;

/* JADX INFO: renamed from: ᵚᵱᵗ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C2743 {

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

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

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

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public float f10544;

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

    /* JADX INFO: renamed from: ᵻˈᵦʼ, reason: contains not printable characters */
    public final ArrayList f10547 = new ArrayList();

    /* JADX INFO: renamed from: ᵵᵽ, reason: contains not printable characters */
    public final ArrayList f10545 = new ArrayList();

    public C2743() {
        m6637(0.0f, 270.0f, 0.0f);
    }

    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters */
    public final void m6634(Matrix matrix, Path path) {
        ArrayList arrayList = this.f10547;
        int size = arrayList.size();
        for (int i = 0; i < size; i++) {
            ((AbstractC5581) arrayList.get(i)).mo8563(matrix, path);
        }
    }

    /* JADX INFO: renamed from: ːˏᵟᵯ, reason: contains not printable characters */
    public final void m6635(float f, float f2) {
        C4725 c4725 = new C4725();
        c4725.f17975 = f;
        c4725.f17976 = f2;
        this.f10547.add(c4725);
        C1732 c1732 = new C1732(c4725, this.f10541, this.f10542);
        float fM4779 = c1732.m4779() + 270.0f;
        float fM47792 = c1732.m4779() + 270.0f;
        m6636(fM4779);
        this.f10545.add(c1732);
        this.f10546 = fM47792;
        this.f10541 = f;
        this.f10542 = f2;
    }

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public final void m6636(float f) {
        float f2 = this.f10546;
        if (f2 == f) {
            return;
        }
        float f3 = ((f - f2) + 360.0f) % 360.0f;
        if (f3 > 180.0f) {
            return;
        }
        float f4 = this.f10541;
        float f5 = this.f10542;
        C3848 c3848 = new C3848(f4, f5, f4, f5);
        c3848.f14701 = this.f10546;
        c3848.f14699 = f3;
        this.f10545.add(new C5372(c3848));
        this.f10546 = f;
    }

    /* JADX INFO: renamed from: ᵷᵺʾᵖ, reason: contains not printable characters */
    public final void m6637(float f, float f2, float f3) {
        this.f10544 = f;
        this.f10541 = 0.0f;
        this.f10542 = f;
        this.f10546 = f2;
        this.f10543 = (f2 + f3) % 360.0f;
        this.f10547.clear();
        this.f10545.clear();
    }
}
