• Home
  • Raw
  • Download

Lines Matching refs:kH

71     static const int kH = 10;  in clear_op_test()  local
73 SkIRect fullRect = SkIRect::MakeWH(kW, kH); in clear_op_test()
78 SkIRect mid1Rect = SkIRect::MakeXYWH(1, 1, kW-2, kH-2); in clear_op_test()
79 SkIRect outerLeftEdge = SkIRect::MakeXYWH(0, 0, 1, kH); in clear_op_test()
81 SkIRect outerRightEdge = SkIRect::MakeXYWH(kW-1, 0, 1, kH); in clear_op_test()
82 SkIRect outerBottomEdge = SkIRect::MakeXYWH(0, kH-1, kW, 1); in clear_op_test()
86 SkIRect mid2Rect = SkIRect::MakeXYWH(2, 2, kW-4, kH-4); in clear_op_test()
87 SkIRect innerLeftEdge = SkIRect::MakeXYWH(1, 1, 1, kH-2); in clear_op_test()
89 SkIRect innerRightEdge = SkIRect::MakeXYWH(kW-2, 1, 1, kH-2); in clear_op_test()
90 SkIRect innerBottomEdge = SkIRect::MakeXYWH(1, kH-2, kW-2, 1); in clear_op_test()
100 rtContext = newRTC(dContext, kW, kH); in clear_op_test()
110 rtContext = newRTC(dContext, kW, kH); in clear_op_test()
121 rtContext = newRTC(dContext, kW, kH); in clear_op_test()
132 rtContext = newRTC(dContext, kW, kH); in clear_op_test()
143 rtContext = newRTC(dContext, kW, kH); in clear_op_test()
154 rtContext = newRTC(dContext, kW, kH); in clear_op_test()
176 rtContext = newRTC(dContext, kW, kH); in clear_op_test()
187 rtContext = newRTC(dContext, kW, kH); in clear_op_test()
222 rtContext = newRTC(dContext, kW, kH); in clear_op_test()
249 static constexpr SkIRect kScissorRect = SkIRect::MakeXYWH(1, 1, kW-1, kH-1); in clear_op_test()
254 rtContext = newRTC(dContext, kW, kH); in clear_op_test()
279 rtContext = newRTC(dContext, kW, kH); in clear_op_test()