Searched defs:ReplaceContents (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ppapi/c/
H A Dppb_graphics_2d.h157 * 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); member in struct:PPB_Graphics2D_1_1
298 void (*ReplaceContents)(PP_Resource graphics_2d, PP_Resource image_data); member in struct:PPB_Graphics2D_1_0
/external/chromium_org/ppapi/cpp/
H A Dgraphics_2d.cc114 void Graphics2D::ReplaceContents(ImageData* image) { function in class:pp::Graphics2D
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/
H A Dppb_graphics_2d_thunk.cc72 void ReplaceContents(PP_Resource graphics_2d, PP_Resource image_data) { function in namespace:ppapi::thunk::__anon9652
73 VLOG(4) << "PPB_Graphics2D::ReplaceContents()";
77 enter.object()->ReplaceContents(image_data);
110 &ReplaceContents,
120 &ReplaceContents,
/external/chromium_org/ppapi/proxy/
H A Dgraphics_2d_resource.cc83 void Graphics2DResource::ReplaceContents(PP_Resource image_data) { function in class:ppapi::proxy::Graphics2DResource

Completed in 147 milliseconds