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

  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
Node.java 128 BoundingVolume resultBound = null;
132 if (resultBound != null) {
134 resultBound.mergeLocal(child.getWorldBound());
138 resultBound = child.getWorldBound().clone(this.worldBound);
142 this.worldBound = resultBound;
  /external/skia/tests/
PathTest.cpp     [all...]

Completed in 79 milliseconds