Home
last modified time | relevance | path

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

/external/skia/gm/
Dbitmapcopy.cpp84 if (paint.getFontSpacing() > height) { in onDraw()
85 height = paint.getFontSpacing(); in onDraw()
104 SkScalar y = paint.getFontSpacing() / SkScalar(2); in onDraw()
Dskbug_257.cpp70 SkScalar lineSpacing = type.getFontSpacing(); in test_text()
Dtexteffects.cpp194 y += paint.getFontSpacing();
/external/skia/samplecode/
DSampleLCD.cpp56 y += paint.getFontSpacing(); in onDraw()
DSampleTextBox.cpp93 canvas->translate(0, tbox.getTextHeight() + paint.getFontSpacing()); in drawTest()
DSampleAnimatedText.cpp125 y += paint.getFontSpacing(); in onDrawContent()
DSampleText.cpp142 y += paint.getFontSpacing(); in onDrawContent()
DSampleAll.cpp564 y += paint.getFontSpacing(); in drawOneRaster()
/external/skia/platform_tools/android/examples/hello_skia_app/jni/
Dhelloskia.cpp48 SkScalar fontHeight = paint.getFontSpacing(); in Java_com_example_HelloSkiaActivity_drawIntoBitmap()
/external/skia/tools/
Dskhello.cpp83 SkScalar spacing = paint.getFontSpacing(); in tool_main()
/external/skia/src/views/animated/
DSkStaticTextView.cpp47 this->setHeight(lines * fPaint.getFontSpacing() + fMargin.fY * 2); in computeSize()
/external/skia/include/core/
DSkPaint.h794 SkScalar getFontSpacing() const { return this->getFontMetrics(NULL, 0); } in getFontSpacing() function