Searched refs:getLocalTransform (Results 1 – 9 of 9) sorted by relevance
141 void SkLayer::getLocalTransform(SkMatrix* matrix) const { in getLocalTransform() function in SkLayer152 this->getLocalTransform(matrix); in localToGlobal()164 layer->getLocalTransform(&tmp); in localToGlobal()199 this->getLocalTransform(&tmp); in draw()
49 return geom.getLocalTransform(); in getTransforms()
893 public Transform getLocalTransform() { in getLocalTransform() method in Spatial
93 void getLocalTransform(SkMatrix* matrix) const;
72 shapeTransform.combineWithParent(currentSpatial.getLocalTransform()); in getTransform()
192 Transform ownerLocalTransform = spatial.getLocalTransform(); in applyTransform()
73 t.combineWithParent(geom.getLocalTransform()); in convertToFixed()