Home
last modified time | relevance | path

Searched refs:make_grad (Results 1 – 4 of 4) sorted by relevance

/external/skia/samplecode/
DSampleBigGradient.cpp13 static SkShader* make_grad(SkScalar w, SkScalar h) { in make_grad() function
38 p.setShader(make_grad(this->width(), this->height()))->unref(); in onDrawContent()
/external/skia/gm/
Dgradtext.cpp14 static SkShader* make_grad(SkScalar width) { in make_grad() function
143 paint.setShader(make_grad(SkIntToScalar(80)))->unref(); in onDraw()
Dtilemodes.cpp165 static SkShader* make_grad(SkShader::TileMode tx, SkShader::TileMode ty) { in make_grad() function
264 DEF_GM( return new Tiling2GM(make_grad, "gradient"); )
Dtilemodes_scaled.cpp169 static SkShader* make_grad(SkShader::TileMode tx, SkShader::TileMode ty) { in make_grad() function
268 DEF_GM( return new ScaledTiling2GM(make_grad, "gradient"); )