Home | History | Annotate | Download | only in effects

Lines Matching refs:rad

78     SkScalar rad = SkIntToScalar(radius);
83 lowerSrcRect.fRight = srcRect.left() + rad;
84 lowerDstRect.fRight = dstRect.left() + rad;
85 upperSrcRect.fLeft = srcRect.right() - rad;
86 upperDstRect.fLeft = dstRect.right() - rad;
87 middleSrcRect.inset(rad, 0);
88 middleDstRect.inset(rad, 0);
93 lowerSrcRect.fBottom = srcRect.top() + rad;
94 lowerDstRect.fBottom = dstRect.top() + rad;
95 upperSrcRect.fTop = srcRect.bottom() - rad;
96 upperDstRect.fTop = dstRect.bottom() - rad;
97 middleSrcRect.inset(0, rad);
98 middleDstRect.inset(0, rad);