Searched defs:setStrokeShader (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DPlatformGraphicsContext.cpp352 return setStrokeShader(0) || dirty;
355 bool PlatformGraphicsContext::setStrokeShader(SkShader* strokeShader) function in class:WebCore::PlatformGraphicsContext
H A DPlatformGraphicsContextRecording.cpp642 bool PlatformGraphicsContextRecording::setStrokeShader(SkShader* strokeShader) function in class:WebCore::PlatformGraphicsContextRecording
644 if (PlatformGraphicsContext::setStrokeShader(strokeShader)) {
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DPlatformContextSkia.cpp501 setStrokeShader(0);
514 void PlatformContextSkia::setStrokeShader(SkShader* strokeShader) function in class:WebCore::PlatformContextSkia

Completed in 691 milliseconds