Home | History | Annotate | Download | only in layers

Lines Matching defs:PictureLayer

15 scoped_refptr<PictureLayer> PictureLayer::Create(ContentLayerClient* client) {
16 return make_scoped_refptr(new PictureLayer(client));
19 PictureLayer::PictureLayer(ContentLayerClient* client)
28 PictureLayer::~PictureLayer() {
31 bool PictureLayer::DrawsContent() const {
35 scoped_ptr<LayerImpl> PictureLayer::CreateLayerImpl(LayerTreeImpl* tree_impl) {
39 void PictureLayer::PushPropertiesTo(LayerImpl* base_layer) {
66 void PictureLayer::SetLayerTreeHost(LayerTreeHost* host) {
78 void PictureLayer::SetNeedsDisplayRect(const gfx::RectF& layer_rect) {
88 bool PictureLayer::Update(ResourceUpdateQueue* queue,
106 TRACE_EVENT1("cc", "PictureLayer::Update",
153 void PictureLayer::SetIsMask(bool is_mask) {
157 Picture::RecordingMode PictureLayer::RecordingMode() const {
168 bool PictureLayer::SupportsLCDText() const {
172 void PictureLayer::UpdateCanUseLCDText() {
181 skia::RefPtr<SkPicture> PictureLayer::GetPicture() const {
202 bool PictureLayer::IsSuitableForGpuRasterization() const {
206 void PictureLayer::RunMicroBenchmark(MicroBenchmark* benchmark) {