Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Ddocument.h81 bool ShouldScaleForPrinting() const { return should_scale_for_printing_; } in ShouldScaleForPrinting()
112 should_scale_for_printing_(should_scale_for_printing) {} in Document()
148 bool should_scale_for_printing_ = false; variable