HomeSort by relevance Sort by last modified time
    Searched refs:picture_ (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/android_webview/native/
aw_picture.cc 15 : picture_(picture) {
16 DCHECK(picture_);
26 return picture_->width();
30 return picture_->height();
47 base::Bind(&RenderPictureToCanvas, base::Unretained(picture_.get())),
aw_picture.h 33 skia::RefPtr<SkPicture> picture_; member in class:android_webview::AwPicture
  /external/chromium_org/cc/resources/
skpicture_content_layer_updater.cc 31 picture_.beginRecording(content_rect.width(), content_rect.height());
43 picture_.endRecording();
48 canvas->drawPicture(picture_);
skpicture_content_layer_updater.h 39 SkPicture picture_; member in class:cc::SkPictureContentLayerUpdater
picture.h 69 bool HasRecording() const { return picture_.get() != NULL; }
107 const Picture* picture_; member in class:cc::Picture::PixelRefIterator
120 bool WillPlayBackBitmaps() const { return picture_->willPlayBackBitmaps(); }
138 skia::RefPtr<SkPicture> picture_; member in class:cc::Picture
picture.cc 159 picture_(skia::AdoptRef(picture)),
169 picture_(picture),
190 DCHECK(picture_);
192 picture_->clone(&clones[0], num_threads);
213 picture_ = skia::AdoptRef(new SkTileGridPicture(
216 SkCanvas* canvas = picture_->beginRecording(
237 picture_->endRecording();
250 DCHECK(picture_);
267 skia::LazyPixelRefUtils::GatherPixelRefs(picture_.get(), &pixel_refs);
310 DCHECK(picture_);
    [all...]
picture_pile_base.cc 272 bool did_invalidate = !!picture_;
273 picture_ = NULL;
285 return !picture_ &&
291 picture_ = picture;
295 return picture_.get();
301 if (picture_.get())
302 info.picture_ = picture_->GetCloneForDrawingOnThread(thread_index);
picture_pile_base.h 79 scoped_refptr<Picture> picture_; member in class:cc::PicturePileBase::PictureInfo
  /external/chromium_org/media/tools/player_x11/
x11_video_renderer.h 40 unsigned long picture_; member in class:X11VideoRenderer
x11_video_renderer.cc 75 picture_(0),
83 XRenderFreePicture(display_, picture_);
160 picture_, 0, 0, 0, 0, 0, 0,
209 picture_ = XRenderCreatePicture(display_, window_, pictformat, 0, NULL);
210 CHECK(picture_) << "Backing picture not created";
  /external/chromium_org/cc/debug/
traced_picture.cc 15 : picture_(picture),
44 alias->SetString("id_ref", base::StringPrintf("%p", picture_.get()));
55 scoped_ptr<base::Value> value = picture_->AsValue();
traced_picture.h 34 scoped_refptr<Picture> picture_; member in class:cc::TracedPicture
  /external/chromium_org/content/browser/renderer_host/
backing_store_gtk.h 98 XID picture_; member in class:content::BackingStoreGtk
backing_store_gtk.cc 267 picture_ = XRenderCreatePicture(
274 picture_ = 0;
292 picture_(0),
301 XRenderFreePicture(display_, picture_);
484 picture_, // dest

Completed in 261 milliseconds