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

  /external/chromium_org/third_party/skia/include/effects/
SkGradientShader.h 180 CreateSweep returns a shader with a reference count of 1.
193 static SkShader* CreateSweep(SkScalar cx, SkScalar cy,
197 static SkShader* CreateSweep(SkScalar cx, SkScalar cy,
199 return CreateSweep(cx, cy, colors, pos, count, 0, NULL);
203 static SkShader* CreateSweep(SkScalar cx, SkScalar cy,
207 return CreateSweep(cx, cy, colors, pos, count, flags, localMatrix);
  /external/skia/include/effects/
SkGradientShader.h 180 CreateSweep returns a shader with a reference count of 1.
193 static SkShader* CreateSweep(SkScalar cx, SkScalar cy,
197 static SkShader* CreateSweep(SkScalar cx, SkScalar cy,
199 return CreateSweep(cx, cy, colors, pos, count, 0, NULL);
203 static SkShader* CreateSweep(SkScalar cx, SkScalar cy,
207 return CreateSweep(cx, cy, colors, pos, count, flags, localMatrix);
  /external/chromium_org/third_party/skia/src/effects/gradients/
SkGradientShader.cpp 827 SkShader* SkGradientShader::CreateSweep(SkScalar cx, SkScalar cy,
    [all...]
  /external/skia/src/effects/gradients/
SkGradientShader.cpp 827 SkShader* SkGradientShader::CreateSweep(SkScalar cx, SkScalar cy,
    [all...]

Completed in 341 milliseconds