Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkTextureCompressor.cpp148 int compressedDataSize = GetCompressedDataSize(format, pixmap.width(), pixmap.height()); in CompressBitmapToFormat() local
149 if (compressedDataSize < 0) { in CompressBitmapToFormat()
154 SkData* dst = SkData::NewUninitialized(compressedDataSize); in CompressBitmapToFormat()