Home
last modified time | relevance | path

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

/external/skia/src/effects/
DSkMorphologyImageFilter.cpp498 SkIRect lowerSrcRect = srcRect, lowerDstRect = dstRect; in apply_morphology_pass() local
505 lowerDstRect.fRight = dstRect.left() + radius; in apply_morphology_pass()
514 lowerDstRect.fBottom = dstRect.top() + radius; in apply_morphology_pass()
526 apply_morphology_rect(drawContext, clip, texture, lowerSrcRect, lowerDstRect, radius, in apply_morphology_pass()