Searched refs:originalSrcBounds (Results 1 – 6 of 6) sorted by relevance
476 const SkIRect& originalSrcBounds) { in DetermineRepeatedSrcBound() argument481 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()
658 const SkIRect& originalSrcBounds) { in DetermineRepeatedSrcBound() argument663 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()
351 const SkIRect& originalSrcBounds);
323 const SkIRect originalSrcBounds = SkIRect::MakeXYWH(inputOffset.fX, inputOffset.fY, in onFilterImage() local327 &originalSrcBounds); in onFilterImage()331 fKernelSize, originalSrcBounds); in onFilterImage()
346 const SkIRect originalSrcBounds = SkIRect::MakeXYWH(inputOffset.fX, inputOffset.fY, in onFilterImage() local350 &originalSrcBounds); in onFilterImage()354 fKernelSize, originalSrcBounds); in onFilterImage()
455 const SkIRect& originalSrcBounds);