Searched refs:animationMatrix (Results 1 – 3 of 3) sorted by relevance
117 SkMatrix animationMatrix = SkMatrix::MakeTrans(15, 15); in TEST() local118 properties.setAnimationMatrix(&animationMatrix); in TEST()
346 const SkMatrix* animationMatrix = renderNode->stagingProperties().getAnimationMatrix(); in android_view_RenderNode_getAnimationMatrix() local348 if (animationMatrix) { in android_view_RenderNode_getAnimationMatrix()349 *outMatrix = *animationMatrix; in android_view_RenderNode_getAnimationMatrix()
1679 private static native boolean nSetAnimationMatrix(long renderNode, long animationMatrix); in nSetAnimationMatrix() argument1685 private static native boolean nGetAnimationMatrix(long renderNode, long animationMatrix); in nGetAnimationMatrix() argument