Home
last modified time | relevance | path

Searched defs:getBoundingBox (Results 1 – 2 of 2) sorted by relevance

/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
DUVCoordinatesGenerator.java202 /* package */static BoundingBox getBoundingBox(List<Geometry> geometries) { in getBoundingBox() method in UVCoordinatesGenerator
221 /* package */static BoundingBox getBoundingBox(Mesh mesh) { in getBoundingBox() method in UVCoordinatesGenerator
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGElement.cpp597 bool SVGElement::getBoundingBox(FloatRect& rect) in getBoundingBox() function in WebCore::SVGElement