Home
last modified time | relevance | path

Searched refs:readInfo (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/PrintSpooler/jni/
Dcom_android_printspooler_util_BitmapSerializeUtils.cpp84 AndroidBitmapInfo readInfo; in readBitmapPixels() local
85 bool read = readAllBytes(fd, (void*) &readInfo, sizeof(AndroidBitmapInfo)); in readBitmapPixels()
100 if (readInfo.width != targetInfo.width || readInfo.height != targetInfo.height in readBitmapPixels()
101 || readInfo.stride != targetInfo.stride || readInfo.format != targetInfo.format in readBitmapPixels()
102 || readInfo.flags != targetInfo.flags) { in readBitmapPixels()
116 size_t byteCount = readInfo.stride * readInfo.height; in readBitmapPixels()