Home
last modified time | relevance | path

Searched refs:heightA (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/tests/
DImageTest.cpp54 const int heightA = subsetA ? subsetA->height() : a->height(); in assert_equal() local
57 REPORTER_ASSERT(reporter, heightA == b->height()); in assert_equal()
73 for (int y = 0; y < heightA; ++y) { in assert_equal()
/third_party/skia/tests/
DImageTest.cpp58 const int heightA = subsetA ? subsetA->height() : a->height(); in assert_equal() local
61 REPORTER_ASSERT(reporter, heightA == b->height()); in assert_equal()
77 for (int y = 0; y < heightA; ++y) { in assert_equal()