Home
last modified time | relevance | path

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

/external/skia/src/images/
DSkImageDecoder_ktx.cpp136 uint8_t *outRGBDataPtr = reinterpret_cast<uint8_t *>(outRGBData.get()); in onDecode() local
141 outRGBDataPtr, width, buf, width, height, ktxCompressedFormat)) { in onDecode()
148 const uint8_t *srcRow = reinterpret_cast<uint8_t *>(outRGBDataPtr); in onDecode()
165 uint8_t *outRGBDataPtr = reinterpret_cast<uint8_t *>(outRGBData.get()); in onDecode() local
170 outRGBDataPtr, width*3, buf, width, height, SkTextureCompressor::kETC1_Format)) { in onDecode()
177 const uint8_t *srcRow = reinterpret_cast<uint8_t *>(outRGBDataPtr); in onDecode()
DSkImageDecoder_pkm.cpp77 uint8_t *outRGBDataPtr = reinterpret_cast<uint8_t *>(outRGBData.get()); in onDecode() local
81 outRGBDataPtr, width*3, buf, width, height, SkTextureCompressor::kETC1_Format)) { in onDecode()
88 const uint8_t *srcRow = reinterpret_cast<uint8_t *>(outRGBDataPtr); in onDecode()