Lines Matching refs:kW
66 static const int kW = 10; in clear_op_test() local
69 SkIRect fullRect = SkIRect::MakeWH(kW, kH); in clear_op_test()
74 SkIRect mid1Rect = SkIRect::MakeXYWH(1, 1, kW-2, kH-2); in clear_op_test()
76 SkIRect outerTopEdge = SkIRect::MakeXYWH(0, 0, kW, 1); in clear_op_test()
77 SkIRect outerRightEdge = SkIRect::MakeXYWH(kW-1, 0, 1, kH); in clear_op_test()
78 SkIRect outerBottomEdge = SkIRect::MakeXYWH(0, kH-1, kW, 1); in clear_op_test()
82 SkIRect mid2Rect = SkIRect::MakeXYWH(2, 2, kW-4, kH-4); in clear_op_test()
84 SkIRect innerTopEdge = SkIRect::MakeXYWH(1, 1, kW-2, 1); in clear_op_test()
85 SkIRect innerRightEdge = SkIRect::MakeXYWH(kW-2, 1, 1, kH-2); in clear_op_test()
86 SkIRect innerBottomEdge = SkIRect::MakeXYWH(1, kH-2, kW-2, 1); in clear_op_test()
96 rtContext = newRTC(context, kW, kH); in clear_op_test()
106 rtContext = newRTC(context, kW, kH); in clear_op_test()
117 rtContext = newRTC(context, kW, kH); in clear_op_test()
128 rtContext = newRTC(context, kW, kH); in clear_op_test()
139 rtContext = newRTC(context, kW, kH); in clear_op_test()
150 rtContext = newRTC(context, kW, kH); in clear_op_test()
168 rtContext = newRTC(context, kW, kH); in clear_op_test()
179 rtContext = newRTC(context, kW, kH); in clear_op_test()
206 rtContext = newRTC(context, kW, kH); in clear_op_test()