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

  /external/webkit/Source/WebCore/platform/graphics/skia/
PlatformContextSkia.h 123 void setFillShader(SkShader*);
PlatformContextSkia.cpp 370 setFillShader(oldFillShader);
480 setFillShader(0);
575 void PlatformContextSkia::setFillShader(SkShader* fillShader)
GraphicsContextSkia.cpp 1012 platformContext()->setFillShader(gradient->platformGradient());
1020 platformContext()->setFillShader(pattern->platformPattern(getCTM()));
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsContextAndroid.cpp 84 pgc->setFillShader(grad->platformGradient());
86 pgc->setFillShader(pat->platformPattern(AffineTransform()));
PlatformGraphicsContext.cpp 256 return setFillShader(0) || dirty;
259 bool PlatformGraphicsContext::setFillShader(SkShader* fillShader)
PlatformGraphicsContext.h 67 virtual bool setFillShader(SkShader* fillShader);
PlatformGraphicsContextRecording.h 84 virtual bool setFillShader(SkShader* fillShader);
PlatformGraphicsContextRecording.cpp 588 bool PlatformGraphicsContextRecording::setFillShader(SkShader* fillShader)
590 if (PlatformGraphicsContext::setFillShader(fillShader)) {
    [all...]

Completed in 80 milliseconds