OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReplaceContents
(Results
1 - 20
of
20
) 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
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/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
82
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
78
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
205
dc->
ReplaceContents
(&image);
246
//
ReplaceContents
.
247
graphics_2d_interface_->
ReplaceContents
(image.pp_resource(),
249
graphics_2d_interface_->
ReplaceContents
(null_context.pp_resource(),
577
dc.
ReplaceContents
(&weird_size);
593
dc.
ReplaceContents
(&swapped);
759
// expected. Doing
ReplaceContents
quickly should re-use the image data from
/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
256
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
575
iface->
ReplaceContents
(graphics_2d, image_data);
614
iface->
ReplaceContents
(graphics_2d, image_data);
[
all
...]
Completed in 236 milliseconds