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

/external/skia/src/codec/
H A DSkBmpStandardCodec.cpp72 const uint32_t numColorsToRead = local
76 colorBytes = numColorsToRead * fBytesPerColor;
96 for (; i < numColorsToRead; i++) {
H A DSkBmpRLECodec.cpp72 const uint32_t numColorsToRead = local
76 colorBytes = numColorsToRead * fBytesPerColor;
86 for (; i < numColorsToRead; i++) {

Completed in 150 milliseconds