Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/android/
DFontAndroid.cpp73 paint->setLooper(looper)->unref(); in setupForText()
81 strokeP->setLooper(NULL); in setupForText()
85 fillP->setLooper(NULL); in setupForText()
DGraphicsContextAndroid.cpp234 paint->setLooper(looper)->unref(); in setup_paint_common()
/external/skia/gm/
Dtilemodes.cpp102 p.setLooper(&fLooper); in onDraw()
135 p.setLooper(&fLooper); in onDraw()
/external/webkit/WebCore/platform/graphics/skia/
DSkiaFontWin.cpp343 paint.setLooper(0)->safeUnref(); in paintSkiaText()
DPlatformContextSkia.cpp337 paint->setLooper(m_state->m_looper); in setupPaintCommon()
/external/skia/include/core/
DSkPaint.h604 SkDrawLooper* setLooper(SkDrawLooper*);
/external/skia/src/core/
DSkPaint.cpp314 SkDrawLooper* SkPaint::setLooper(SkDrawLooper* looper) in setLooper() function in SkPaint
1535 this->setLooper((SkDrawLooper*) buffer.readFlattenable())->safeUnref(); in unflatten()
1543 this->setLooper(NULL); in unflatten()
/external/webkit/WebCore/platform/graphics/chromium/
DFontLinux.cpp131 paint.setLooper(0)->safeUnref(); in drawGlyphs()