Searched refs:textHeight (Results 1 – 6 of 6) sorted by relevance
/external/skia/gm/ |
D | verttext2.cpp | 26 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
|
D | lcdtext.cpp | 25 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
|
D | gamut.cpp | 174 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/ |
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/ImageMagick/Magick++/lib/ |
D | TypeMetric.cpp | 39 double Magick::TypeMetric::textHeight(void) const in textHeight() function in Magick::TypeMetric
|