Home
last modified time | relevance | path

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

/third_party/skia/src/codec/
DSkPngCodec.cpp445 const size_t colorXformBytes = dstInfo.width() * bytesPerPixel; in allocateStorage() local
446 fStorage.reset(colorXformBytes); in allocateStorage()
/third_party/flutter/skia/src/codec/
DSkPngCodec.cpp447 const size_t colorXformBytes = dstInfo.width() * bytesPerPixel; in allocateStorage() local
448 fStorage.reset(colorXformBytes); in allocateStorage()