OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createBoxShape
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
BoxShapeTest.cpp
42
PassOwnPtr<Shape>
createBoxShape
(const LayoutSize& size, float shapeMargin, float shapePadding)
72
OwnPtr<Shape> shape =
createBoxShape
(LayoutSize(100, 50), 10, 20);
Shape.cpp
48
static PassOwnPtr<Shape>
createBoxShape
(const FloatRoundedRect& bounds)
260
OwnPtr<Shape> shape =
createBoxShape
(bounds);
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/util/
CollisionShapeFactory.java
195
public static CollisionShape
createBoxShape
(Spatial spatial) {
Completed in 878 milliseconds