OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:make_grad
(Results
1 - 2
of
2
) sorted by null
/external/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/skia/gm/
gradtext.cpp
13
static SkShader*
make_grad
(SkScalar width) {
function
75
paint.setShader(
make_grad
(SkIntToScalar(80)))->unref();
Completed in 75 milliseconds