Home | History | Annotate | Download | only in gm

Lines Matching defs:expectedWidth

735         const int expectedWidth = expectedBitmap.width();
739 if ((expectedWidth != width) || (expectedHeight != height)) {
741 testName, expectedWidth, expectedHeight, width, height);