Home | History | Annotate | Download | only in effects

Lines Matching refs:interior

301     SkIRect interior = SkIRect::MakeXYWH(bounds.left() + fKernelOffset.fX,
305 SkIRect top = SkIRect::MakeLTRB(bounds.left(), bounds.top(), bounds.right(), interior.top());
306 SkIRect bottom = SkIRect::MakeLTRB(bounds.left(), interior.bottom(),
308 SkIRect left = SkIRect::MakeLTRB(bounds.left(), interior.top(),
309 interior.left(), interior.bottom());
310 SkIRect right = SkIRect::MakeLTRB(interior.right(), interior.top(),
311 bounds.right(), interior.bottom());
314 filterInteriorPixels(src, result, interior, bounds);