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

  /external/jmonkeyengine/engine/src/test/jme3test/gui/
TestBitmapFont.java 52 private BitmapText txt2; field in class:TestBitmapFont
74 txt2 = new BitmapText(fnt, false);
75 txt2.setSize(fnt.getPreferredSize() * 1.2f);
76 txt2.setText("Text without restriction. \nText without restriction. Text without restriction. Text without restriction");
77 txt2.setLocalTranslation(0, txt2.getHeight(), 0);
78 guiNode.attachChild(txt2);
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodecomparedocumentposition18.js 91 var txt2;
104 txt2 = doc.createTextNode("T2");
106 appendedChild = docElem.appendChild(txt2);
107 txt1Position = txt1.compareDocumentPosition(txt2);
109 txt2Position = txt2.compareDocumentPosition(txt1);
nodecomparedocumentposition21.js 96 var txt2;
110 txt2 = elemName2.firstChild;
112 txt1Position = txt1.compareDocumentPosition(txt2);
114 txt2Position = txt2.compareDocumentPosition(txt1);
  /external/bison/
configure     [all...]

Completed in 1498 milliseconds