HomeSort by relevance Sort by last modified time
    Searched full:graphics_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ppapi/utility/graphics/
paint_manager.cc 69 PP_DCHECK(!graphics_.is_null() || has_pending_resize_);
77 PP_DCHECK(!graphics_.is_null() || has_pending_resize_);
90 PP_DCHECK(!graphics_.is_null() || has_pending_resize_);
97 return has_pending_resize_ ? pending_size_ : graphics_.size();
135 graphics_ = Graphics2D(instance_, pending_size_, is_always_opaque_);
151 graphics_.Scroll(update.scroll_rect, update.scroll_delta);
153 if (client_->OnPaint(graphics_, update.paint_rects, update.paint_bounds)) {
155 int32_t result = graphics_.Flush(
177 instance_->BindGraphics(graphics_);
paint_manager.h 215 const Graphics2D& graphics() const { return graphics_; }
223 Graphics2D& graphics() { return graphics_; }
280 Graphics2D graphics_; member in class:pp::PaintManager

Completed in 36 milliseconds