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

  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
Sphere.java 79 protected boolean interior; field in class:Sphere
117 * @param interior
120 public Sphere(int zSamples, int radialSamples, float radius, boolean useEvenSlices, boolean interior) {
121 updateGeometry(zSamples, radialSamples, radius, useEvenSlices, interior);
217 if (!interior) // allow interior texture vs. exterior
268 if (!interior) {
289 if (!interior) {
323 if (!interior) {
343 if (!interior) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FELighting.h 71 inline void interior(int offset, IntPoint& normalVector);
FELighting.cpp 114 inline void FELighting::LightingData::interior(int offset, IntPoint& normalVector) function in class:WebCore::FELighting::LightingData
242 data.interior(offset, normalVector);
370 // Interior pixels.
  /external/chromium_org/third_party/skia/src/effects/
SkMatrixConvolutionImageFilter.cpp 286 SkIRect interior = SkIRect::MakeXYWH(bounds.left() + fTarget.fX, local
290 SkIRect top = SkIRect::MakeLTRB(bounds.left(), bounds.top(), bounds.right(), interior.top());
291 SkIRect bottom = SkIRect::MakeLTRB(bounds.left(), interior.bottom(),
293 SkIRect left = SkIRect::MakeLTRB(bounds.left(), interior.top(),
294 interior.left(), interior.bottom());
295 SkIRect right = SkIRect::MakeLTRB(interior.right(), interior.top(),
296 bounds.right(), interior.bottom());
299 filterInteriorPixels(src, result, interior, bounds)
    [all...]
  /external/skia/src/effects/
SkMatrixConvolutionImageFilter.cpp 286 SkIRect interior = SkIRect::MakeXYWH(bounds.left() + fTarget.fX, local
290 SkIRect top = SkIRect::MakeLTRB(bounds.left(), bounds.top(), bounds.right(), interior.top());
291 SkIRect bottom = SkIRect::MakeLTRB(bounds.left(), interior.bottom(),
293 SkIRect left = SkIRect::MakeLTRB(bounds.left(), interior.top(),
294 interior.left(), interior.bottom());
295 SkIRect right = SkIRect::MakeLTRB(interior.right(), interior.top(),
296 bounds.right(), interior.bottom());
299 filterInteriorPixels(src, result, interior, bounds)
    [all...]
  /external/chromium_org/v8/test/mjsunit/compiler/
expression-trees.js 39 // More than one leaf requires an interior node.
  /external/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/libvpx/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 740 vmaxub v14, v14, v4 ;# M = max interior abs diff
    [all...]
  /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 237 milliseconds