Home
last modified time | relevance | path

Searched refs:ypos (Results 1 – 4 of 4) sorted by relevance

/plugin/jcapture/src/com/hammurapi/jcapture/
H A DButtonManager.java55 public Place2 getButton(final String name, final int layer, final int xpos, final int ypos) { in getButton() argument
58 place.setTransform(new CoordTransform(1, 1, 0, 0, xpos, ypos)); in getButton()
/plugin/godiag/
H A Dsyntax.php752 for ($ypos=0; $ypos<$sizey; $ypos++) {
754 if(array_key_exists($ypos, $rows) && array_key_exists($xpos, $rows[$ypos]))
755 $curchar = $rows[$ypos][$xpos];
759 chr(97+$ypos+$offset_y);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php11043 $ypos['glyphYorigin'] = 0;
11044 $ypos['baseline-shift'] = 0;
11050 $ypos['boxtop'] = $fontdesc['Ascent'] / 1000 * $fontsize;
11051 $ypos['boxbottom'] = $fontdesc['Descent'] / 1000 * $fontsize;
11057 $ypos['boxtop'] = (0.5 + $this->baselineC) * $fontsize;
11058 $ypos['boxbottom'] = -(0.5 - $this->baselineC) * $fontsize;
11060 $fontheight = $ypos['boxtop'] - $ypos['boxbottom'];
11088 && ($blockYpos && $ypos['boxtop'] < $blockYpos['boxtop'])
11089 && ($blockYpos && $ypos['boxbotto
[all...]
/plugin/jcapture/lib/
H A Djcapture.jar ... , int) String name int layer int xpos int ypos com.flagstone.transform.Place2 place private void ...