Searched refs:failY (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/tests/ |
D | ClearTest.cpp | 36 uint32_t* actualValue, int* failX, int* failY) { in check_rect() argument 57 *failY = y + rect.fTop; in check_rect() 94 int failX, failY; in clear_op_test() local 106 if (!check_rect(rtContext.get(), fullRect, kColor1, &actualValue, &failX, &failY)) { in clear_op_test() 108 failX, failY); in clear_op_test() 117 if (!check_rect(rtContext.get(), fullRect, kColor1, &actualValue, &failX, &failY)) { in clear_op_test() 119 failX, failY); in clear_op_test() 128 if (!check_rect(rtContext.get(), fullRect, kColor2, &actualValue, &failX, &failY)) { in clear_op_test() 130 failX, failY); in clear_op_test() 139 if (!check_rect(rtContext.get(), fullRect, kColor1, &actualValue, &failX, &failY)) { in clear_op_test() [all …]
|
/third_party/skia/tests/ |
D | ClearTest.cpp | 43 int* failY) { in check_rect() argument 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() [all …]
|