Lines Matching refs:size
243 static sk_sp<SkShader> make_shader0(SkIPoint* size) {
247 size->set(bm.width(), bm.height());
251 static sk_sp<SkShader> make_shader1(const SkIPoint& size) {
253 { SkIntToScalar(size.fX), SkIntToScalar(size.fY) } };
354 SkIPoint size;
356 auto fShader0 = make_shader0(&size);
357 auto fShader1 = make_shader1(size);
359 make_strip(&fRecs[0], size.fX, size.fY);
360 make_fan(&fRecs[1], size.fX, size.fY);