Searched refs:textHeight (Results 1 – 10 of 10) sorted by relevance
/external/skia/gm/ |
D | verttext2.cpp | 34 textHeight = SkIntToScalar(pointSize); in onOnceBeforeDraw() 54 y = textHeight; in onDraw() 70 canvas->translate(textHeight * 4, SkIntToScalar(50)); in onDraw() 85 paint.setTextSize(textHeight); in drawText() 90 y += textHeight; in drawText() 95 SkScalar y, textHeight; member in skiagm::VertText2GM
|
D | lcdtext.cpp | 24 textHeight = SkIntToScalar(pointSize); in LcdTextGM() 39 y = textHeight; in onDraw() 58 paint.setTextSize(textHeight); in drawText() 61 y += textHeight; in drawText() 66 SkScalar y, textHeight; member in LcdTextGM
|
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/ |
D | Label.java | 172 float textWidth, textHeight; in layout() local 177 textHeight = layout.height; in layout() 187 textHeight = font.getData().capHeight; in layout() 191 y += cache.getFont().isFlipped() ? 0 : height - textHeight; in layout() 194 y += cache.getFont().isFlipped() ? height - textHeight : 0; in layout() 197 y += (height - textHeight) / 2; in layout() 199 if (!cache.getFont().isFlipped()) y += textHeight; in layout()
|
D | TextField.java | 106 protected float fontOffset, textHeight, textOffset; field in TextField 203 textHeight = style.font.getCapHeight() - style.font.getDescent() * 2; in setStyle() 303 float yOffset = font.isFlipped() ? -textHeight : 0; in draw() 329 float textY = textHeight / 2 + font.getDescent(); in getTextY() 342 …selection.draw(batch, x + selectionX + renderOffset + fontOffset, y - textHeight - font.getDescent… in drawSelection() 343 textHeight); in drawSelection() 353 y - textHeight - font.getDescent(), cursorPatch.getMinWidth(), textHeight); in drawCursor() 666 float prefHeight = textHeight; in getPrefHeight()
|
D | TextArea.java | 109 float prefHeight = textHeight * prefRows; in getPrefHeight() 234 …selection.draw(batch, x + selectionX + fontOffset, y - textHeight - font.getDescent() - offsetY, s… in drawSelection()
|
/external/skia/src/utils/ |
D | SkTextBox.cpp | 200 SkScalar textHeight = fontHeight; in visit() local 205 textHeight += scaledSpacing * (count - 1); in visit() 213 y = SkScalarHalf(height - textHeight); in visit() 217 y = height - textHeight; in visit()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | TypeMetric.h | 43 double textHeight(void) const;
|
/external/chromium-trace/catapult/netlog_viewer/netlog_viewer/ |
D | timeline_graph_view.js | 359 var textHeight = height; 361 this.drawTimeLabels(context, width, height, textHeight, visibleStartTime); 389 drawTimeLabels: function(context, width, height, textHeight, startTime) { argument 441 context.fillText(text, x, textHeight);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
D | BarGraph.java | 71 int textHeight= 16; in getHeight() local 74 titleHeight= textHeight + GAP; in getHeight() 75 return MARGIN + titleHeight + n * (GAP + BARHEIGHT) + GAP + textHeight + MARGIN; in getHeight()
|
/external/ImageMagick/Magick++/lib/ |
D | TypeMetric.cpp | 39 double Magick::TypeMetric::textHeight(void) const in textHeight() function in Magick::TypeMetric
|