Home
last modified time | relevance | path

Searched refs:textBox (Results 1 – 3 of 3) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/font/
DStringBlock.java48 private Rectangle textBox; field in StringBlock
69 …StringBlock(String text, Rectangle textBox, BitmapFont.Align alignment, float size, ColorRGBA colo… in StringBlock() argument
72 this.textBox = textBox; in StringBlock()
81 this.textBox = null; in StringBlock()
93 if (textBox != null) in clone()
94 clone.textBox = textBox.clone(); in clone()
110 return textBox; in getTextBox()
113 void setTextBox(Rectangle textBox) { in setTextBox() argument
114 this.textBox = textBox; in setTextBox()
DBitmapText.java172 Rectangle textBox = block.getTextBox(); in getHeight() local
173 if (textBox != null) { in getHeight()
174 return Math.max(height, textBox.height); in getHeight()
186 Rectangle textBox = block.getTextBox(); in getLineWidth() local
187 if (textBox != null) { in getLineWidth()
188 return Math.max(letters.getTotalWidth(), textBox.width); in getLineWidth()
/external/skia/src/animator/
DSkAnimateSchema.xsd1033 <xs:element ref="Sk:textBox"/>
1373 <xs:element ref="Sk:textBox"/>
1485 <xs:element ref="Sk:textBox"/>
1609 <xs:element ref="Sk:textBox"/>
2489 <xs:element ref="Sk:textBox"/>
2567 <xs:element ref="Sk:textBox"/>
2682 <!-- /** textBox
2685 <xs:element name="textBox" >