Lines Matching refs:fRotations
32 fRotations.push_back(21); in onOnceBeforeDraw()
35 fRotations.push_back(94); in onOnceBeforeDraw()
38 fRotations.push_back(132); in onOnceBeforeDraw()
41 fRotations.push_back(282); in onOnceBeforeDraw()
46 fRotations.push_back(0); in onOnceBeforeDraw()
49 fRotations.push_back(-35); in onOnceBeforeDraw()
52 fRotations.push_back(65); in onOnceBeforeDraw()
56 fRotations.push_back(265); in onOnceBeforeDraw()
60 fRotations.push_back(295); in onOnceBeforeDraw()
81 SkTArray<SkScalar> fRotations; member in skiagm::ShapesGM
101 canvas->rotate(fRotations[i]); in drawShapes()
146 canvas->rotate(fRotations[i]); in drawShapes()