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

/external/chromium_org/pdf/pdfium/
H A Dpdfium_engine.cc348 // |scale_to_fit| is true, if we need to calculate the scale factor.
354 double CalculateScaleFactor(bool scale_to_fit, argument
357 if (!scale_to_fit || src_width == 0 || src_height == 0)

Completed in 67 milliseconds