Home
last modified time | relevance | path

Searched refs:originalSrcBounds (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/core/
DSkImageFilter.cpp476 const SkIRect& originalSrcBounds) { in DetermineRepeatedSrcBound() argument
481 if (tmp.fLeft < originalSrcBounds.fLeft || tmp.fRight > originalSrcBounds.fRight) { in DetermineRepeatedSrcBound()
482 tmp.fLeft = originalSrcBounds.fLeft; in DetermineRepeatedSrcBound()
483 tmp.fRight = originalSrcBounds.fRight; in DetermineRepeatedSrcBound()
485 if (tmp.fTop < originalSrcBounds.fTop || tmp.fBottom > originalSrcBounds.fBottom) { in DetermineRepeatedSrcBound()
486 tmp.fTop = originalSrcBounds.fTop; in DetermineRepeatedSrcBound()
487 tmp.fBottom = originalSrcBounds.fBottom; in DetermineRepeatedSrcBound()
/external/skia/src/core/
DSkImageFilter.cpp658 const SkIRect& originalSrcBounds) { in DetermineRepeatedSrcBound() argument
663 if (tmp.fLeft < originalSrcBounds.fLeft || tmp.fRight > originalSrcBounds.fRight) { in DetermineRepeatedSrcBound()
664 tmp.fLeft = originalSrcBounds.fLeft; in DetermineRepeatedSrcBound()
665 tmp.fRight = originalSrcBounds.fRight; in DetermineRepeatedSrcBound()
667 if (tmp.fTop < originalSrcBounds.fTop || tmp.fBottom > originalSrcBounds.fBottom) { in DetermineRepeatedSrcBound()
668 tmp.fTop = originalSrcBounds.fTop; in DetermineRepeatedSrcBound()
669 tmp.fBottom = originalSrcBounds.fBottom; in DetermineRepeatedSrcBound()
DSkImageFilter_Base.h351 const SkIRect& originalSrcBounds);
/external/skqp/src/effects/imagefilters/
DSkMatrixConvolutionImageFilter.cpp323 const SkIRect originalSrcBounds = SkIRect::MakeXYWH(inputOffset.fX, inputOffset.fY, in onFilterImage() local
327 &originalSrcBounds); in onFilterImage()
331 fKernelSize, originalSrcBounds); in onFilterImage()
/external/skia/src/effects/imagefilters/
DSkMatrixConvolutionImageFilter.cpp346 const SkIRect originalSrcBounds = SkIRect::MakeXYWH(inputOffset.fX, inputOffset.fY, in onFilterImage() local
350 &originalSrcBounds); in onFilterImage()
354 fKernelSize, originalSrcBounds); in onFilterImage()
/external/skqp/include/core/
DSkImageFilter.h455 const SkIRect& originalSrcBounds);