Home
last modified time | relevance | path

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

/external/skqp/src/gpu/effects/
DGrConfigConversionEffect.h97 readRTC->fillRectToRect(GrNoClip(), std::move(paint1), GrAA::kNo, SkMatrix::I(), kRect, in TestForPreservingPMConversions()
111 tempRTC->fillRectToRect(GrNoClip(), std::move(paint2), GrAA::kNo, SkMatrix::I(), kRect, in TestForPreservingPMConversions()
118 readRTC->fillRectToRect(GrNoClip(), std::move(paint3), GrAA::kNo, SkMatrix::I(), kRect, in TestForPreservingPMConversions()
DGrConfigConversionEffect.fp97 readRTC->fillRectToRect(GrNoClip(), std::move(paint1), GrAA::kNo, SkMatrix::I(), kRect,
111 tempRTC->fillRectToRect(GrNoClip(), std::move(paint2), GrAA::kNo, SkMatrix::I(), kRect,
118 readRTC->fillRectToRect(GrNoClip(), std::move(paint3), GrAA::kNo, SkMatrix::I(), kRect,
/external/skia/src/gpu/
DGrSurfaceDrawContext.h179 void fillRectToRect(const GrClip*,
209 this->fillRectToRect(clip, std::move(paint), aa, viewMatrix, rect,
DGrSurfaceDrawContext.cpp461 this->fillRectToRect(clip, std::move(paint), GrAA::kNo, SkMatrix::I(), r, r); in drawPaint()
686 this->fillRectToRect(clip, std::move(paint), GrAA::kYes, viewMatrix, dstRect, srcRect); in drawTexture()
761 this->fillRectToRect(clip, std::move(paint), aa, viewMatrix, rect, rect); in drawRect()
783 void GrSurfaceDrawContext::fillRectToRect(const GrClip* clip, in fillRectToRect() function in GrSurfaceDrawContext
/external/skqp/src/gpu/
DGrTextureProducer.cpp78 copyRTC->fillRectToRect(GrNoClip(), std::move(paint), GrAA::kNo, SkMatrix::I(), dstRect, in CopyOnGpu()
DGrRenderTargetContext.h113 void fillRectToRect(const GrClip&,
DSkGpuDevice_drawTexture.cpp309 fRenderTargetContext->fillRectToRect(this->clip(), std::move(grPaint), aa, viewMatrix, in drawTextureProducerImpl()
DGrContext.cpp501 dst->asRenderTargetContext()->fillRectToRect( in writeSurfacePixels()
690 tempCtx->asRenderTargetContext()->fillRectToRect( in readSurfacePixels()
DSkGpuDevice.cpp1124 fRenderTargetContext->fillRectToRect( in drawSpecial()
DGrRenderTargetContext.cpp887 void GrRenderTargetContext::fillRectToRect(const GrClip& clip, in fillRectToRect() function in GrRenderTargetContext
/external/skqp/src/core/
DSkGpuBlurUtils.cpp339 dstRenderTargetContext->fillRectToRect(clip, std::move(paint), GrAA::kNo, in decimate()
444 dstRenderTargetContext->fillRectToRect(clip, std::move(paint), GrAA::kNo, SkMatrix::I(), in reexpand()
DSkImageFilter.cpp266 renderTargetContext->fillRectToRect(clip, std::move(paint), GrAA::kNo, SkMatrix::I(), dstRect, in DrawWithFP()
/external/skqp/src/effects/imagefilters/
DSkMorphologyImageFilter.cpp397 renderTargetContext->fillRectToRect(clip, std::move(paint), GrAA::kNo, SkMatrix::I(), in apply_morphology_rect()
413 renderTargetContext->fillRectToRect(clip, std::move(paint), GrAA::kNo, SkMatrix::I(), in apply_morphology_rect_no_bounds()
DSkLightingImageFilter.cpp450 renderTargetContext->fillRectToRect(clip, std::move(paint), GrAA::kNo, SkMatrix::I(), dstRect, in drawRect()
/external/skia/src/core/
DSkGpuBlurUtils.cpp138 surfaceDrawContext->fillRectToRect(nullptr, std::move(paint), GrAA::kNo, SkMatrix::I(), in convolve_gaussian_2d()
329 dstRenderTargetContext->fillRectToRect(nullptr, std::move(paint), GrAA::kNo, SkMatrix::I(), in reexpand()
/external/skia/gm/
Dgpu_blur_utils.cpp293 sdc->fillRectToRect(nullptr, in run()