Home
last modified time | relevance | path

Searched refs:kWidthBytes (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/fxcodec/jbig2/
DJBig2_Image_unittest.cpp16 const int32_t kWidthBytes = 10; variable
17 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()