Home
last modified time | relevance | path

Searched refs:fillRectToRectWithFP (Results 1 – 12 of 12) sorted by relevance

/external/skia/src/gpu/
DGrSurfaceFillContext.h157 void fillRectToRectWithFP(const SkRect& srcRect, in fillRectToRectWithFP() function
165 void fillRectToRectWithFP(const SkIRect& srcRect, in fillRectToRectWithFP() function
168 this->fillRectToRectWithFP(SkRect::Make(srcRect), dstRect, std::move(fp)); in fillRectToRectWithFP()
DGrSurfaceContext.cpp272 sfc->fillRectToRectWithFP(SkIRect::MakePtSize(pt, dst.dimensions()), in readPixels()
553 this->asFillContext()->fillRectToRectWithFP( in internalWritePixels()
1302 stepDst->fillRectToRectWithFP(srcRect, stepDstRect, std::move(fp)); in rescaleInto()
DGrSurfaceFillContext.cpp456 this->fillRectToRectWithFP(srcRectF, dstRect, std::move(fp)); in blitTexture()
/external/skia/src/effects/imagefilters/
DSkBlendImageFilter.cpp292 surfaceFillContext->fillRectToRectWithFP(bounds, in filterImageGPU()
DSkMorphologyImageFilter.cpp381 surfaceFillContext->fillRectToRectWithFP(srcRect, dstRect, std::move(fp)); in apply_morphology_rect()
394 surfaceFillContext->fillRectToRectWithFP(srcRect, dstRect, std::move(fp)); in apply_morphology_rect_no_bounds()
DSkArithmeticImageFilter.cpp392 surfaceFillContext->fillRectToRectWithFP(bounds, SkIRect::MakeSize(bounds.size()), in filterImageGPU()
DSkDisplacementMapImageFilter.cpp328 surfaceFillContext->fillRectToRectWithFP(colorBounds, in onFilterImage()
DSkLightingImageFilter.cpp467 surfaceFillContext->fillRectToRectWithFP(srcRect, dstRect, std::move(fp)); in drawRect()
/external/skia/src/core/
DSkGpuBlurUtils.cpp90 sfc->fillRectToRectWithFP(srcRect, dstRect, std::move(conv)); in convolve_gaussian_1d()
529 result->fillRectToRectWithFP(dstBounds, SkIRect::MakeSize(dstBounds.size()), std::move(fp)); in GaussianBlur()
DSkImageFilter.cpp609 surfaceFillContext->fillRectToRectWithFP(srcRect, dstIRect, std::move(fp)); in DrawWithFP()
/external/skia/gm/
Dgpu_blur_utils.cpp390 sdc->fillRectToRectWithFP(SkIRect::MakeSize(dstB.size()), in do_very_large_blur_gm()
/external/skia/tests/
DReadWritePixelsGpuTest.cpp1193 dst->fillRectToRectWithFP(SkIRect::MakeSize(sc->dimensions()), in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()