Home | History | Annotate | Download | only in core

Lines Matching refs:SkShader

28 /** \class SkShader
30 SkShader is the based class for objects that return horizontal spans of colors during drawing.
31 A subclass of SkShader is installed in a SkPaint calling paint.setShader(shader). After that
35 class SkShader : public SkFlattenable {
37 SkShader();
38 virtual ~SkShader();
132 return SkShader::CanCallShadeSpan16(this->getFlags());
164 static SkShader* CreateBitmapShader(const SkBitmap& src,
182 SkShader(SkFlattenableReadBuffer& );
191 static SkShader* CreateBitmapShader(const SkBitmap& src,