Home | History | Annotate | Download | only in ext

Lines Matching refs:CreateBitmap

25 void CreateBitmap(gfx::Size size, const char* uri, SkBitmap* bitmap);
62 TestLazyShader() { CreateBitmap(gfx::Size(50, 50), "lazy", &bitmap_); }
73 CreateBitmap(gfx::Size(50, 50), "lazy", &bitmap_);
134 void CreateBitmap(gfx::Size size, const char* uri, SkBitmap* bitmap) {
453 CreateBitmap(gfx::Size(50, 50), "lazy", &first);
455 CreateBitmap(gfx::Size(50, 50), "lazy", &second);
457 CreateBitmap(gfx::Size(50, 50), "lazy", &third);
459 CreateBitmap(gfx::Size(50, 1), "lazy", &fourth);
461 CreateBitmap(gfx::Size(10, 10), "lazy", &fifth);
513 CreateBitmap(gfx::Size(50, 50), "lazy", &first);
515 CreateBitmap(gfx::Size(50, 50), "lazy", &second);
517 CreateBitmap(gfx::Size(50, 50), "lazy", &third);
563 CreateBitmap(gfx::Size(50, 50), "lazy", &first);
565 CreateBitmap(gfx::Size(50, 50), "lazy", &second);
567 CreateBitmap(gfx::Size(50, 50), "lazy", &third);
569 CreateBitmap(gfx::Size(50, 50), "lazy", &fourth);
571 CreateBitmap(gfx::Size(50, 50), "lazy", &fifth);