HomeSort by relevance Sort by last modified time
    Searched refs:dpi (Results 76 - 100 of 173) sorted by null

1 2 34 5 6 7

  /external/chromium_org/remoting/host/
chromoting_messages.h 167 // DPI for this frame.
168 IPC_STRUCT_MEMBER(webrtc::DesktopVector, dpi)
resizing_host_observer_unittest.cc 23 << resolution.dpi().x() << "x" << resolution.dpi().y();
daemon_process.cc 39 << resolution.dpi().x() << "x" << resolution.dpi().y() << " DPI";
desktop_session_agent.cc 314 serialized_frame.dpi = frame->dpi();
  /external/chromium_org/win8/metro_driver/
print_document_source.h 93 // If the screen DPI changes, we must be warned here.
94 void ResetDpi(float dpi);
151 // The DPI is set by Windows and we need to give it to DirectX.
print_handler.cc 352 FLOAT dpi = 0.0; local
353 hr = display_properties->get_LogicalDpi(&dpi);
354 LOG_IF(ERROR, FAILED(hr)) << "Failed to get Logical DPI " << std::hex << hr;
356 return dpi;
367 void PrintHandler::OnLogicalDpiChanged(float dpi) {
372 current_document_source_->ResetDpi(dpi);
  /external/chromium_org/android_webview/common/
print_messages.h 37 double dpi; member in struct:PrintMsg_Print_Params
85 // in pixels according to dpi.
91 // Physical printable area of the page in pixels according to dpi.
94 // The y-offset of the printable area, in pixels according to dpi.
97 // The x-offset of the printable area, in pixels according to dpi.
101 IPC_STRUCT_TRAITS_MEMBER(dpi)
109 // Desired apparent dpi on paper.
  /external/chromium_org/chrome/common/
print_messages.h 35 double dpi; member in struct:PrintMsg_Print_Params
83 // in pixels according to dpi.
89 // Physical printable area of the page in pixels according to dpi.
92 // The y-offset of the printable area, in pixels according to dpi.
95 // The x-offset of the printable area, in pixels according to dpi.
99 IPC_STRUCT_TRAITS_MEMBER(dpi)
107 // Desired apparent dpi on paper.
  /frameworks/rs/
rsContext.h 241 void setDPI(uint32_t dpi) {mDPI = dpi;}
rsFont.h 75 static Font * create(Context *rsc, const char *name, float fontSize, uint32_t dpi,
120 bool init(const char *name, float fontSize, uint32_t dpi, const void *data = NULL, uint32_t dataLen = 0);
  /packages/wallpapers/NoiseField/src/com/android/noisefield/
NoiseFieldRS.java 51 public void init(int dpi, RenderScriptGL rs,
53 mDensityDPI = dpi;
  /packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
PhaseBeamRS.java 57 public void init(int dpi, RenderScriptGL rs, Resources res, int width, int height) {
59 mDensityDPI = dpi;
  /external/chromium_org/chrome/utility/
chrome_content_utility_client.cc 613 settings.dpi(), settings.dpi(), settings.area().x(),
666 image.size().width(), image.size().height(), settings.dpi(),
667 settings.dpi(), autoupdate)) {
671 if (!encoder.EncodePage(image, settings.dpi(), total_page_count, &pwg_page))
  /external/chromium_org/remoting/client/plugin/
chromoting_instance.cc 67 // Default DPI to assume for old clients that use notifyClientResolution.
372 const webrtc::DesktopVector& dpi) {
378 if (dpi.x())
379 data->SetInteger("x_dpi", dpi.x());
380 if (dpi.y())
381 data->SetInteger("y_dpi", dpi.y());
    [all...]
chromoting_instance.h 139 const webrtc::DesktopVector& dpi);
  /external/chromium/chrome/browser/printing/
print_dialog_cloud.cc 127 result &= GetDoubleOrInt(*params, "dpi", &parameters.dpi);
360 // These are backstop default values - 72 dpi to match the screen,
376 default_settings.dpi = kDPI;
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/photo/
mosaic_mode.js 603 // Show high-dpi only when the mosaic view is visible.
    [all...]
  /packages/wallpapers/Galaxy4/src/com/android/galaxy4/
GalaxyRS.java 53 public void init(int dpi, RenderScriptGL rs, Resources res, int width, int height) {
55 mDensityDPI = dpi;
  /bionic/libc/kernel/common/linux/
pkt_cls.h 266 struct tc_rsvp_gpi dpi; member in struct:tc_rsvp_pinfo
  /development/ndk/platforms/android-3/include/linux/
pkt_cls.h 247 struct tc_rsvp_gpi dpi; member in struct:tc_rsvp_pinfo
  /external/iproute2/include/linux/
pkt_cls.h 261 struct tc_rsvp_gpi dpi; member in struct:tc_rsvp_pinfo
  /external/kernel-headers/original/linux/
pkt_cls.h 275 struct tc_rsvp_gpi dpi; member in struct:tc_rsvp_pinfo
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
pkt_cls.h 274 struct tc_rsvp_gpi dpi; member in struct:tc_rsvp_pinfo
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
pkt_cls.h 274 struct tc_rsvp_gpi dpi; member in struct:tc_rsvp_pinfo
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
pkt_cls.h 274 struct tc_rsvp_gpi dpi; member in struct:tc_rsvp_pinfo

Completed in 518 milliseconds

1 2 34 5 6 7