Searched refs:interior (Results 1 - 9 of 9) 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.h68 inline void interior(int offset, IntPoint& normalVector);
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...]
/external/valgrind/main/memcheck/tests/
H A Dleak_cpp_interior.stderr.exp59 *0x........ interior points at 4 bytes inside 0x........
/external/chromium_org/third_party/sqlite/src/tool/
H A Dspaceanal.tcl55 int_pages int, -- Number of interior pages used
58 int_unused int, -- Number of unused bytes on interior pages
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
H A Dloopfilter_filters_altivec.asm740 vmaxub v14, v14, v4 ;# M = max interior abs diff
/external/libvpx/libvpx/vp8/common/ppc/
H A Dloopfilter_filters_altivec.asm740 vmaxub v14, v14, v4 ;# M = max interior abs diff
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas771 /// end up as the leaves of this tree and rule nodes are the interior nodes.

Completed in 1169 milliseconds