Searched refs:textHeight (Results 1 – 4 of 4) sorted by relevance
22 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
23 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
171 SkScalar textHeight = fontHeight; in draw() local177 textHeight += scaledSpacing * (count - 1); in draw()185 y = SkScalarHalf(height - textHeight); in draw()189 y = height - textHeight; in draw()
71 int textHeight= 16; in getHeight() local74 titleHeight= textHeight + GAP; in getHeight()75 return MARGIN + titleHeight + n * (GAP + BARHEIGHT) + GAP + textHeight + MARGIN; in getHeight()