Searched refs:test_inv (Results 1 - 1 of 1) sorted by relevance

/external/skia/samplecode/
H A DSampleSkLayer.cpp15 static void test_inv(const char label[], const SkMatrix44& mat) { function
68 test_inv("identity", m0);
70 test_inv("translate", m0);
72 test_inv("scale", m0);
74 test_inv("postTranslate", m0);
78 test_inv("postTranslate2", m0);
81 test_inv("preTranslate", m0);
85 test_inv("scale/postscale to 1,2,3", m0);

Completed in 48 milliseconds