HomeSort by relevance Sort by last modified time
    Searched defs:setFillShader (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContext.cpp 256 return setFillShader(0) || dirty;
259 bool PlatformGraphicsContext::setFillShader(SkShader* fillShader)
PlatformGraphicsContextRecording.cpp 588 bool PlatformGraphicsContextRecording::setFillShader(SkShader* fillShader)
590 if (PlatformGraphicsContext::setFillShader(fillShader)) {
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
PlatformContextSkia.cpp 370 setFillShader(oldFillShader);
480 setFillShader(0);
575 void PlatformContextSkia::setFillShader(SkShader* fillShader)

Completed in 50 milliseconds