(int dipCount, boolean horizontal)
| 487 | /// |
| 488 | /// value in pixels |
| 489 | public static int convertToPixels(int dipCount, boolean horizontal) { |
| 490 | return Display.impl.convertToPixels(dipCount, horizontal); |
| 491 | } |
| 492 | |
| 493 | /// Converts from specified unit to pixels. |
| 494 | /// |