Searched refs:animationMatrix (Results 1 – 3 of 3) sorted by relevance
111 SkMatrix animationMatrix = SkMatrix::MakeTrans(15, 15); in TEST() local112 properties.setAnimationMatrix(&animationMatrix); in TEST()
2146 SkMatrix animationMatrix = SkMatrix::MakeTrans(15, 15); in RENDERTHREAD_OPENGL_PIPELINE_TEST() local2147 properties.setAnimationMatrix(&animationMatrix); in RENDERTHREAD_OPENGL_PIPELINE_TEST()
943 private static native boolean nSetAnimationMatrix(long renderNode, long animationMatrix); in nSetAnimationMatrix() argument