Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_Image_unittest.cpp16 const int32_t kStrideBytes = kWidthBytes + 1; // For testing stride != width. variable
41 uint8_t buf[kHeightLines * kStrideBytes]; in TEST()
42 CJBig2_Image img(kWidthPixels, kHeightLines, kStrideBytes, buf); in TEST()
52 uint8_t buf[kHeightLines * kStrideBytes]; in TEST()
53 CJBig2_Image img(kWidthPixels, kTooLargeHeightLines, kStrideBytes, buf); in TEST()
83 uint8_t buf[kHeightLines * kStrideBytes]; in TEST()
84 CJBig2_Image img(kWidthPixels, kHeightLines, kStrideBytes, buf); in TEST()
96 uint8_t buf[kHeightLines * kStrideBytes]; in TEST()
97 CJBig2_Image img(kWidthPixels, kHeightLines, kStrideBytes, buf); in TEST()