OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:make_grad
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/samplecode/
SampleBigGradient.cpp
13
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/
gradtext.cpp
14
static SkShader*
make_grad
(SkScalar width) {
function
143
paint.setShader(
make_grad
(SkIntToScalar(80)))->unref();
tilemodes.cpp
167
static SkShader*
make_grad
(SkShader::TileMode tx, SkShader::TileMode ty) {
function
269
DEF_GM( return new Tiling2GM(
make_grad
, "gradient"); )
tilemodes_scaled.cpp
187
static SkShader*
make_grad
(SkShader::TileMode tx, SkShader::TileMode ty) {
function
289
DEF_GM( return new ScaledTiling2GM(
make_grad
, "gradient"); )
Completed in 154 milliseconds