Home
last modified time | relevance | path

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

/external/skia/src/gpu/effects/
DGrConfigConversionEffect.cpp234 readDrawContext->fillRectToRect(GrClip::WideOpen(), in TestForPreservingPMConversions()
251 tempDrawContext->fillRectToRect(GrClip::WideOpen(), in TestForPreservingPMConversions()
266 readDrawContext->fillRectToRect(GrClip::WideOpen(), in TestForPreservingPMConversions()
/external/skia/include/gpu/
DGrDrawContext.h113 void fillRectToRect(const GrClip&,
/external/skia/src/gpu/
DSkGpuDevice_drawTexture.cpp214 fDrawContext->fillRectToRect(clip, grPaint, viewMatrix, clippedDstRect, clippedSrcRect); in drawTextureProducerImpl()
DGrTextureParamsAdjuster.cpp121 drawContext->fillRectToRect(GrClip::WideOpen(), paint, SkMatrix::I(), dstRect, localRect); in copy_on_gpu()
DSkGpuDevice.cpp1177 fDrawContext->fillRectToRect(fClip, grPaint, viewMatrix, dstRect, paintRect); in internalDrawBitmap()
1262 fDrawContext->fillRectToRect(fClip, in drawSprite()
1432 fDrawContext->fillRectToRect(fClip, grPaint, SkMatrix::I(), dstRect, srcRect); in drawDevice()
DGrDrawContext.cpp348 void GrDrawContext::fillRectToRect(const GrClip& clip, in fillRectToRect() function in GrDrawContext
/external/skia/src/effects/
DSkGpuBlurUtils.cpp260 dstDrawContext->fillRectToRect(clip, paint, SkMatrix::I(), dstRect, srcRect); in GaussianBlur()
389 dstDrawContext->fillRectToRect(clip, paint, SkMatrix::I(), dstRect, srcRect); in GaussianBlur()
DSkMorphologyImageFilter.cpp467 drawContext->fillRectToRect(clip, paint, SkMatrix::I(), SkRect::Make(dstRect), in apply_morphology_rect()
485 drawContext->fillRectToRect(clip, paint, SkMatrix::I(), SkRect::Make(dstRect), in apply_morphology_rect_no_bounds()
DSkLightingImageFilter.cpp393 drawContext->fillRectToRect(clip, paint, SkMatrix::I(), dstRect, srcRect); in drawRect()
/external/skia/src/core/
DSkImageFilter.cpp358 drawContext->fillRectToRect(clip, paint, SkMatrix::I(), dstRect, srcRect); in filterImageGPUDeprecated()