HomeSort by relevance Sort by last modified time
    Searched defs:heightA (Results 1 - 2 of 2) sorted by null

  /external/skia/tests/
ImageTest.cpp 57 const int heightA = subsetA ? subsetA->height() : a->height();
60 REPORTER_ASSERT(reporter, heightA == b->height());
76 for (int y = 0; y < heightA; ++y) {
    [all...]
  /external/skqp/tests/
ImageTest.cpp 56 const int heightA = subsetA ? subsetA->height() : a->height();
59 REPORTER_ASSERT(reporter, heightA == b->height());
75 for (int y = 0; y < heightA; ++y) {
    [all...]

Completed in 5078 milliseconds