Home
last modified time | relevance | path

Searched refs:fillInfo (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/tests/
H A DSwizzlerTest.cpp34 const SkImageInfo fillInfo = imageInfo.makeWH(imageInfo.width(), endRow - startRow + 1); in check_fill() local
35 SkSampler::Fill(fillInfo, imageStart, rowBytes, SkCodec::kNo_ZeroInitialized); in check_fill()
/third_party/skia/src/codec/
H A DSkSampledCodec.cpp333 const SkImageInfo fillInfo = info.makeWH(info.width(), 1); in sampledDecode() local
341 SkSampler::Fill(fillInfo, rowPtr, rowBytes, options.fZeroInitialized); in sampledDecode()
H A DSkCodec.cpp670 const auto fillInfo = info.makeWH(fillWidth, linesRemaining); in fillIncompleteImage() local
671 SkSampler::Fill(fillInfo, fillDst, rowBytes, kNo_ZeroInitialized); in fillIncompleteImage()
/third_party/skia/third_party/externals/libgifcodec/
H A DSkLibGifCodec.cpp351 auto fillInfo = dstInfo.makeWH(fSwizzler->fillWidth(), scaledHeight); in decodeFrame() local
352 SkSampler::Fill(fillInfo, fDst, fDstRowBytes, opts.fZeroInitialized); in decodeFrame()

Completed in 4 milliseconds