Home
last modified time | relevance | path

Searched refs:pclm_strip_height (Results 1 - 1 of 1) sorted by relevance

/third_party/cups-filters/filter/
H A Drastertopdf.cpp283 pclm_strip_height(0), in pdf_info()
307 std::vector<unsigned> pclm_strip_height; member
880 std::vector<QPDFObjectHandle> strips = makePclmStrips(info->pdf, info->pclm_num_strips, info->pclm_strip_data, info->pclm_compression_method_preferred, info->width, info->pclm_strip_height, info->color_space, info->bpc); in finish_page()
914 yAnchor -= info->pclm_strip_height[i]; in finish_page()
917 QUtil::int_to_string(info->pclm_strip_height[i]) + in finish_page()
970 info->pclm_strip_height.resize(info->pclm_num_strips); in prepare_pdf_page()
974 info->pclm_strip_height[i] = info->pclm_strip_height_preferred < height ? in prepare_pdf_page()
976 height -= info->pclm_strip_height[i]; in prepare_pdf_page()
1109 info->pclm_strip_data[i] = PointerHolder<Buffer>(new Buffer(info->line_bytes*info->pclm_strip_height[i])); in add_pdf_page()

Completed in 4 milliseconds