OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:print_control_properties
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/win8/metro_driver/
print_document_source.cc
165
D2D1_PRINT_CONTROL_PROPERTIES
print_control_properties
;
local
167
print_control_properties
.rasterDPI = static_cast<float>(page_desc.DpiY);
169
print_control_properties
.rasterDPI = static_cast<float>(page_desc.DpiX);
172
print_control_properties
.colorSpace = D2D1_COLOR_SPACE_SRGB;
173
print_control_properties
.fontSubset = D2D1_PRINT_FONT_SUBSET_MODE_DEFAULT;
179
print_control_properties
,
Completed in 546 milliseconds