Lines Matching refs:kW
50 static const int kW = 10; in clear_op_test() local
53 SkIRect fullRect = SkIRect::MakeWH(kW, kH); in clear_op_test()
58 SkIRect mid1Rect = SkIRect::MakeXYWH(1, 1, kW-2, kH-2); in clear_op_test()
60 SkIRect outerTopEdge = SkIRect::MakeXYWH(0, 0, kW, 1); in clear_op_test()
61 SkIRect outerRightEdge = SkIRect::MakeXYWH(kW-1, 0, 1, kH); in clear_op_test()
62 SkIRect outerBottomEdge = SkIRect::MakeXYWH(0, kH-1, kW, 1); in clear_op_test()
66 SkIRect mid2Rect = SkIRect::MakeXYWH(2, 2, kW-4, kH-4); in clear_op_test()
68 SkIRect innerTopEdge = SkIRect::MakeXYWH(1, 1, kW-2, 1); in clear_op_test()
69 SkIRect innerRightEdge = SkIRect::MakeXYWH(kW-2, 1, 1, kH-2); in clear_op_test()
70 SkIRect innerBottomEdge = SkIRect::MakeXYWH(1, kH-2, kW-2, 1); in clear_op_test()
78 rtContext = newRTC(context, kW, kH); in clear_op_test()
88 rtContext = newRTC(context, kW, kH); in clear_op_test()
99 rtContext = newRTC(context, kW, kH); in clear_op_test()
110 rtContext = newRTC(context, kW, kH); in clear_op_test()
121 rtContext = newRTC(context, kW, kH); in clear_op_test()
132 rtContext = newRTC(context, kW, kH); in clear_op_test()
150 rtContext = newRTC(context, kW, kH); in clear_op_test()
161 rtContext = newRTC(context, kW, kH); in clear_op_test()
188 rtContext = newRTC(context, kW, kH); in clear_op_test()