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

  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContext.cpp 352 return setStrokeShader(0) || dirty;
355 bool PlatformGraphicsContext::setStrokeShader(SkShader* strokeShader)
PlatformGraphicsContextRecording.cpp 643 bool PlatformGraphicsContextRecording::setStrokeShader(SkShader* strokeShader)
645 if (PlatformGraphicsContext::setStrokeShader(strokeShader)) {
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
PlatformContextSkia.cpp 501 setStrokeShader(0);
514 void PlatformContextSkia::setStrokeShader(SkShader* strokeShader)

Completed in 33 milliseconds