Searched refs:failY (Results 1 – 2 of 2) sorted by relevance
/external/skqp/tests/ |
D | ClearTest.cpp | 32 uint32_t* actualValue, int* failX, int* failY) { in check_rect() argument 50 *failY = y + rect.fTop; in check_rect() 90 int failX, failY; in clear_op_test() local 102 if (!check_rect(rtContext.get(), fullRect, kColor1, &actualValue, &failX, &failY)) { in clear_op_test() 104 failX, failY); in clear_op_test() 113 if (!check_rect(rtContext.get(), fullRect, kColor1, &actualValue, &failX, &failY)) { in clear_op_test() 115 failX, failY); in clear_op_test() 124 if (!check_rect(rtContext.get(), fullRect, kColor2, &actualValue, &failX, &failY)) { in clear_op_test() 126 failX, failY); in clear_op_test() 135 if (!check_rect(rtContext.get(), fullRect, kColor1, &actualValue, &failX, &failY)) { in clear_op_test() [all …]
|
/external/skia/tests/ |
D | ClearTest.cpp | 35 uint32_t expectedValue, uint32_t* actualValue, int* failX, int* failY) { in check_rect() argument 55 *failY = y + rect.fTop; in check_rect() 93 int failX, failY; in clear_op_test() local 105 if (!check_rect(dContext, rtContext.get(), fullRect, kColor1, &actualValue, &failX, &failY)) { in clear_op_test() 107 failX, failY); in clear_op_test() 116 if (!check_rect(dContext, rtContext.get(), fullRect, kColor1, &actualValue, &failX, &failY)) { in clear_op_test() 118 failX, failY); in clear_op_test() 127 if (!check_rect(dContext, rtContext.get(), fullRect, kColor2, &actualValue, &failX, &failY)) { in clear_op_test() 129 failX, failY); in clear_op_test() 138 if (!check_rect(dContext, rtContext.get(), fullRect, kColor1, &actualValue, &failX, &failY)) { in clear_op_test() [all …]
|