HomeSort by relevance Sort by last modified time
    Searched full:check_rect (Results 1 - 1 of 1) sorted by null

  /external/skia/tests/
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...]

Completed in 40 milliseconds