Searched defs:shrink_to_fit (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/printing/
H A Dmetafile.h40 // |shrink_to_fit| specifies whether the output should be shrunk to fit a
55 : shrink_to_fit(false),
62 bool shrink_to_fit; member in struct:printing::MetafilePlayer::MacRenderPageParams
/external/chromium_org/chrome/browser/
H A Dimage_decoder.h55 void set_shrink_to_fit(bool shrink_to_fit) { shrink_to_fit_ = shrink_to_fit; } argument
/external/chromium_org/chrome/utility/
H A Dchrome_content_utility_client.cc182 const std::vector<unsigned char>& encoded_data, bool shrink_to_fit) {
193 if (shrink_to_fit) {
214 const std::vector<unsigned char>& encoded_data, bool shrink_to_fit){
215 SkBitmap decoded_image = DecodeImage(encoded_data, shrink_to_fit);
243 const std::vector<unsigned char>& encoded_data, bool shrink_to_fit) {
244 DecodeImageAndSend(encoded_data, shrink_to_fit);
181 DecodeImage( const std::vector<unsigned char>& encoded_data, bool shrink_to_fit) argument
213 DecodeImageAndSend( const std::vector<unsigned char>& encoded_data, bool shrink_to_fit) argument
242 OnDecodeImage( const std::vector<unsigned char>& encoded_data, bool shrink_to_fit) argument
/external/chromium_org/pdf/pdfium/
H A Dpdfium_engine.cc3242 FPDF_BOOL shrink_to_fit,
3237 Form_Print(IPDF_JSPLATFORM* param, FPDF_BOOL ui, int start, int end, FPDF_BOOL silent, FPDF_BOOL shrink_to_fit, FPDF_BOOL print_as_image, FPDF_BOOL reverse, FPDF_BOOL annotations) argument

Completed in 1125 milliseconds