Searched refs:innerRightEdge (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/tests/ |
D | ClearTest.cpp | 90 SkIRect innerRightEdge = SkIRect::MakeXYWH(kW-2, 1, 1, kH-2); in clear_op_test() local 198 !check_rect(rtContext.get(), innerRightEdge, kColor2, &actualValue, &failX, &failY) || in clear_op_test()
|
/third_party/skia/tests/ |
D | ClearTest.cpp | 96 SkIRect innerRightEdge = SkIRect::MakeXYWH(kW-2, 1, 1, kH-2); in clear_op_test() local 204 !check_rect(dContext, sdc.get(), innerRightEdge, kColor2, &actualValue, &failX, &failY) || in clear_op_test()
|