Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
H A DSurfaceContext.cpp142 std::unique_ptr<SurfaceContext> tempCtx; in readPixels() local
178 tempCtx = std::move(sfc); in readPixels()
209 tempCtx = dContext->priv().makeSC(std::move(view), this->colorInfo()); in readPixels()
210 SkASSERT(tempCtx); in readPixels()
212 return tempCtx->readPixels(dContext, dst, pt); in readPixels()
432 SurfaceContext tempCtx(dContext, tempView, tempColorInfo); in internalWritePixels()
445 if (!tempCtx.writePixels(dContext, srcBase, {0, 0})) { in internalWritePixels()

Completed in 3 milliseconds