Searched refs:failY (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/tests/ |
H A D | ClearTest.cpp | 43 int* failY) { in check_rect() 63 *failY = y + rect.fTop; in check_rect() 100 int failX, failY; in clear_op_test() local 112 if (!check_rect(dContext, sdc.get(), fullRect, kColor1, &actualValue, &failX, &failY)) { in clear_op_test() 114 failX, failY); in clear_op_test() 123 if (!check_rect(dContext, sdc.get(), fullRect, kColor1, &actualValue, &failX, &failY)) { in clear_op_test() 125 failX, failY); in clear_op_test() 134 if (!check_rect(dContext, sdc.get(), fullRect, kColor2, &actualValue, &failX, &failY)) { in clear_op_test() 136 failX, failY); in clear_op_test() 145 if (!check_rect(dContext, sdc.get(), fullRect, kColor1, &actualValue, &failX, &failY)) { in clear_op_test() 37 check_rect(GrDirectContext* dContext, SurfaceDrawContext* sdc, const SkIRect& rect, uint32_t expectedValue, uint32_t* actualValue, int* failX, int* failY) check_rect() argument [all...] |
Completed in 1 milliseconds