Searched refs:expectedBytes1 (Results 1 – 3 of 3) sorted by relevance
78 uint8_t* expectedBytes1 = reinterpret_cast<uint8_t*>(&expectedColor1); in test_clear() local79 expectedBytes1[0] = GrColorUnpackR(color1); in test_clear()80 expectedBytes1[1] = GrColorUnpackG(color1); in test_clear()81 expectedBytes1[2] = GrColorUnpackB(color1); in test_clear()82 expectedBytes1[3] = GrColorUnpackA(color1); in test_clear()
86 byte[] expectedBytes1 = new byte[] {1, 2, 3, 4, 5}; in testWriteAll_Multiple()87 expected.write(expectedBytes1); in testWriteAll_Multiple()88 stream.pipe(new ByteArrayInputStream(expectedBytes1), Mode.COPY); in testWriteAll_Multiple()