Home
last modified time | relevance | path

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

/external/skia/gm/
Dverttext2.cpp26 textHeight = SkIntToScalar(pointSize); in onOnceBeforeDraw()
46 y = textHeight; in onDraw()
62 canvas->translate(textHeight * 4, SkIntToScalar(50)); in onDraw()
77 paint.setTextSize(textHeight); in drawText()
82 y += textHeight; in drawText()
87 SkScalar y, textHeight; member in skiagm::VertText2GM
Dlcdtext.cpp25 textHeight = SkIntToScalar(pointSize); in LcdTextGM()
40 y = textHeight; in onDraw()
59 paint.setTextSize(textHeight); in drawText()
62 y += textHeight; in drawText()
67 SkScalar y, textHeight; member in LcdTextGM
Dgamut.cpp174 SkScalar textHeight = textPaint.getFontSpacing(); in draw_gamut_grid() local
182 canvas->drawString(renderer->label(), x, y + textHeight, textPaint); in draw_gamut_grid()
189 canvas->drawImage(srgbImage, x, y + textHeight + 5); in draw_gamut_grid()
195 canvas->drawImage(wideImage, x, y + textHeight + 5); in draw_gamut_grid()
200 y += (textHeight + gScalarSize + 10); in draw_gamut_grid()
/external/skia/src/utils/
DSkTextBox.cpp200 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++/
DTypeMetric.h43 double textHeight(void) const;
/external/ImageMagick/Magick++/lib/
DTypeMetric.cpp39 double Magick::TypeMetric::textHeight(void) const in textHeight() function in Magick::TypeMetric