Home
last modified time | relevance | path

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

/external/skia/src/codec/
DSkBmpStandardCodec.cpp85 const uint32_t numColorsToRead = in createColorTable() local
89 colorBytes = numColorsToRead * fBytesPerColor; in createColorTable()
106 for (; i < numColorsToRead; i++) { in createColorTable()
DSkBmpRLECodec.cpp87 const uint32_t numColorsToRead = in createColorTable() local
91 colorBytes = numColorsToRead * fBytesPerColor; in createColorTable()
100 for (; i < numColorsToRead; i++) { in createColorTable()