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

  /external/chromium_org/ppapi/cpp/
graphics_2d.h 165 /// ReplaceContents() provides a slightly more efficient way to paint the
181 /// image. If you paint to the image after ReplaceContents(), there is the
194 void ReplaceContents(ImageData* image);
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_api.h 33 virtual void ReplaceContents(PP_Resource image_data) = 0;
ppb_graphics_2d_thunk.cc 72 void ReplaceContents(PP_Resource graphics_2d, PP_Resource image_data) {
73 VLOG(4) << "PPB_Graphics2D::ReplaceContents()";
77 enter.object()->ReplaceContents(image_data);
110 &ReplaceContents,
120 &ReplaceContents,
  /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/proxy/
graphics_2d_resource.h 40 virtual void ReplaceContents(PP_Resource image_data) OVERRIDE;
graphics_2d_resource.cc 83 void Graphics2DResource::ReplaceContents(PP_Resource image_data) {
  /external/chromium_org/ppapi/api/
ppb_graphics_2d.idl 151 * ReplaceContents() provides a slightly more efficient way to paint the
167 * image. If you paint to the image after ReplaceContents(), there is the
182 void ReplaceContents(
  /external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
ps_context_2d.cc 127 PSInterfaceGraphics2D()->ReplaceContents(ctx->graphic_2d, ctx->image);
  /external/chromium_org/ppapi/examples/flash_topmost/
flash_topmost.cc 76 device_context_.ReplaceContents(&image);
  /external/chromium_org/native_client_sdk/src/examples/api/var_array_buffer/
var_array_buffer.cc 92 graphics_2d_context_.ReplaceContents(image_data);
  /external/chromium_org/ppapi/examples/2d/
graphics_2d_example.c 93 g_graphics_2d_interface->ReplaceContents(graphics, image);
  /external/chromium_org/ppapi/examples/gamepad/
gamepad.cc 79 device_context_.ReplaceContents(&image);
  /external/chromium_org/ppapi/examples/scaling/
scaling.cc 196 device_context_.ReplaceContents(&image);
  /external/chromium_org/ppapi/tests/
test_graphics_2d.cc 194 dc->ReplaceContents(&image);
235 // ReplaceContents.
236 graphics_2d_interface_->ReplaceContents(image.pp_resource(),
238 graphics_2d_interface_->ReplaceContents(null_context.pp_resource(),
566 dc.ReplaceContents(&weird_size);
582 dc.ReplaceContents(&swapped);
747 // expected. Doing ReplaceContents quickly should re-use the image data from
  /external/chromium_org/native_client_sdk/src/examples/api/graphics_2d/
graphics_2d.cc 208 // See the comment above the call to ReplaceContents below.
224 // Using Graphics2D::ReplaceContents is the fastest way to update the
241 context_.ReplaceContents(&image_data);
  /external/chromium_org/native_client_sdk/src/examples/api/media_stream_audio/
media_stream_audio.cc 119 device_context_.ReplaceContents(&image);
  /external/chromium_org/ppapi/examples/media_stream_audio/
media_stream_audio.cc 116 device_context_.ReplaceContents(&image);
  /external/chromium_org/ppapi/examples/mouse_lock/
mouse_lock.cc 139 device_context_.ReplaceContents(&image);
  /external/chromium_org/native_client_sdk/src/examples/api/mouse_lock/
mouse_lock.cc 200 device_context_.ReplaceContents(&image);
  /external/chromium_org/native_client_sdk/src/examples/demo/life/
life.c 276 g_pGraphics2D->ReplaceContents(g_Context.ctx, image);
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/life/
life.c 274 g_pGraphics2D->ReplaceContents(g_Context.ctx, image);
  /external/chromium_org/ppapi/examples/audio_input/
audio_input.cc 166 device_context_.ReplaceContents(&image);
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c     [all...]

Completed in 1948 milliseconds