HomeSort by relevance Sort by last modified time
    Searched refs:interior (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/skia/src/effects/
SkMatrixConvolutionImageFilter.cpp 343 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, bounds)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FELighting.h 68 inline void interior(int offset, IntPoint& normalVector);
FELighting.cpp 121 inline void FELighting::LightingData::interior(int offset, IntPoint& normalVector) function in class:blink::FELighting::LightingData
249 data.interior(offset, normalVector);
392 // Interior pixels.
  /external/chromium_org/v8/test/mjsunit/compiler/
expression-trees.js 39 // More than one leaf requires an interior node.
  /external/chromium_org/third_party/sqlite/src/tool/
spaceanal.tcl 55 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/
loopfilter_filters_altivec.asm 740 vmaxub v14, v14, v4 ;# M = max interior abs diff
    [all...]
  /external/libvpx/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 740 vmaxub v14, v14, v4 ;# M = max interior abs diff
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 771 /// end up as the leaves of this tree and rule nodes are the interior nodes.
    [all...]

Completed in 433 milliseconds