discord-jadx/app/src/main/java/c/c/a/w/b/a.java

320 lines
11 KiB
Java

package c.c.a.w.b;
import android.graphics.Canvas;
import android.graphics.ColorFilter;
import android.graphics.DashPathEffect;
import android.graphics.Matrix;
import android.graphics.Paint;
import android.graphics.Path;
import android.graphics.PathMeasure;
import android.graphics.RectF;
import androidx.annotation.CallSuper;
import androidx.annotation.Nullable;
import c.c.a.b0.g;
import c.c.a.j;
import c.c.a.o;
import c.c.a.w.c.a;
import c.c.a.w.c.c;
import c.c.a.w.c.e;
import c.c.a.w.c.p;
import c.c.a.y.f;
import c.c.a.y.k.d;
import java.util.ArrayList;
import java.util.List;
/* compiled from: BaseStrokeContent */
public abstract class a implements a.b, k, e {
public final PathMeasure a = new PathMeasure();
public final Path b = new Path();
/* renamed from: c reason: collision with root package name */
public final Path f285c = new Path();
public final RectF d = new RectF();
public final j e;
public final c.c.a.y.m.b f;
public final List<b> g = new ArrayList();
public final float[] h;
public final Paint i;
public final c.c.a.w.c.a<?, Float> j;
public final c.c.a.w.c.a<?, Integer> k;
public final List<c.c.a.w.c.a<?, Float>> l;
@Nullable
public final c.c.a.w.c.a<?, Float> m;
@Nullable
public c.c.a.w.c.a<ColorFilter, ColorFilter> n;
/* compiled from: BaseStrokeContent */
public static final class b {
public final List<m> a = new ArrayList();
@Nullable
public final s b;
public b(s sVar, C0055a aVar) {
this.b = sVar;
}
}
public a(j jVar, c.c.a.y.m.b bVar, Paint.Cap cap, Paint.Join join, float f, d dVar, c.c.a.y.k.b bVar2, List<c.c.a.y.k.b> list, c.c.a.y.k.b bVar3) {
c.c.a.w.a aVar = new c.c.a.w.a(1);
this.i = aVar;
this.e = jVar;
this.f = bVar;
aVar.setStyle(Paint.Style.STROKE);
aVar.setStrokeCap(cap);
aVar.setStrokeJoin(join);
aVar.setStrokeMiter(f);
this.k = dVar.a();
this.j = bVar2.a();
if (bVar3 == null) {
this.m = null;
} else {
this.m = bVar3.a();
}
this.l = new ArrayList(list.size());
this.h = new float[list.size()];
for (int i = 0; i < list.size(); i++) {
this.l.add(list.get(i).a());
}
bVar.e(this.k);
bVar.e(this.j);
for (int i2 = 0; i2 < this.l.size(); i2++) {
bVar.e(this.l.get(i2));
}
c.c.a.w.c.a<?, Float> aVar2 = this.m;
if (aVar2 != null) {
bVar.e(aVar2);
}
this.k.a.add(this);
this.j.a.add(this);
for (int i3 = 0; i3 < list.size(); i3++) {
this.l.get(i3).a.add(this);
}
c.c.a.w.c.a<?, Float> aVar3 = this.m;
if (aVar3 != null) {
aVar3.a.add(this);
}
}
@Override // c.c.a.w.c.a.b
public void a() {
this.e.invalidateSelf();
}
@Override // c.c.a.w.b.c
public void b(List<c> list, List<c> list2) {
s sVar = null;
for (int size = list.size() - 1; size >= 0; size--) {
c cVar = list.get(size);
if (cVar instanceof s) {
s sVar2 = (s) cVar;
if (sVar2.f299c == 2) {
sVar = sVar2;
}
}
}
if (sVar != null) {
sVar.b.add(this);
}
b bVar = null;
for (int size2 = list2.size() - 1; size2 >= 0; size2--) {
c cVar2 = list2.get(size2);
if (cVar2 instanceof s) {
s sVar3 = (s) cVar2;
if (sVar3.f299c == 2) {
if (bVar != null) {
this.g.add(bVar);
}
bVar = new b(sVar3, null);
sVar3.b.add(this);
}
}
if (cVar2 instanceof m) {
if (bVar == null) {
bVar = new b(sVar, null);
}
bVar.a.add((m) cVar2);
}
}
if (bVar != null) {
this.g.add(bVar);
}
}
@Override // c.c.a.y.g
public void c(f fVar, int i, List<f> list, f fVar2) {
c.c.a.b0.f.f(fVar, i, list, fVar2, this);
}
@Override // c.c.a.w.b.e
public void d(RectF rectF, Matrix matrix, boolean z2) {
this.b.reset();
for (int i = 0; i < this.g.size(); i++) {
b bVar = this.g.get(i);
for (int i2 = 0; i2 < bVar.a.size(); i2++) {
this.b.addPath(bVar.a.get(i2).getPath(), matrix);
}
}
this.b.computeBounds(this.d, false);
float j = ((c) this.j).j();
RectF rectF2 = this.d;
float f = j / 2.0f;
rectF2.set(rectF2.left - f, rectF2.top - f, rectF2.right + f, rectF2.bottom + f);
rectF.set(this.d);
rectF.set(rectF.left - 1.0f, rectF.top - 1.0f, rectF.right + 1.0f, rectF.bottom + 1.0f);
c.c.a.c.a("StrokeContent#getBounds");
}
@Override // c.c.a.w.b.e
public void f(Canvas canvas, Matrix matrix, int i) {
float[] fArr = g.d;
boolean z2 = false;
fArr[0] = 0.0f;
fArr[1] = 0.0f;
fArr[2] = 37394.73f;
fArr[3] = 39575.234f;
matrix.mapPoints(fArr);
if (fArr[0] == fArr[2] || fArr[1] == fArr[3]) {
c.c.a.c.a("StrokeContent#draw");
return;
}
e eVar = (e) this.k;
float j = (((float) i) / 255.0f) * ((float) eVar.j(eVar.a(), eVar.c()));
float f = 100.0f;
this.i.setAlpha(c.c.a.b0.f.c((int) ((j / 100.0f) * 255.0f), 0, 255));
this.i.setStrokeWidth(g.d(matrix) * ((c) this.j).j());
if (this.i.getStrokeWidth() <= 0.0f) {
c.c.a.c.a("StrokeContent#draw");
return;
}
float f2 = 1.0f;
if (this.l.isEmpty()) {
c.c.a.c.a("StrokeContent#applyDashPattern");
} else {
float d = g.d(matrix);
for (int i2 = 0; i2 < this.l.size(); i2++) {
this.h[i2] = this.l.get(i2).e().floatValue();
if (i2 % 2 == 0) {
float[] fArr2 = this.h;
if (fArr2[i2] < 1.0f) {
fArr2[i2] = 1.0f;
}
} else {
float[] fArr3 = this.h;
if (fArr3[i2] < 0.1f) {
fArr3[i2] = 0.1f;
}
}
float[] fArr4 = this.h;
fArr4[i2] = fArr4[i2] * d;
}
c.c.a.w.c.a<?, Float> aVar = this.m;
this.i.setPathEffect(new DashPathEffect(this.h, aVar == null ? 0.0f : aVar.e().floatValue() * d));
c.c.a.c.a("StrokeContent#applyDashPattern");
}
c.c.a.w.c.a<ColorFilter, ColorFilter> aVar2 = this.n;
if (aVar2 != null) {
this.i.setColorFilter(aVar2.e());
}
int i3 = 0;
while (i3 < this.g.size()) {
b bVar = this.g.get(i3);
s sVar = bVar.b;
if (sVar == null) {
this.b.reset();
for (int size = bVar.a.size() - 1; size >= 0; size--) {
this.b.addPath(bVar.a.get(size).getPath(), matrix);
}
c.c.a.c.a("StrokeContent#buildPath");
canvas.drawPath(this.b, this.i);
c.c.a.c.a("StrokeContent#drawPath");
} else if (sVar == null) {
c.c.a.c.a("StrokeContent#applyTrimPath");
} else {
this.b.reset();
int size2 = bVar.a.size();
while (true) {
size2--;
if (size2 < 0) {
break;
}
this.b.addPath(bVar.a.get(size2).getPath(), matrix);
}
this.a.setPath(this.b, z2);
float length = this.a.getLength();
while (this.a.nextContour()) {
length += this.a.getLength();
}
float floatValue = (bVar.b.f.e().floatValue() * length) / 360.0f;
float floatValue2 = ((bVar.b.d.e().floatValue() * length) / f) + floatValue;
float floatValue3 = ((bVar.b.e.e().floatValue() * length) / f) + floatValue;
int size3 = bVar.a.size() - 1;
float f3 = 0.0f;
while (size3 >= 0) {
this.f285c.set(bVar.a.get(size3).getPath());
this.f285c.transform(matrix);
this.a.setPath(this.f285c, z2);
float length2 = this.a.getLength();
if (floatValue3 > length) {
float f4 = floatValue3 - length;
if (f4 < f3 + length2 && f3 < f4) {
g.a(this.f285c, floatValue2 > length ? (floatValue2 - length) / length2 : 0.0f, Math.min(f4 / length2, f2), 0.0f);
canvas.drawPath(this.f285c, this.i);
f3 += length2;
size3--;
z2 = false;
f2 = 1.0f;
}
}
float f5 = f3 + length2;
if (f5 >= floatValue2 && f3 <= floatValue3) {
if (f5 > floatValue3 || floatValue2 >= f3) {
g.a(this.f285c, floatValue2 < f3 ? 0.0f : (floatValue2 - f3) / length2, floatValue3 > f5 ? 1.0f : (floatValue3 - f3) / length2, 0.0f);
canvas.drawPath(this.f285c, this.i);
} else {
canvas.drawPath(this.f285c, this.i);
}
}
f3 += length2;
size3--;
z2 = false;
f2 = 1.0f;
}
c.c.a.c.a("StrokeContent#applyTrimPath");
}
i3++;
z2 = false;
f = 100.0f;
f2 = 1.0f;
}
c.c.a.c.a("StrokeContent#draw");
}
/* JADX DEBUG: Multi-variable search result rejected for r3v0, resolved type: c.c.a.c0.c<T> */
/* JADX WARN: Multi-variable type inference failed */
@Override // c.c.a.y.g
@CallSuper
public <T> void g(T t, @Nullable c.c.a.c0.c<T> cVar) {
if (t == o.d) {
c.c.a.w.c.a<?, Integer> aVar = this.k;
c.c.a.c0.c<Integer> cVar2 = aVar.e;
aVar.e = cVar;
} else if (t == o.o) {
c.c.a.w.c.a<?, Float> aVar2 = this.j;
c.c.a.c0.c<Float> cVar3 = aVar2.e;
aVar2.e = cVar;
} else if (t == o.C) {
c.c.a.w.c.a<ColorFilter, ColorFilter> aVar3 = this.n;
if (aVar3 != null) {
this.f.u.remove(aVar3);
}
if (cVar == 0) {
this.n = null;
return;
}
p pVar = new p(cVar, null);
this.n = pVar;
pVar.a.add(this);
this.f.e(this.n);
}
}
}