Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrDataUtils.cpp636 dstCtx{ dst.addr(), SkToInt(dst.rowBytes()/dstBpp)}; in GrConvertPixels() local
753 SkRasterPipeline_MemoryCtx dstCtx{dst, SkToInt(dstRB/dstInfo.bpp())}; in GrClearImage() local
/third_party/flutter/skia/src/gpu/
DGrDataUtils.cpp570 dstCtx{ dst , SkToInt(dstRB / dstBpp)}; in GrConvertPixels() local