Searched refs:test_inv (Results 1 – 1 of 1) sorted by relevance
/external/skia/samplecode/ |
D | SampleSkLayer.cpp | 15 static void test_inv(const char label[], const SkMatrix44& mat) { in test_inv() function 68 test_inv("identity", m0); in test44() 70 test_inv("translate", m0); in test44() 72 test_inv("scale", m0); in test44() 74 test_inv("postTranslate", m0); in test44() 78 test_inv("postTranslate2", m0); in test44() 81 test_inv("preTranslate", m0); in test44() 85 test_inv("scale/postscale to 1,2,3", m0); in test44()
|