Home
last modified time | relevance | path

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

/external/skia/src/codec/
DSkBmpStandardCodec.cpp83 const uint32_t numColorsToRead = in createColorTable() local
87 colorBytes = numColorsToRead * fBytesPerColor; in createColorTable()
107 for (; i < numColorsToRead; i++) { in createColorTable()
DSkBmpRLECodec.cpp80 const uint32_t numColorsToRead = in createColorTable() local
84 colorBytes = numColorsToRead * fBytesPerColor; in createColorTable()
94 for (; i < numColorsToRead; i++) { in createColorTable()