HomeSort by relevance Sort by last modified time
    Searched refs:baseHeight (Results 1 - 5 of 5) sorted by null

  /tools/motodev/src/plugins/emulator/src/com/motorola/studio/android/emulator/ui/controls/maindisplay/
MainDisplayComposite.java 101 * @param baseHeight
104 public MainDisplayComposite(Composite parent, int style, int baseWidth, int baseHeight,
209 int baseHeight;
215 baseHeight = mainDisplay.getScreenWidth();
219 baseHeight = mainDisplay.getScreenHeight();
239 double heightRatio = (double) (clientArea.height) / baseHeight;
243 height = new Double(baseHeight * fitZoomfactor).intValue();
253 height = new Double(baseHeight * zoomFactor).intValue();
  /external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLUnderOver.cpp 183 int baseHeight = getOffsetHeight(base);
191 int underSpacing = baseHeight - toRenderBoxModelObject(base)->baselinePosition(AlphabeticBaseline, true, HorizontalLine);
224 int baseHeight = getOffsetHeight(base);
232 int underSpacing = baseHeight - toRenderBoxModelObject(base)->baselinePosition(AlphabeticBaseline, true, HorizontalLine);
  /tools/motodev/src/plugins/emulator/src/com/motorola/studio/android/emulator/ui/view/
MainDisplayView.java 108 int baseHeight =
118 baseHeight, instance);
124 composite.setSize(baseWidth, baseHeight);
AndroidView.java 115 int baseHeight =
125 baseHeight, instance);
131 composite.setSize(baseWidth, baseHeight);
  /external/webkit/Source/WebCore/rendering/
RenderLayer.cpp     [all...]

Completed in 68 milliseconds