Home
last modified time | relevance | path

Searched refs:fillRectToRect (Results 1 – 10 of 10) sorted by relevance

/external/skia/src/gpu/effects/
DGrConfigConversionEffect.cpp163 readRTC->fillRectToRect(GrNoClip(), std::move(paint1), GrAA::kNo, SkMatrix::I(), kRect, kRect); in TestForPreservingPMConversions()
173 tempRTC->fillRectToRect(GrNoClip(), std::move(paint2), GrAA::kNo, SkMatrix::I(), kRect, kRect); in TestForPreservingPMConversions()
180 readRTC->fillRectToRect(GrNoClip(), std::move(paint3), GrAA::kNo, SkMatrix::I(), kRect, kRect); in TestForPreservingPMConversions()
/external/skia/src/core/
DSkGpuBlurUtils.cpp298 dstRenderTargetContext->fillRectToRect(clip, std::move(paint), GrAA::kNo, SkMatrix::I(), in GaussianBlur()
420 dstRenderTargetContext->fillRectToRect(clip, std::move(paint), GrAA::kNo, SkMatrix::I(), in GaussianBlur()
DSkImageFilter.cpp314 renderTargetContext->fillRectToRect(clip, std::move(paint), GrAA::kNo, SkMatrix::I(), dstRect, in DrawWithFP()
/external/skia/src/gpu/
DSkGpuDevice_drawTexture.cpp218 fRenderTargetContext->fillRectToRect(clip, std::move(grPaint), aa, viewMatrix, in drawTextureProducerImpl()
DGrTextureProducer.cpp68 copyRTC->fillRectToRect(GrNoClip(), std::move(paint), GrAA::kNo, SkMatrix::I(), dstRect, in CopyOnGpu()
DGrRenderTargetContext.h120 void fillRectToRect(const GrClip&,
DSkGpuDevice.cpp1154 fRenderTargetContext->fillRectToRect( in drawSpecial()
DGrRenderTargetContext.cpp723 void GrRenderTargetContext::fillRectToRect(const GrClip& clip, in fillRectToRect() function in GrRenderTargetContext
/external/skia/src/effects/
DSkMorphologyImageFilter.cpp403 renderTargetContext->fillRectToRect(clip, std::move(paint), GrAA::kNo, SkMatrix::I(), in apply_morphology_rect()
421 renderTargetContext->fillRectToRect(clip, std::move(paint), GrAA::kNo, SkMatrix::I(), in apply_morphology_rect_no_bounds()
DSkLightingImageFilter.cpp451 renderTargetContext->fillRectToRect(clip, std::move(paint), GrAA::kNo, SkMatrix::I(), dstRect, in drawRect()