Searched refs:setpsmatrix (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/docs/examples/ |
H A D | example3ps.cpp | 5 static SkMatrix setpsmatrix(float sx, float kx, float ky, float sy, float tx, float ty, int h) { in REG_FIDDLE() function 67 m = setpsmatrix(1, 0, 0, 1, -1, -24, 2); in REG_FIDDLE() 74 m = setpsmatrix(0, 1, 1, 0, -24, -5, 2); in REG_FIDDLE() 81 m = setpsmatrix(0, 1, -1, 0, 27, -8, 2); in REG_FIDDLE() 88 m = setpsmatrix(0, -1, -1, 0, -24, 13, 2); in REG_FIDDLE() 95 m = setpsmatrix(-1, 0, 0, -1, 17, 26, 2); in REG_FIDDLE() 102 m = setpsmatrix(-1, 0, 0, 1, 21, -24, 2); in REG_FIDDLE()
|
Completed in 1 milliseconds