Searched refs:decodeSize (Results 1 – 4 of 4) sorted by relevance
26 SkISize decodeSize = scaledSize; in Make() local32 decodeInfo = decodeInfo.makeWH(decodeSize.width(), decodeSize.height()); in Make()
88 auto decodeSize = scaledSize; in SkAnimatedImage() local89 fSampleSize = fCodec->computeSampleSize(&decodeSize); in SkAnimatedImage()90 fDecodeInfo = fDecodeInfo.makeDimensions(decodeSize); in SkAnimatedImage()
166 private final int decodeSize; field in Base64Codec332 this.decodeSize = this.encodeSize - 1; in Base64Codec()545 if (buffer == null || buffer.length - pos < decodeSize) { in decode()
925 …{ int const decodeSize = LZ4_decompress_safe(in_buff, out_buff, (int)blockSize, LEGACY_BLOCKSIZE… in LZ4IO_decodeLegacyStream() local926 if (decodeSize < 0) EXM_THROW(53, "Decoding Failed ! Corrupted input detected !"); in LZ4IO_decodeLegacyStream()927 streamSize += (unsigned long long)decodeSize; in LZ4IO_decodeLegacyStream()929 …storedSkips = LZ4IO_fwriteSparse(prefs, foutput, out_buff, (size_t)decodeSize, storedSkips); /* su… in LZ4IO_decodeLegacyStream()