Searched defs:interior (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/skia/src/effects/
H A DSkMatrixConvolutionImageFilter.cpp343 SkIRect interior = SkIRect::MakeXYWH(bounds.left() + fKernelOffset.fX, local
347 SkIRect top = SkIRect::MakeLTRB(bounds.left(), bounds.top(), bounds.right(), interior.top());
348 SkIRect bottom = SkIRect::MakeLTRB(bounds.left(), interior.bottom(),
350 SkIRect left = SkIRect::MakeLTRB(bounds.left(), interior.top(),
351 interior.left(), interior.bottom());
352 SkIRect right = SkIRect::MakeLTRB(interior.right(), interior.top(),
353 bounds.right(), interior.bottom());
356 filterInteriorPixels(src, result, interior, bound
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFELighting.cpp121 inline void FELighting::LightingData::interior(int offset, IntPoint& normalVector) function in class:blink::FELighting::LightingData
249 data.interior(offset, normalVector);
/external/skia/src/effects/
H A DSkMatrixConvolutionImageFilter.cpp292 SkIRect interior = SkIRect::MakeXYWH(bounds.left() + fKernelOffset.fX, local
296 SkIRect top = SkIRect::MakeLTRB(bounds.left(), bounds.top(), bounds.right(), interior.top());
297 SkIRect bottom = SkIRect::MakeLTRB(bounds.left(), interior.bottom(),
299 SkIRect left = SkIRect::MakeLTRB(bounds.left(), interior.top(),
300 interior.left(), interior.bottom());
301 SkIRect right = SkIRect::MakeLTRB(interior.right(), interior.top(),
302 bounds.right(), interior.bottom());
305 filterInteriorPixels(src, result, interior, bound
[all...]

Completed in 1394 milliseconds