Home
last modified time | relevance | path

Searched refs:setupShadowPaint (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/platform/graphics/android/
DGraphicsContextAndroid.cpp136 bool setupShadowPaint(SkPaint* paint, SkPoint* offset) { in setupShadowPaint() function
856 bool GraphicsContext::setupShadowPaint(SkPaint* paint, SkPoint* offset) { in setupShadowPaint() function in WebCore::GraphicsContext
857 return m_data->mState->setupShadowPaint(paint, offset); in setupShadowPaint()
DFontAndroid.cpp90 if (gc->setupShadowPaint(&shadowPaint, &offset)) { in setupForText()
/external/webkit/WebCore/platform/graphics/
DGraphicsContext.h209 bool setupShadowPaint(SkPaint* paint, SkPoint* offset);