Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_Image_unittest.cpp20 const int32_t kTooLargeHeightLines = 40000000; variable
83 CJBig2_Image img(kWidthPixels, kTooLargeHeightLines); in TEST()
102 CJBig2_Image img(kWidthPixels, kTooLargeHeightLines, kStrideBytes, buf); in TEST()
110 CJBig2_Image img(kWidthPixels, kTooLargeHeightLines, kStrideBytes - 1, buf); in TEST()
132 img.Expand(kTooLargeHeightLines, true); in TEST()
157 img.Expand(kTooLargeHeightLines, true); in TEST()