Lines Matching refs:kH
68 static const int kH = 10; in clear_op_test() local
70 SkIRect fullRect = SkIRect::MakeWH(kW, kH); in clear_op_test()
75 SkIRect mid1Rect = SkIRect::MakeXYWH(1, 1, kW-2, kH-2); in clear_op_test()
76 SkIRect outerLeftEdge = SkIRect::MakeXYWH(0, 0, 1, kH); in clear_op_test()
78 SkIRect outerRightEdge = SkIRect::MakeXYWH(kW-1, 0, 1, kH); in clear_op_test()
79 SkIRect outerBottomEdge = SkIRect::MakeXYWH(0, kH-1, kW, 1); in clear_op_test()
83 SkIRect mid2Rect = SkIRect::MakeXYWH(2, 2, kW-4, kH-4); in clear_op_test()
84 SkIRect innerLeftEdge = SkIRect::MakeXYWH(1, 1, 1, kH-2); in clear_op_test()
86 SkIRect innerRightEdge = SkIRect::MakeXYWH(kW-2, 1, 1, kH-2); in clear_op_test()
87 SkIRect innerBottomEdge = SkIRect::MakeXYWH(1, kH-2, kW-2, 1); in clear_op_test()
97 rtContext = newRTC(context, kW, kH); in clear_op_test()
107 rtContext = newRTC(context, kW, kH); in clear_op_test()
118 rtContext = newRTC(context, kW, kH); in clear_op_test()
129 rtContext = newRTC(context, kW, kH); in clear_op_test()
140 rtContext = newRTC(context, kW, kH); in clear_op_test()
151 rtContext = newRTC(context, kW, kH); in clear_op_test()
169 rtContext = newRTC(context, kW, kH); in clear_op_test()
180 rtContext = newRTC(context, kW, kH); in clear_op_test()
207 rtContext = newRTC(context, kW, kH); in clear_op_test()