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

  /external/chromium_org/ppapi/tests/
test_graphics_2d.cc 51 graphics_2d_interface_ = static_cast<const PPB_Graphics2D*>(
55 return graphics_2d_interface_ && image_data_interface_ &&
212 graphics_2d_interface_->Describe(image.pp_resource(), &size, &opaque);
213 graphics_2d_interface_->Describe(null_context.pp_resource(),
220 graphics_2d_interface_->PaintImageData(image.pp_resource(),
223 graphics_2d_interface_->PaintImageData(null_context.pp_resource(),
231 graphics_2d_interface_->Scroll(image.pp_resource(), NULL, &zero_ten);
232 graphics_2d_interface_->Scroll(null_context.pp_resource(),
236 graphics_2d_interface_->ReplaceContents(image.pp_resource(),
238 graphics_2d_interface_->ReplaceContents(null_context.pp_resource()
    [all...]
test_graphics_2d.h 107 const PPB_Graphics2D_1_1* graphics_2d_interface_; member in class:TestGraphics2D

Completed in 41 milliseconds