Searched defs:SkShader (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkShader.cpp10 #include "SkShader.h"
15 SkShader::SkShader() { function in class:SkShader
20 SkShader::SkShader(SkFlattenableReadBuffer& buffer) function in class:SkShader
31 SkShader::~SkShader() {
35 void SkShader::flatten(SkFlattenableWriteBuffer& buffer) const {
44 bool SkShader::setContext(const SkBitmap& device,
66 void SkShader
[all...]
/external/skia/src/core/
H A DSkShader.cpp10 #include "SkShader.h"
15 SkShader::SkShader() { function in class:SkShader
20 SkShader::SkShader(SkFlattenableReadBuffer& buffer) function in class:SkShader
31 SkShader::~SkShader() {
35 void SkShader::flatten(SkFlattenableWriteBuffer& buffer) const {
44 bool SkShader::setContext(const SkBitmap& device,
66 void SkShader
[all...]
/external/skia/bench/
H A DGradientBench.cpp14 #include "SkShader.h"
47 static SkShader* MakeLinear(const SkPoint pts[2], const GradData& data,
48 SkShader::TileMode tm, SkUnitMapper* mapper,
54 static SkShader* MakeRadial(const SkPoint pts[2], const GradData& data,
55 SkShader::TileMode tm, SkUnitMapper* mapper,
66 static SkShader* MakeSweep(const SkPoint pts[2], const GradData& data,
67 SkShader::TileMode tm, SkUnitMapper* mapper,
77 static SkShader* Make2Radial(const SkPoint pts[2], const GradData& data,
78 SkShader::TileMode tm, SkUnitMapper* mapper,
92 static SkShader* MakeConica
170 GradientBench(GradType gradType, GradData data = gGradData[0], SkShader::TileMode tm = SkShader::kClamp_TileMode, GeomType geomType = kRect_GeomType, float scale = 1.0f) argument
[all...]
/external/chromium_org/third_party/skia/include/core/
H A DSkShader.h22 /** \class SkShader
32 class SK_API SkShader : public SkFlattenable { class in inherits:SkFlattenable
34 SK_DECLARE_INST_COUNT(SkShader)
36 SkShader();
37 virtual ~SkShader();
190 return SkShader::CanCallShadeSpan16(this->getFlags());
322 * The output color should be the computed SkShader premul color modulated by the incoming
345 static SkShader* CreateBitmapShader(const SkBitmap& src,
350 SK_DEFINE_FLATTENABLE_TYPE(SkShader)
366 SkShader(SkFlattenableReadBuffe
[all...]
/external/skia/include/core/
H A DSkShader.h22 /** \class SkShader
32 class SK_API SkShader : public SkFlattenable { class in inherits:SkFlattenable
34 SK_DECLARE_INST_COUNT(SkShader)
36 SkShader();
37 virtual ~SkShader();
190 return SkShader::CanCallShadeSpan16(this->getFlags());
322 * The output color should be the computed SkShader premul color modulated by the incoming
345 static SkShader* CreateBitmapShader(const SkBitmap& src,
350 SK_DEFINE_FLATTENABLE_TYPE(SkShader)
366 SkShader(SkFlattenableReadBuffe
[all...]

Completed in 180 milliseconds