ClearTest.cpp | 18 static bool check_rect(GrDrawContext* dc, const SkIRect& rect, uint32_t expectedValue, function 104 if (!check_rect(drawContext, fullRect, kColor1, &actualValue, &failX, &failY)) { 116 if (!check_rect(drawContext, fullRect, kColor1, &actualValue, &failX, &failY)) { 128 if (!check_rect(drawContext, fullRect, kColor2, &actualValue, &failX, &failY)) { 140 if (!check_rect(drawContext, fullRect, kColor1, &actualValue, &failX, &failY)) { 152 if (!check_rect(drawContext, fullRect, kColor1, &actualValue, &failX, &failY)) { 164 if (!check_rect(drawContext, mid1Rect, kColor2, &actualValue, &failX, &failY)) { 168 if (!check_rect(drawContext, outerLeftEdge, kColor1, &actualValue, &failX, &failY) || 169 !check_rect(drawContext, outerTopEdge, kColor1, &actualValue, &failX, &failY) || 170 !check_rect(drawContext, outerRightEdge, kColor1, &actualValue, &failX, &failY) | [all...] |