Searched refs:readInfo (Results 1 – 2 of 2) sorted by relevance
91 AndroidBitmapInfo readInfo; in readBitmapPixels() local92 bool read = readAllBytes(fd, (void*) &readInfo, sizeof(AndroidBitmapInfo)); in readBitmapPixels()107 if (readInfo.width != targetInfo.width || readInfo.height != targetInfo.height in readBitmapPixels()108 || readInfo.stride != targetInfo.stride || readInfo.format != targetInfo.format in readBitmapPixels()109 || readInfo.flags != targetInfo.flags) { in readBitmapPixels()123 size_t byteCount = readInfo.stride * readInfo.height; in readBitmapPixels()
72 OsuProvider readInfo = OsuProvider.CREATOR.createFromParcel(parcel); in verifyParcel() local74 assertEquals(writeInfo, readInfo); in verifyParcel()75 assertEquals(writeInfo.hashCode(), readInfo.hashCode()); in verifyParcel()