Home
last modified time | relevance | path

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

/external/webkit/WebKit/android/plugins/
DANPPaintInterface.cpp140 paint->setTypeface(tf); in anp_setTypeface()
208 ASSIGN(i, setTypeface); in ANPPaintInterfaceV0_Init()
Dandroid_npapi.h376 void (*setTypeface)(ANPPaint*, ANPTypeface*); member
/external/skia/src/animator/
DSkDrawPaint.cpp270 paint->setTypeface(NULL); in setupPaint()
272 paint->setTypeface(typeface->getTypeface())->safeUnref(); in setupPaint()
/external/webkit/WebCore/platform/graphics/chromium/
DFontPlatformDataLinux.cpp92 paint->setTypeface(m_typeface); in setupPaint()
/external/webkit/WebCore/platform/graphics/android/
DFontPlatformDataAndroid.cpp144 paint->setTypeface(mTypeface); in setupPaint()
/external/webkit/WebKit/android/plugins/sample/
DpluginGraphics.cpp103 gPaintI.setTypeface(m_paint, tf); in BallAnimation()
/external/skia/include/core/
DSkPaint.h518 SkTypeface* setTypeface(SkTypeface* typeface);
/external/skia/src/core/
DSkPaint.cpp286 SkTypeface* SkPaint::setTypeface(SkTypeface* font) in setTypeface() function in SkPaint
1305 this->setTypeface(buffer.readTypeface()); in unflatten()