Searched defs:make_grad (Results 1 - 4 of 4) sorted by relevance

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

Completed in 81 milliseconds