Home | History | Annotate | Download | only in tests

Lines Matching full:expected33

529     SkMatrix expected33;
530 for (int i = 0; i < 9; i++) expected33[i] = values3x3[i];
531 REPORTER_ASSERT(reporter, expected33 == a33);