Home
last modified time | relevance | path

Searched refs:setLooper (Results 1 – 6 of 6) 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.cpp230 paint->setLooper(looper)->unref(); in setup_paint_common()
/external/webkit/WebCore/platform/graphics/chromium/
DFontChromiumWin.cpp159 paint.setLooper(0)->safeUnref(); in paintSkiaText()
/external/skia/include/core/
DSkPaint.h541 SkDrawLooper* setLooper(SkDrawLooper*);
/external/webkit/WebCore/platform/graphics/skia/
DPlatformContextSkia.cpp223 paint->setLooper(m_state->m_looper); in setupPaintCommon()
/external/skia/src/core/
DSkPaint.cpp298 SkDrawLooper* SkPaint::setLooper(SkDrawLooper* looper) in setLooper() function in SkPaint
1315 this->setLooper((SkDrawLooper*) buffer.readFlattenable())->safeUnref(); in unflatten()