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

/external/skia/bench/
H A DMatrixBench.cpp150 SkScalar rot0 = (fRandom.nextBool()) ? fRandom.nextRangeF(-180, 180) : 0.0f; variable
154 fMatrix[i].setRotate(rot0);
/external/skia/tests/
H A DMatrixTest.cpp602 SkScalar rot0 = rand.nextRangeF(-180, 180); local
606 mat.setRotate(rot0);

Completed in 108 milliseconds