Searched refs:failY (Results 1 – 2 of 2) sorted by relevance
/external/skia/tests/ |
D | ClearTest.cpp | 18 uint32_t* actualValue, int* failX, int* failY) { in check_rect() argument 36 *failY = y + rect.fTop; in check_rect() 73 int failX, failY; in clear_op_test() local 83 if (!check_rect(rtContext.get(), fullRect, kColor1, &actualValue, &failX, &failY)) { in clear_op_test() 85 failX, failY); in clear_op_test() 94 if (!check_rect(rtContext.get(), fullRect, kColor1, &actualValue, &failX, &failY)) { in clear_op_test() 96 failX, failY); in clear_op_test() 105 if (!check_rect(rtContext.get(), fullRect, kColor2, &actualValue, &failX, &failY)) { in clear_op_test() 107 failX, failY); in clear_op_test() 116 if (!check_rect(rtContext.get(), fullRect, kColor1, &actualValue, &failX, &failY)) { in clear_op_test() [all …]
|
/external/skqp/tests/ |
D | ClearTest.cpp | 18 uint32_t* actualValue, int* failX, int* failY) { in check_rect() argument 36 *failY = y + rect.fTop; in check_rect() 73 int failX, failY; in clear_op_test() local 83 if (!check_rect(rtContext.get(), fullRect, kColor1, &actualValue, &failX, &failY)) { in clear_op_test() 85 failX, failY); in clear_op_test() 94 if (!check_rect(rtContext.get(), fullRect, kColor1, &actualValue, &failX, &failY)) { in clear_op_test() 96 failX, failY); in clear_op_test() 105 if (!check_rect(rtContext.get(), fullRect, kColor2, &actualValue, &failX, &failY)) { in clear_op_test() 107 failX, failY); in clear_op_test() 116 if (!check_rect(rtContext.get(), fullRect, kColor1, &actualValue, &failX, &failY)) { in clear_op_test() [all …]
|