Searched refs:make_grad (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/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/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/chromium_org/third_party/skia/gm/
H A Dgradtext.cpp14 static SkShader* make_grad(SkScalar width) { function
145 paint.setShader(make_grad(SkIntToScalar(80)))->unref();
H A Dtilemodes.cpp165 static SkShader* make_grad(SkShader::TileMode tx, SkShader::TileMode ty) { function
266 DEF_GM( return new Tiling2GM(make_grad, "gradient"); )
H A Dtilemodes_scaled.cpp185 static SkShader* make_grad(SkShader::TileMode tx, SkShader::TileMode ty) { function
286 DEF_GM( return new ScaledTiling2GM(make_grad, "gradient"); )
/external/skia/gm/
H A Dgradtext.cpp14 static SkShader* make_grad(SkScalar width) { function
145 paint.setShader(make_grad(SkIntToScalar(80)))->unref();
H A Dtilemodes.cpp165 static SkShader* make_grad(SkShader::TileMode tx, SkShader::TileMode ty) { function
266 DEF_GM( return new Tiling2GM(make_grad, "gradient"); )
H A Dtilemodes_scaled.cpp185 static SkShader* make_grad(SkShader::TileMode tx, SkShader::TileMode ty) { function
286 DEF_GM( return new ScaledTiling2GM(make_grad, "gradient"); )

Completed in 426 milliseconds