package f1;

/* JADX INFO: renamed from: f1.p, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C2028p {

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public static final C2028p f16392c = new C2028p(1.0f, 0.0f);

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

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

    public C2028p(float f6, float f7) {
        this.f16393a = f6;
        this.f16394b = f7;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C2028p)) {
            return false;
        }
        C2028p c2028p = (C2028p) obj;
        return this.f16393a == c2028p.f16393a && this.f16394b == c2028p.f16394b;
    }

    public final int hashCode() {
        return Float.hashCode(this.f16394b) + (Float.hashCode(this.f16393a) * 31);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("TextGeometricTransform(scaleX=");
        sb.append(this.f16393a);
        sb.append(", skewX=");
        return com.google.android.recaptcha.internal.a.l(sb, this.f16394b, ')');
    }
}
