Home
last modified time | relevance | path

Searched defs:dstCtx (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/ganesh/
DGrDataUtils.cpp457 dstCtx{ dst.addr(), SkToInt(dst.rowBytes()/dstBpp)}; in GrConvertPixels() local
573 SkRasterPipeline_MemoryCtx dstCtx{dst, SkToInt(dstRB/dstInfo.bpp())}; in GrClearImage() local
/external/skia/experimental/rust_png/decoder/impl/
DSkPngRustCodec.cpp365 SkRasterPipeline_MemoryCtx dstCtx = {dstRow.data(), 0}; in blendRow() local