Home
last modified time | relevance | path

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

/external/skia/src/codec/
DSkSampledCodec.cpp215 const SkImageInfo nativeInfo = info.makeWH(nativeSize.width(), nativeSize.height()); in sampledDecode() local
230 const SkCodec::Result startResult = this->codec()->startIncrementalDecode(nativeInfo, in sampledDecode()
264 SkCodec::Result result = this->codec()->startScanlineDecode(nativeInfo, in sampledDecode()