Lines Matching full:outtop
1483 uint8_t* outtop = ALIGNP(outbuf.get(), kAlignment);
1484 uint8_t* out = outtop;
1506 EXPECT_EQ(0, outtop[kWidth * bpp]); // Ensure stride skipped end of row.
1507 EXPECT_NE(0, outtop[astride]); // Ensure pixel at start of 2nd row.
1509 EXPECT_NE(0, outtop[kWidth * bpp]); // Expect something to be here.
1511 EXPECT_EQ(0, outtop[out_size]); // Ensure no overrun.