Searched refs:kWidthBytes (Results 1 – 1 of 1) sorted by relevance
16 const int32_t kWidthBytes = 10; variable17 const int32_t kStrideBytes = kWidthBytes + 2; // For testing stride != width.60 EXPECT_EQ(0, img.GetLine(kHeightLines - 1)[kWidthBytes - 1]); in TEST()67 EXPECT_EQ(0x01, img.GetLine(kHeightLines - 1)[kWidthBytes - 1]); in TEST()