OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dpis
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/chrome/common/cloud_print/
cloud_print_cdd_conversion.cc
92
if (!semantic_info.
dpis
.empty()) {
97
for (size_t i = 0; i < semantic_info.
dpis
.size(); ++i) {
98
Dpi new_dpi(semantic_info.
dpis
[i].width(),
99
semantic_info.
dpis
[i].height());
/external/chromium_org/ui/base/cursor/
cursors_aura.h
23
// for the different
DPIs
will be placed in |hot_1x| and |hot_2x|. Returns
/external/chromium_org/printing/backend/
print_backend_win.cc
136
std::vector<POINT>
dpis
;
local
137
GetDeviceCapabilityArray(printer, port, DC_ENUMRESOLUTIONS, &
dpis
);
139
for (size_t i = 0; i <
dpis
.size() ; ++i)
140
caps->
dpis
.push_back(gfx::Size(
dpis
[i].x,
dpis
[i].y));
print_backend.h
62
std::vector<gfx::Size>
dpis
;
member in struct:printing::PrinterSemanticCapsAndDefaults
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwPdfExporter.java
93
Log.w(TAG, "Horizontal and vertical
DPIs
differ. Using horizontal DPI " +
/external/chromium_org/chrome/browser/local_discovery/
privet_http_impl.cc
539
DpiCapability
dpis
;
local
540
if (
dpis
.LoadFrom(capabilities_)) {
541
dpi_ = std::max(
dpis
.GetDefault().horizontal,
dpis
.GetDefault().vertical);
/external/chromium_org/chrome/common/
chrome_utility_printing_messages.h
58
IPC_STRUCT_TRAITS_MEMBER(
dpis
)
/frameworks/base/docs/html/tools/help/
adt.jd
92
clipart, or text. It also generates the icons with different
DPIs
for different screen sizes and
/external/qemu/distrib/sdl-1.2.15/include/
SDL_video.h
[
all
...]
/prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h
[
all
...]
/prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h
[
all
...]
/prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h
[
all
...]
Completed in 792 milliseconds