HomeSort by relevance Sort by last modified time
    Searched defs:ReplaceContents (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ppapi/c/
ppb_graphics_2d.h 157 * ReplaceContents() provides a slightly more efficient way to paint the
173 * image. If you paint to the image after ReplaceContents(), there is the
188 void (*ReplaceContents)(PP_Resource graphics_2d, PP_Resource image_data);
298 void (*ReplaceContents)(PP_Resource graphics_2d, PP_Resource image_data);
  /external/chromium_org/ppapi/cpp/
graphics_2d.cc 114 void Graphics2D::ReplaceContents(ImageData* image) {
116 get_interface<PPB_Graphics2D_1_1>()->ReplaceContents(pp_resource(),
119 get_interface<PPB_Graphics2D_1_0>()->ReplaceContents(pp_resource(),
  /external/chromium_org/ppapi/thunk/
ppb_graphics_2d_thunk.cc 74 void ReplaceContents(PP_Resource graphics_2d, PP_Resource image_data) {
75 VLOG(4) << "PPB_Graphics2D::ReplaceContents()";
79 enter.object()->ReplaceContents(image_data);
112 &ReplaceContents,
122 &ReplaceContents,
  /external/chromium_org/ppapi/proxy/
graphics_2d_resource.cc 82 void Graphics2DResource::ReplaceContents(PP_Resource image_data) {

Completed in 29 milliseconds