Searched defs:shrink_to_fit (Results 1 – 5 of 5) sorted by relevance
182 const std::vector<unsigned char>& encoded_data, bool shrink_to_fit) { in DecodeImage()214 const std::vector<unsigned char>& encoded_data, bool shrink_to_fit){ in DecodeImageAndSend()243 const std::vector<unsigned char>& encoded_data, bool shrink_to_fit) { in OnDecodeImage()
55 void set_shrink_to_fit(bool shrink_to_fit) { shrink_to_fit_ = shrink_to_fit; } in set_shrink_to_fit()
62 bool shrink_to_fit; member
71 void shrink_to_fit() _NOEXCEPT { v_.shrink_to_fit(); } in shrink_to_fit() function in nasty_vector
3242 FPDF_BOOL shrink_to_fit, in Form_Print()