Searched refs:numColorsToRead (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/codec/
H A DSkBmpStandardCodec.cpp85 const uint32_t numColorsToRead = local
89 colorBytes = numColorsToRead * fBytesPerColor;
106 for (; i < numColorsToRead; i++) {
H A DSkBmpRLECodec.cpp84 const uint32_t numColorsToRead = local
88 colorBytes = numColorsToRead * fBytesPerColor;
97 for (; i < numColorsToRead; i++) {

Completed in 26 milliseconds