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

  /external/skia/src/effects/
SkMatrixConvolutionImageFilter.cpp 365 SkIRect interior = SkIRect::MakeXYWH(bounds.left() + fKernelOffset.fX, local
369 SkIRect top = SkIRect::MakeLTRB(bounds.left(), bounds.top(), bounds.right(), interior.top());
370 SkIRect bottom = SkIRect::MakeLTRB(bounds.left(), interior.bottom(),
372 SkIRect left = SkIRect::MakeLTRB(bounds.left(), interior.top(),
373 interior.left(), interior.bottom());
374 SkIRect right = SkIRect::MakeLTRB(interior.right(), interior.top(),
375 bounds.right(), interior.bottom());
378 this->filterInteriorPixels(inputBM, &dst, interior, bounds)
    [all...]
SkLightingImageFilter.cpp 487 SkRect interior = dstRect.makeInset(1, 1); local
502 this->drawRect(renderTargetContext.get(), inputProxy, matrix, clip, interior,
    [all...]
  /external/valgrind/memcheck/tests/
leak_cpp_interior.stderr.exp 115 *0x........ interior points at 4 bytes inside 0x........
  /prebuilts/go/darwin-x86/src/encoding/ascii85/
ascii85.go 127 // Large interior chunks.
  /prebuilts/go/linux-x86/src/encoding/ascii85/
ascii85.go 127 // Large interior chunks.
  /prebuilts/go/darwin-x86/src/encoding/base32/
base32.go 175 // Large interior chunks.
  /prebuilts/go/linux-x86/src/encoding/base32/
base32.go 175 // Large interior chunks.
  /prebuilts/go/darwin-x86/src/encoding/base64/
base64.go 189 // Large interior chunks.
  /prebuilts/go/linux-x86/src/encoding/base64/
base64.go 189 // Large interior chunks.
  /external/python/cpython2/Lib/idlelib/
configDialog.py     [all...]
  /prebuilts/go/darwin-x86/src/runtime/
mheap.go 565 // able to map interior pointer to containing span.
    [all...]
mbitmap.go 438 // the interior of the object. Otherwise use the size to get the base.
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
mheap.go 565 // able to map interior pointer to containing span.
    [all...]
mbitmap.go 438 // the interior of the object. Otherwise use the size to get the base.
    [all...]
  /prebuilts/go/darwin-x86/src/go/ast/
ast.go 132 // interior blank lines to a single blank line.
  /prebuilts/go/linux-x86/src/go/ast/
ast.go 132 // interior blank lines to a single blank line.
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /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 861 milliseconds