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

/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DPlatformGraphicsContext.cpp256 return setFillShader(0) || dirty;
259 bool PlatformGraphicsContext::setFillShader(SkShader* fillShader) function in class:WebCore::PlatformGraphicsContext
H A DPlatformGraphicsContextRecording.cpp587 bool PlatformGraphicsContextRecording::setFillShader(SkShader* fillShader) function in class:WebCore::PlatformGraphicsContextRecording
589 if (PlatformGraphicsContext::setFillShader(fillShader)) {
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DPlatformContextSkia.cpp370 setFillShader(oldFillShader);
480 setFillShader(0);
575 void PlatformContextSkia::setFillShader(SkShader* fillShader) function in class:WebCore::PlatformContextSkia

Completed in 106 milliseconds