Home
last modified time | relevance | path

Searched refs:dpi (Results 1 – 25 of 32) sorted by relevance

12

/external/valgrind/main/coregrind/m_demangle/
Dcp-demangle.c3431 d_print_init (struct d_print_info *dpi, demangle_callbackref callback, in d_print_init() argument
3434 dpi->len = 0; in d_print_init()
3435 dpi->last_char = '\0'; in d_print_init()
3436 dpi->templates = NULL; in d_print_init()
3437 dpi->modifiers = NULL; in d_print_init()
3438 dpi->pack_index = 0; in d_print_init()
3439 dpi->flush_count = 0; in d_print_init()
3441 dpi->callback = callback; in d_print_init()
3442 dpi->opaque = opaque; in d_print_init()
3444 dpi->demangle_failure = 0; in d_print_init()
[all …]
/external/gcc-demangle/
Dcp-demangle.c3296 d_print_init (struct d_print_info *dpi, int options, in d_print_init() argument
3299 dpi->options = options; in d_print_init()
3300 dpi->len = 0; in d_print_init()
3301 dpi->last_char = '\0'; in d_print_init()
3302 dpi->templates = NULL; in d_print_init()
3303 dpi->modifiers = NULL; in d_print_init()
3304 dpi->flush_count = 0; in d_print_init()
3306 dpi->callback = callback; in d_print_init()
3307 dpi->opaque = opaque; in d_print_init()
3309 dpi->demangle_failure = 0; in d_print_init()
[all …]
/external/llvm/test/Transforms/GVN/
D2008-12-09-SelfRemove.ll11 define void @d_print_mod_list(%struct.d_print_info* %dpi, %struct.d_print_mod* %mods, i32 %suffix) …
13 %0 = getelementptr %struct.d_print_info* %dpi, i32 0, i32 1 ; <i8**> [#uses=1]
18 %2 = getelementptr %struct.d_print_info* %dpi, i32 0, i32 1 ; <i8**> [#uses=0]
/external/chromium/chrome/browser/printing/
Dprinting_message_filter.cc48 params->dpi = settings.dpi(); in RenderParamsFromPrintSettings()
215 if (printer_query->cookie() && printer_query->settings().dpi()) { in OnGetDefaultPrintSettingsReply()
256 !printer_query->settings().dpi()) { in OnScriptedPrintReply()
266 if (params.params.dpi && params.params.document_cookie) { in OnScriptedPrintReply()
303 if (printer_query->cookie() && printer_query->settings().dpi()) in OnUpdatePrintSettingsReply()
Dprint_dialog_cloud.cc127 result &= GetDoubleOrInt(*params, "dpi", &parameters.dpi); in GetPageSetupParameters()
376 default_settings.dpi = kDPI; in HandleSetPageParameters()
/external/webkit/Source/WebCore/page/
DSettings.cpp622 int dpi = value.toInt(); in setMetadataSettings() local
623 if (dpi >= 70 && dpi <= 400) { in setMetadataSettings()
624 m_viewport_target_densitydpi = dpi; in setMetadataSettings()
697 void Settings::setViewportTargetDensityDpi(int dpi) in setViewportTargetDensityDpi() argument
699 if (dpi < 0 || dpi > 400) in setViewportTargetDensityDpi()
702 m_viewport_target_densitydpi = dpi; in setViewportTargetDensityDpi()
/external/iproute2/tc/
Df_rsvp.c46 struct tc_rsvp_gpi *pi = dir ? &pinfo->dpi : &pinfo->spi; in get_addr_and_pi()
203 if (pinfo.dpi.mask || pinfo.protocol) in rsvp_parse_opt()
352 if (pinfo && pinfo->dpi.mask) { in rsvp_print_opt()
354 fprintf(f, "%s ", sprint_spi(&pinfo->dpi, 1, b2)); in rsvp_print_opt()
358 if (pinfo && pinfo->dpi.mask) { in rsvp_print_opt()
360 fprintf(f, "session [NONE]%s ", sprint_spi(&pinfo->dpi, 1, b2)); in rsvp_print_opt()
/external/qemu/hw/
Dgoldfish_fb.c62 int dpi; member
87 qemu_put_be32(f, s->dpi); in goldfish_fb_save()
125 s->dpi = qemu_get_be32(f); in goldfish_fb_load()
214 pixels_to_mm(int pixels, int dpi) in pixels_to_mm() argument
221 return (int)(0.5 + 25.4 * pixels / dpi); in pixels_to_mm()
576 ret = pixels_to_mm( ds_get_width(s->ds), s->dpi ); in goldfish_fb_read()
581 ret = pixels_to_mm( ds_get_height(s->ds), s->dpi ); in goldfish_fb_read()
663 s->dpi = 165; /* XXX: Find better way to get actual value ! */ in goldfish_fb_init()
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/protocols/
Ddillo1 dpi:
/external/llvm/test/CodeGen/Generic/
Dconstindices.ll39 %dpi = fpext float %pi to double ; <double> [#uses=1]
42 …call i32 (i8*, ...)* @printf( i8* %castFmt, double %dsqrtTwo, double %dexp, double %dpi, double %d…
/external/dropbear/libtommath/etc/
Dmakefile50 *.da *.dyn *.dpi *~
/external/chromium/chrome/common/
Dprint_messages.h32 IPC_STRUCT_MEMBER(double, dpi)
/external/webkit/Source/WebCore/platform/gtk/
DRenderThemeGtk.cpp422 float dpi = gdk_screen_get_resolution(screen); in getScreenDPI() local
423 if (dpi <= 0) in getScreenDPI()
425 return dpi; in getScreenDPI()
/external/iproute2/include/linux/
Dpkt_cls.h261 struct tc_rsvp_gpi dpi; member
/external/kernel-headers/original/linux/
Dpkt_cls.h275 struct tc_rsvp_gpi dpi; member
/external/qemu/
DCHANGES.TXT713 you can also use '-scale <value>dpi', (e.g. '-scale 110dpi') to indicate the
717 - a new '-dpi-device <dpi>' option allows you to specific the resolution of
792 the 'dpi' suffix (e.g. '120dpi') or a real number between 0.1 and 3.0.
794 in the first case, <scale> specifies your monitor dpi; in the second one,
/external/dropbear/libtommath/
DMakefile.in171 …*.idx *.toc *.log *.aux *.dvi *.lof *.ind *.ilg *.ps *.log *.s mpi.c *.da *.dyn *.dpi tommath.tex …
/external/qemu/android/avd/
Dhardware-properties.ini245 # Higher values are required for high-dpi devices
/external/webkit/Source/WebKit/efl/
DChangeLog73 [EFL] Adjust dpi value to viewport computation.
77 But, we have to use device's dpi value for viewport meta tag computation.
1661 [EFL] Add a method to get target's dpi value
1664 Add a method to get target dpi value using Ecore_X.
1665 When we set layout size, we need to use the dpi value.
/external/webkit/Source/WebKit/gtk/po/
Dde.po405 msgstr "96 dpi erzwingen"
409 msgstr "Eine Auflösung von 96 dpi erzwingen"
/external/webkit/Source/WebKit/android/jni/
DWebCoreFrameBridge.cpp784 jfloat dpi = env->CallFloatMethod(javaFrame.get(), mJavaFrame->mDensity); in density() local
786 return dpi; in density()
/external/webkit/Source/WebKit/qt/
DChangeLog1687 Make it possible to test the targetdensity-dpi support
1690 Test the viewport meta tag feature targetdensity-dpi by
/external/webkit/Tools/
DChangeLog7016 Make it possible to test the targetdensity-dpi support
7019 Test the viewport meta tag feature targetdensity-dpi by
/external/webkit/Source/WebKit/gtk/
DChangeLog783 Make it possible to test the targetdensity-dpi support
786 Test the viewport meta tag feature targetdensity-dpi by
13914 Implement a property "enforce-96-dpi" in WebKitWebSettings
/external/webkit/Source/WebCore/
DChangeLog-2002-12-038959 - fixed 2906567 -- Font size calculations should use 96 dpi instead of 72 dpi
12964 Remove our 72/96 dpi changes. They weren't doing much good.
12965 But this doesn't fix all the 72/96 dpi issues. It's just the start.

12