Home | History | Annotate | Download | only in gm

Lines Matching defs:expectedWidth

705         const int expectedWidth = expectedBitmap.width();
709 if ((expectedWidth != width) || (expectedHeight != height)) {
712 testName, expectedWidth, expectedHeight, width, height);