what-the-bank/sources/o/DYR.java

90 lines
2.5 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.common.primitives.UnsignedBytes;
import java.io.IOException;
/* loaded from: classes.dex */
public final class DYR extends uvL<LWm> {
public DYR(Eaa eaa, mEu meu) throws IOException {
super(eaa, meu);
}
public final void b(Knq knq) {
if (((uvL) this).b.size() == 0) {
return;
}
LWm lWm = (LWm) ((uvL) this).b.get(0);
knq.e(1, (lWm.c & 2) == 2);
knq.e(2, (lWm.c & 8) == 8);
knq.e(3, (lWm.c & 32) == 32);
knq.e(4, (lWm.c & 64) == 64);
knq.e(5, (lWm.c & 128) == 128 ? "Horizontal" : "Vertical");
knq.e(6, (lWm.c & 256) == 256 ? "Reverse" : "Normal");
knq.e(7, (lWm.c & 512) == 512);
knq.e(8, (lWm.c & 4096) == 4096);
knq.e(9, (lWm.c & 8192) == 8192);
knq.e(10, (lWm.c & 16384) == 16384);
int i = lWm.h;
if (i == -1) {
knq.e(11, "Right");
} else if (i == 0) {
knq.e(11, "Left");
} else if (i == 1) {
knq.e(11, "Center");
}
knq.b(12, lWm.a);
knq.e(13, lWm.e);
knq.d(14, lWm.j);
int i2 = lWm.d;
if (i2 == 1) {
knq.e(15, "Bold");
} else if (i2 == 2) {
knq.e(15, "Italic");
} else if (i2 == 4) {
knq.e(15, "Underline");
} else if (i2 == 8) {
knq.e(15, "Outline");
} else if (i2 == 16) {
knq.e(15, "Shadow");
} else if (i2 == 32) {
knq.e(15, "Condense");
} else if (i2 == 64) {
knq.e(15, "Extend");
}
knq.b(16, lWm.g);
knq.e(17, lWm.i);
}
/* loaded from: classes.dex */
static class LWm extends C0468HeB {
int[] a;
int c;
int d;
long e;
int[] g;
int h;
String i;
int j;
public LWm(Eaa eaa) throws IOException {
super(eaa);
this.c = eaa.a();
this.h = eaa.a();
this.a = new int[]{eaa.h(), eaa.h(), eaa.h()};
this.e = eaa.g();
eaa.b(8L);
this.j = eaa.h();
this.d = eaa.h();
eaa.b(1L);
eaa.b(2L);
this.g = new int[]{eaa.h(), eaa.h(), eaa.h()};
this.i = new String(eaa.a((short) (eaa.b() & UnsignedBytes.MAX_VALUE)));
}
}
@Override // o.uvL
final /* synthetic */ LWm a(Eaa eaa) throws IOException {
return new LWm(eaa);
}
}