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

  /external/webkit/Source/WebCore/platform/graphics/skia/
PlatformContextSkia.h 127 void setStrokeShader(SkShader*);
GraphicsContextSkia.cpp     [all...]
PlatformContextSkia.cpp 501 setStrokeShader(0);
514 void PlatformContextSkia::setStrokeShader(SkShader* strokeShader)
  /external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsContextAndroid.cpp 94 pgc->setStrokeShader(grad->platformGradient());
96 pgc->setStrokeShader(pat->platformPattern(AffineTransform()));
PlatformGraphicsContext.cpp 352 return setStrokeShader(0) || dirty;
355 bool PlatformGraphicsContext::setStrokeShader(SkShader* strokeShader)
PlatformGraphicsContext.h 75 virtual bool setStrokeShader(SkShader* strokeShader);
PlatformGraphicsContextRecording.h 92 virtual bool setStrokeShader(SkShader* strokeShader);
PlatformGraphicsContextRecording.cpp 643 bool PlatformGraphicsContextRecording::setStrokeShader(SkShader* strokeShader)
645 if (PlatformGraphicsContext::setStrokeShader(strokeShader)) {
    [all...]

Completed in 132 milliseconds