Home
last modified time | relevance | path

Searched refs:textHeight (Results 1 – 4 of 4) sorted by relevance

/external/skia/gm/
Dlcdtext.cpp22 textHeight = SkIntToScalar(pointSize); in LcdTextGM()
35 y = textHeight; in onDraw()
54 paint.setTextSize(textHeight); in drawText()
57 y += textHeight; in drawText()
62 SkScalar y, textHeight; member in skiagm::LcdTextGM
Dverttext2.cpp23 textHeight = SkIntToScalar(pointSize); in VertText2GM()
42 y = textHeight; in onDraw()
58 canvas->translate(textHeight * 4, SkIntToScalar(50)); in onDraw()
73 paint.setTextSize(textHeight); in drawText()
77 y += textHeight; in drawText()
82 SkScalar y, textHeight; member in skiagm::VertText2GM
/external/skia/src/views/
DSkTextBox.cpp171 SkScalar textHeight = fontHeight; in draw() local
177 textHeight += scaledSpacing * (count - 1); in draw()
185 y = SkScalarHalf(height - textHeight); in draw()
189 y = height - textHeight; in draw()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
DBarGraph.java71 int textHeight= 16; in getHeight() local
74 titleHeight= textHeight + GAP; in getHeight()
75 return MARGIN + titleHeight + n * (GAP + BARHEIGHT) + GAP + textHeight + MARGIN; in getHeight()