Home | History | Annotate | Download | only in tests

Lines Matching defs:heightA

56     const int heightA = subsetA ? subsetA->height() : a->height();
59 REPORTER_ASSERT(reporter, heightA == b->height());
75 for (int y = 0; y < heightA; ++y) {