Searched defs:getLocalTransform (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/utils/
H A DSkLayer.cpp141 void SkLayer::getLocalTransform(SkMatrix* matrix) const { function in class:SkLayer
152 this->getLocalTransform(matrix);
164 layer->getLocalTransform(&tmp);
199 this->getLocalTransform(&tmp);
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
H A DSpatial.java888 * <code>getLocalTransform</code> retrieves the local transform of
893 public Transform getLocalTransform() { method in class:Spatial

Completed in 2648 milliseconds