Home
last modified time | relevance | path

Searched refs:pixel (Results 1 – 25 of 50) sorted by relevance

12

/plugin/odt/ODT/
H A DODTUnits.php135 * @param string|int $pixel String with pixel length value, e.g. '20px'
138 public function pixelToPointsX ($pixel) { argument
139 $pixel = self::getDigits ((string)$pixel);
140 $value = $pixel * $this->twips_per_pixel_x / self::$twips_per_point;
147 * @param string|int $pixel String with pixel length value, e.g. '20px'
150 public function pixelToPointsY ($pixel) { argument
151 $pixel = self::getDigits ((string)$pixel);
152 $value = $pixel * $this->twips_per_pixel_y / self::$twips_per_point;
/plugin/odt/helper/
H A Dunits.php137 * @param string|int $pixel String with pixel length value, e.g. '20px'
140 public function pixelToPointsX ($pixel) { argument
141 return $this->internal->pixelToPointsX ($pixel);
147 * @param string|int $pixel String with pixel length value, e.g. '20px'
150 public function pixelToPointsY ($pixel) { argument
151 return $this->internal->pixelToPointsY ($pixel);
/plugin/pixelyear/
H A Dsyntax.php79 list ($month, $day, $pixel) = explode ("|", $row);
82 if ($pixel>=1 and $pixel<=5) {
83 $dates[intval($month)."-".intval($day)]=$pixel;
H A DSYNTAX.md8 … list dates with a month, day and 'pixel' separated with a pipe character "|" in the format month|…
/plugin/stlviewer/
H A DREADME.md12 - s: size in pixel (defines height and width in one call)
13 - h: height in pixel
14 - w: width in pixel
/plugin/farmer/
H A Dall.less11 @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
/plugin/mp3play2/
H A DREADME.md80 <td>Width size in pixel or %</td>
85 <td>Height in pixel or %</td>
/plugin/openlayersmap/
H A Dscript.js506 const selFeature = map.forEachFeatureAtPixel(evt.pixel, function (feature) {
563 const pixel = map.getEventPixel(e.originalEvent);
564 const hit = map.hasFeatureAtPixel(pixel);
/plugin/icons/assets/font-linux/
H A Dfont-linux.css16 @media screen and (-webkit-min-device-pixel-ratio:0) {
/plugin/skype/
H A DREADME.md66 <td>size of icon in pixel (10, 12, 14, 16, 24, 32)</td>
/plugin/schedule/lib/
H A DscheduleCitiesMap.js428 map.forEachFeatureAtPixel (evt.pixel, function (feature) {
450 map.forEachFeatureAtPixel (evt.pixel, function (feature) {
/plugin/bpmnio/vendor/dmn-js/dist/assets/dmn-font/css/
H A Ddmn.css15 @media screen and (-webkit-min-device-pixel-ratio:0) {
H A Ddmn-embedded.css17 @media screen and (-webkit-min-device-pixel-ratio:0) {
/plugin/odt/renderer/
H A Dpage.php2021 public function pixelToPointsX ($pixel) { argument
2022 return $this->document->toPoints($pixel, 'x');
2033 public function pixelToPointsY ($pixel) { argument
2034 return $this->document->toPoints($pixel, 'y');
/plugin/bpmnio/vendor/bpmn-js/dist/assets/bpmn-font/css/
H A Dbpmn.css15 @media screen and (-webkit-min-device-pixel-ratio:0) {
H A Dbpmn-embedded.css17 @media screen and (-webkit-min-device-pixel-ratio:0) {
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/skin/xp/
H A Dfirebug-1.3a2.css575 @media screen and (-webkit-min-device-pixel-ratio:0) {
/plugin/farmer/css/
H A Dchosen.less437 @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
/plugin/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.readme.txt463 least 1 pixel of width and height always remains.
583 * Cropping images can be specified with either exact pixel
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-embedded.css17 @media screen and (-webkit-min-device-pixel-ratio:0) {
/plugin/tagfilter/
H A Dstyle.css736 @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
/plugin/tagfilter/script/select2/
H A Dselect2.css633 @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md660 Additionally, you can add `fit` property which is an array of pixel dimensions,
682 Pagesize | Dimensions in pixel

12