Searched refs:outRGBDataPtr (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/images/ |
D | SkImageDecoder_ktx.cpp | 136 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()
|
D | SkImageDecoder_pkm.cpp | 77 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()
|