Home
last modified time | relevance | path

Searched defs:srcCtx (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrDataUtils.cpp569 SkRasterPipeline_MemoryCtx srcCtx{const_cast<void*>(src), SkToInt(srcRB / srcBpp)}, in GrConvertPixels() local
/third_party/skia/src/gpu/
DGrDataUtils.cpp627 srcCtx{const_cast<void*>(src.addr()), SkToInt(src.rowBytes()/srcBpp)}, in GrConvertPixels() local
DSurfaceContext.cpp610 auto srcCtx = tempFC ? tempFC.get() : this; in asyncRescaleAndReadPixels() local
/third_party/skia/src/core/
DSkGpuBlurUtils.cpp571 auto srcCtx = rContext->priv().makeSC(srcView, colorInfo); in GaussianBlur() local