Searched refs:mid1Rect (Results 1 - 1 of 1) sorted by relevance

/external/skia/tests/
H A DClearTest.cpp78 SkIRect mid1Rect = SkIRect::MakeXYWH(1, 1, kW-2, kH-2); local
139 drawContext->clear(&mid1Rect, kColor1, false);
150 drawContext->clear(&mid1Rect, kColor1, false);
163 drawContext->clear(&mid1Rect, kColor2, false);
164 if (!check_rect(drawContext, mid1Rect, kColor2, &actualValue, &failX, &failY)) {
181 drawContext->clear(&mid1Rect, kColor2, false);
195 drawContext->clear(&mid1Rect, kColor2, false);
223 drawContext->clear(&mid1Rect, kColor2, false);
224 if (!check_rect(drawContext, mid1Rect, kColor2, &actualValue, &failX, &failY)) {

Completed in 52 milliseconds