Searched refs:getLocalMatrix (Results 1 – 4 of 4) sorted by relevance
40 assertFalse(shader.getLocalMatrix(m)); in testAccessLocalMatrix()43 assertFalse(shader.getLocalMatrix(m)); in testAccessLocalMatrix()69 assertFalse("shader should have no matrix set", shader.getLocalMatrix(paramMatrix)); in testGetSetLocalMatrix()74 assertTrue("shader should have matrix set", shader.getLocalMatrix(paramMatrix)); in testGetSetLocalMatrix()85 assertThrows(NullPointerException.class, () -> shader.getLocalMatrix(null)); in testGetWithNullParam()
660 assertTrue(p.getShader().getLocalMatrix(m2)); in testShaderLocalMatrix()669 assertTrue(p.getShader().getLocalMatrix(m3)); in testShaderLocalMatrix()
171 void getLocalMatrix(SkMatrix*) const;
850 void SkScalerContextRec::getLocalMatrix(SkMatrix* m) const { in getLocalMatrix() function in SkScalerContextRec855 this->getLocalMatrix(m); in getSingleMatrix()