Searched refs:setpsmatrix (Results 1 – 1 of 1) sorted by relevance
/external/skia/docs/examples/ |
D | example3ps.cpp | 5 static SkMatrix setpsmatrix(float sx, float kx, float ky, float sy, float tx, float ty, int h) { in setpsmatrix() function 68 m = setpsmatrix(1, 0, 0, 1, -1, -24, 2); in draw() 75 m = setpsmatrix(0, 1, 1, 0, -24, -5, 2); in draw() 82 m = setpsmatrix(0, 1, -1, 0, 27, -8, 2); in draw() 89 m = setpsmatrix(0, -1, -1, 0, -24, 13, 2); in draw() 96 m = setpsmatrix(-1, 0, 0, -1, 17, 26, 2); in draw() 103 m = setpsmatrix(-1, 0, 0, 1, 21, -24, 2); in draw()
|