Home
last modified time | relevance | path

Searched refs:graphics2d_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ppapi/tests/
Dtest_fullscreen.cc66 graphics2d_ = pp::Graphics2D(instance_, screen_size_, true); in Init()
67 if (!instance_->BindGraphics(graphics2d_)) { in Init()
226 graphics2d_.PaintImageData(image, origin); in PaintPlugin()
228 if (graphics2d_.Flush(cc) != PP_OK_COMPLETIONPENDING) in PaintPlugin()
239 PP_TRUE != testing_interface_->ReadImageData(graphics2d_.pp_resource(), in CheckPluginPaint()
289 else if (!instance_->BindGraphics(graphics2d_)) in DidChangeView()
297 else if (!instance_->BindGraphics(graphics2d_)) in DidChangeView()
Dtest_fullscreen.h59 pp::Graphics2D graphics2d_; variable
/external/chromium_org/remoting/client/plugin/
Dpepper_view.cc132 graphics2d_ = pp::Graphics2D(instance_, pp_size, false); in SetView()
135 graphics2d_.SetScale(1.0f / dips_to_view_scale_); in SetView()
137 bool result = instance_->BindGraphics(graphics2d_); in SetView()
282 graphics2d_.PaintImageData( in FlushBuffer()
303 int error = graphics2d_.Flush(callback); in FlushBuffer()
Dpepper_view.h102 pp::Graphics2D graphics2d_; variable