Home | History | Annotate | Download | only in output

Lines Matching refs:pile

1913   scoped_refptr<FakePicturePileImpl> pile =
1917 pile->add_draw_bitmap_with_paint(bitmap, gfx::Point(), paint);
1918 pile->RerecordPile();
1934 PicturePileImpl::CreateFromOther(pile.get()));
2041 scoped_refptr<FakePicturePileImpl> pile =
2047 pile->add_draw_rect_with_paint(iter.rect(), red_paint);
2052 pile->add_draw_rect_with_paint(blue_layer_rect1, blue_paint);
2053 pile->add_draw_rect_with_paint(blue_layer_rect2, blue_paint);
2054 pile->RerecordPile();
2079 PicturePileImpl::CreateFromOther(pile.get()));