Home
last modified time | relevance | path

Searched refs:getFontSpacing (Results 1 – 8 of 8) sorted by relevance

/external/skia/gm/
Dbitmapcopy.cpp77 if (paint.getFontSpacing() > height) { in onDraw()
78 height = paint.getFontSpacing(); in onDraw()
97 SkScalar y = paint.getFontSpacing() / SkScalar(2); in onDraw()
/external/skia/samplecode/
DSampleLCD.cpp56 y += paint.getFontSpacing(); in onDraw()
DSampleTextBox.cpp94 canvas->translate(0, tbox.getTextHeight() + paint.getFontSpacing()); in drawTest()
DSampleText.cpp371 y += paint.getFontSpacing(); in onDrawContent()
DSampleTextEffects.cpp355 y += paint.getFontSpacing(); in onDrawContent()
DSampleAll.cpp694 y += paint.getFontSpacing(); in drawOneRaster()
/external/skia/src/views/
DSkStaticTextView.cpp47 this->setHeight(lines * fPaint.getFontSpacing() + fMargin.fY * 2); in computeSize()
/external/skia/include/core/
DSkPaint.h747 SkScalar getFontSpacing() const { return this->getFontMetrics(NULL, 0); } in getFontSpacing() function