Home
last modified time | relevance | path

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

/external/chromium_org/printing/
Dimage_win.cc24 class DisableFontSmoothing { class
26 explicit DisableFontSmoothing() : enable_again_(false) { in DisableFontSmoothing() function in __anon5f6f78530111::DisableFontSmoothing
35 ~DisableFontSmoothing() { in ~DisableFontSmoothing()
45 DISALLOW_COPY_AND_ASSIGN(DisableFontSmoothing);
54 DisableFontSmoothing disable_in_this_scope; in LoadMetafile()