Searched refs:fillRectToRect (Results 1 – 10 of 10) sorted by relevance
/external/skia/src/gpu/effects/ |
D | GrConfigConversionEffect.cpp | 234 readDrawContext->fillRectToRect(GrClip::WideOpen(), in TestForPreservingPMConversions() 251 tempDrawContext->fillRectToRect(GrClip::WideOpen(), in TestForPreservingPMConversions() 266 readDrawContext->fillRectToRect(GrClip::WideOpen(), in TestForPreservingPMConversions()
|
/external/skia/include/gpu/ |
D | GrDrawContext.h | 113 void fillRectToRect(const GrClip&,
|
/external/skia/src/gpu/ |
D | SkGpuDevice_drawTexture.cpp | 214 fDrawContext->fillRectToRect(clip, grPaint, viewMatrix, clippedDstRect, clippedSrcRect); in drawTextureProducerImpl()
|
D | GrTextureParamsAdjuster.cpp | 121 drawContext->fillRectToRect(GrClip::WideOpen(), paint, SkMatrix::I(), dstRect, localRect); in copy_on_gpu()
|
D | SkGpuDevice.cpp | 1177 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()
|
D | GrDrawContext.cpp | 348 void GrDrawContext::fillRectToRect(const GrClip& clip, in fillRectToRect() function in GrDrawContext
|
/external/skia/src/effects/ |
D | SkGpuBlurUtils.cpp | 260 dstDrawContext->fillRectToRect(clip, paint, SkMatrix::I(), dstRect, srcRect); in GaussianBlur() 389 dstDrawContext->fillRectToRect(clip, paint, SkMatrix::I(), dstRect, srcRect); in GaussianBlur()
|
D | SkMorphologyImageFilter.cpp | 467 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()
|
D | SkLightingImageFilter.cpp | 393 drawContext->fillRectToRect(clip, paint, SkMatrix::I(), dstRect, srcRect); in drawRect()
|
/external/skia/src/core/ |
D | SkImageFilter.cpp | 358 drawContext->fillRectToRect(clip, paint, SkMatrix::I(), dstRect, srcRect); in filterImageGPUDeprecated()
|