Searched refs:axis (Results 1 – 8 of 8) sorted by relevance
49 private $axis; variable in ComboStrap\\ConditionalLength81 $axis = substr($value, 0, 2);82 switch ($axis) {84 $this->axis = "x";87 $this->axis = "y";337 return $this->axis;342 if ($this->axis !== null) {343 return $this->axis;
177 foreach ($defaultAlign as $axis => $value) {178 if (!isset($alignsByAxis[$axis])) {
30 this.axis = this.options.axis || 'horizontal';179 return (this.axis == 'vertical');
6 Montserrat is a variable font with this axis:
142 // Used for a bird's eye view of components dependent on the z-axis
2660 , axis: (c.dir=="horz" ? "y" : "x") // limit resizing to horz or vert axis property
2240 },pointsToPixels:function(name,value,returnFloat){var axis=/Top$|Bottom$/.test(name)?"y":"x";2241 var result=value*pixelsPerInch[axis]/72;