Searched refs:dstFillContext (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/effects/imagefilters/ |
D | SkMorphologyImageFilter.cpp | 493 auto dstFillContext = in apply_morphology() local 501 if (!dstFillContext) { in apply_morphology() 505 apply_morphology_pass(dstFillContext.get(), std::move(srcView), srcAlphaType, in apply_morphology() 511 dstFillContext->clear(clearRect, clearColor); in apply_morphology() 513 srcView = dstFillContext->readSurfaceView(); in apply_morphology() 514 srcAlphaType = dstFillContext->colorInfo().alphaType(); in apply_morphology() 518 auto dstFillContext = in apply_morphology() local 526 if (!dstFillContext) { in apply_morphology() 530 apply_morphology_pass(dstFillContext.get(), std::move(srcView), srcAlphaType, in apply_morphology() 533 srcView = dstFillContext->readSurfaceView(); in apply_morphology()
|
/external/skia/tests/ |
D | BackendAllocationTest.cpp | 443 auto dstFillContext = dContext->priv().makeSFC(info, /*label=*/{}); in check_mipmaps() local 444 if (!dstFillContext) { in check_mipmaps() 465 dstFillContext->clear(SK_PMColor4fTRANSPARENT); in check_mipmaps() 475 *dstFillContext->caps()); in check_mipmaps() 476 dstFillContext->fillRectWithFP(SkIRect::MakeWH(rectSize, rectSize), std::move(fp)); in check_mipmaps() 485 bool result = dstFillContext->readPixels(dContext, actual, {0, 0}); in check_mipmaps()
|