Home
last modified time | relevance | path

Searched defs:dppx (Results 1 – 11 of 11) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/values/computed/
H A Dresolution.rs23 pub fn dppx(&self) -> CSSFloat { in dppx() method
/dports/www/firefox/firefox-99.0/servo/components/style/values/computed/
H A Dresolution.rs23 pub fn dppx(&self) -> CSSFloat { in dppx() method
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/values/computed/
H A Dresolution.rs23 pub fn dppx(&self) -> CSSFloat { in dppx() method
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/values/computed/
H A Dresolution.rs21 pub fn dppx(&self) -> CSSFloat { in dppx() method
/dports/sysutils/u-boot-pine-h64/u-boot-2021.07/drivers/pinctrl/nxp/
H A Dpinctrl-imx7.c37 .remove = imx_pinctrl_remove,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/cssom/
H A Dcss_unit_values.h140 static CSSUnitValue* dppx(double value) { in dppx() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/cssom/
H A Dcss_unit_values.h140 static CSSUnitValue* dppx(double value) { in dppx() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/node/node_modules/mdn-data/css/
H A Dunits.json37 "dppx": { object
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/mdn-data/css/
H A Dunits.json37 "dppx": { object
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DnsMediaFeatures.cpp269 float dppx = 1.; in GetResolution() local
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/compositing/
H A Dcompositor.rs636 let dppx = self.page_zoom * self.hidpi_factor(); in send_window_size() localVariable
731 let dppx = self.page_zoom * self.hidpi_factor(); in hit_test_at_point() localVariable