Searched refs:make_shader (Results 1 - 21 of 21) sorted by relevance

/external/skia/gm/
H A Dcgm.c23 static sk_shader_t* make_shader() { function
41 sk_shader_t* shader = make_shader();
H A Dcolorfilters.cpp13 static sk_sp<SkShader> make_shader(const SkRect& bounds) { function
55 paint.setShader(make_shader(r));
H A Dlcdblendmodes.cpp26 static sk_sp<SkShader> make_shader(const SkRect& bounds) { function in namespace:skiagm
130 paint.setShader(make_shader(r));
H A Dshadermaskfilter.cpp32 static sk_sp<SkShader> make_shader(const SkRect& r) { function
42 auto shader = make_shader(r);
62 auto gradmf = SkShaderMaskFilter::Make(make_shader(SkRect::MakeIWH(mask->width(),
H A Dcomposeshader.cpp19 static sk_sp<SkShader> make_shader(SkBlendMode mode) { function
41 fShader = make_shader(SkBlendMode::kDstIn);
84 make_shader(SkBlendMode::kDstIn),
85 make_shader(SkBlendMode::kSrcOver),
H A Dpatch.cpp14 static sk_sp<SkShader> make_shader() { function
108 shader = make_shader();
H A Dsurface.cpp17 static sk_sp<SkShader> make_shader() { function
41 paint.setShader(make_shader());
H A Ddrawatlas.cpp154 static sk_sp<SkShader> make_shader() { function
166 paint.setShader(make_shader());
H A Dtextbloblooper.cpp83 static sk_sp<SkShader> make_shader(const SkRect& bounds) { function in namespace:skiagm
99 paint->setShader(make_shader(r));
H A Dbleed.cpp159 static sk_sp<SkShader> make_shader() { function
185 { "bleed_alpha_bmp_shader", make_ringed_alpha_bitmap, make_shader },
186 { "bleed_alpha_image_shader", make_ringed_alpha_image, make_shader },
/external/skqp/gm/
H A Dcgm.c23 static sk_shader_t* make_shader() { function
41 sk_shader_t* shader = make_shader();
H A Dcolorfilters.cpp13 static sk_sp<SkShader> make_shader(const SkRect& bounds) { function
55 paint.setShader(make_shader(r));
H A Dlcdblendmodes.cpp26 static sk_sp<SkShader> make_shader(const SkRect& bounds) { function in namespace:skiagm
130 paint.setShader(make_shader(r));
H A Dcomposeshader.cpp18 static sk_sp<SkShader> make_shader(SkBlendMode mode) { function
40 fShader = make_shader(SkBlendMode::kDstIn);
82 make_shader(SkBlendMode::kDstIn),
83 make_shader(SkBlendMode::kSrcOver),
H A Dpatch.cpp14 static sk_sp<SkShader> make_shader() { function
108 shader = make_shader();
H A Dshadermaskfilter.cpp30 static sk_sp<SkShader> make_shader(const SkRect& r) { function
40 auto shader = make_shader(r);
H A Dsurface.cpp17 static sk_sp<SkShader> make_shader() { function
41 paint.setShader(make_shader());
H A Dtextbloblooper.cpp83 static sk_sp<SkShader> make_shader(const SkRect& bounds) { function in namespace:skiagm
99 paint->setShader(make_shader(r));
H A Dbleed.cpp159 static sk_sp<SkShader> make_shader() { function
185 { "bleed_alpha_bmp_shader", make_ringed_alpha_bitmap, make_shader },
186 { "bleed_alpha_image_shader", make_ringed_alpha_image, make_shader },
/external/skia/samplecode/
H A DSampleFilterQuality.cpp30 static sk_sp<SkShader> make_shader(const SkRect& bounds) { function
53 paint.setShader(make_shader(SkRect::MakeWH(N, N)));
/external/skqp/samplecode/
H A DSampleFilterQuality.cpp30 static sk_sp<SkShader> make_shader(const SkRect& bounds) { function
53 paint.setShader(make_shader(SkRect::MakeWH(N, N)));

Completed in 306 milliseconds