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

  /external/chromium_org/third_party/skia/include/effects/
SkGradientShader.h 34 CreateLinear returns a shader with a reference count of 1.
47 static SkShader* CreateLinear(const SkPoint pts[2],
52 static SkShader* CreateLinear(const SkPoint pts[2],
55 return CreateLinear(pts, colors, pos, count, mode, 0, NULL);
59 static SkShader* CreateLinear(const SkPoint pts[2],
63 return CreateLinear(pts, colors, pos, count, mode, flags, localMatrix);
  /external/skia/include/effects/
SkGradientShader.h 34 CreateLinear returns a shader with a reference count of 1.
47 static SkShader* CreateLinear(const SkPoint pts[2],
52 static SkShader* CreateLinear(const SkPoint pts[2],
55 return CreateLinear(pts, colors, pos, count, mode, 0, NULL);
59 static SkShader* CreateLinear(const SkPoint pts[2],
63 return CreateLinear(pts, colors, pos, count, mode, flags, localMatrix);
  /external/chromium_org/third_party/skia/src/effects/gradients/
SkGradientShader.cpp 726 SkShader* SkGradientShader::CreateLinear(const SkPoint pts[2],
    [all...]
  /external/skia/src/effects/gradients/
SkGradientShader.cpp 726 SkShader* SkGradientShader::CreateLinear(const SkPoint pts[2],
    [all...]

Completed in 847 milliseconds