Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A DClearTest.cpp42 int* failX, in check_rect()
62 *failX = x + rect.fLeft; 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, 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 2 milliseconds