OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PaintImageData
(Results
1 - 19
of
19
) sorted by null
/external/chromium_org/ppapi/cpp/
graphics_2d.h
80
///
PaintImageData
() enqueues a paint command of the given image into
87
///
PaintImageData
paints the entire image. Refer to the other version of
105
void
PaintImageData
(const ImageData& image,
108
///
PaintImageData
() enqueues a paint command of the given image into
144
void
PaintImageData
(const ImageData& image,
153
/// undefined contents. The module should call
PaintImageData
() on
166
/// entire module's image. Normally, calling
PaintImageData
() requires that
graphics_2d.cc
71
void Graphics2D::
PaintImageData
(const ImageData& image,
74
get_interface<PPB_Graphics2D_1_1>()->
PaintImageData
(pp_resource(),
79
get_interface<PPB_Graphics2D_1_0>()->
PaintImageData
(pp_resource(),
86
void Graphics2D::
PaintImageData
(const ImageData& image,
90
get_interface<PPB_Graphics2D_1_1>()->
PaintImageData
(pp_resource(),
95
get_interface<PPB_Graphics2D_1_0>()->
PaintImageData
(pp_resource(),
/external/chromium_org/ppapi/thunk/
ppb_graphics_2d_api.h
28
virtual void
PaintImageData
(PP_Resource image_data,
ppb_graphics_2d_thunk.cc
53
void
PaintImageData
(PP_Resource graphics_2d,
57
VLOG(4) << "PPB_Graphics2D::
PaintImageData
()";
61
enter.object()->
PaintImageData
(image_data, top_left, src_rect);
110
&
PaintImageData
,
120
&
PaintImageData
,
/external/chromium_org/ppapi/c/
ppb_graphics_2d.h
93
*
PaintImageData
() enqueues a paint of the given image into the context.
131
void (*
PaintImageData
)(PP_Resource graphics_2d,
141
* contents. The module should call
PaintImageData
() on these exposed regions
158
* entire module's image. Normally, calling
PaintImageData
() requires that
291
void (*
PaintImageData
)(PP_Resource graphics_2d,
/external/chromium_org/ppapi/proxy/
graphics_2d_resource.h
35
virtual void
PaintImageData
(PP_Resource image_data,
graphics_2d_resource.cc
56
void Graphics2DResource::
PaintImageData
(PP_Resource image_data,
63
"Graphics2DResource.
PaintImageData
: Bad image resource.");
93
"Graphics2DResource.
PaintImageData
: Bad image resource.");
/external/chromium_org/ppapi/api/
ppb_graphics_2d.idl
83
*
PaintImageData
() enqueues a paint of the given image into the context.
121
void
PaintImageData
(
133
* contents. The module should call
PaintImageData
() on these exposed regions
152
* entire module's image. Normally, calling
PaintImageData
() requires that
/external/chromium_org/ppapi/tests/
test_graphics_2d.cc
227
//
PaintImageData
.
231
graphics_2d_interface_->
PaintImageData
(image.pp_resource(),
234
graphics_2d_interface_->
PaintImageData
(null_context.pp_resource(),
396
dc.
PaintImageData
(background, pp::Point(0, 0));
406
dc.
PaintImageData
(fill, pp::Point(paint_x, paint_y));
425
dc.
PaintImageData
(background, pp::Point(0, 0));
427
dc.
PaintImageData
(fill, pp::Point(second_paint_x, second_paint_y));
428
dc.
PaintImageData
(fill, pp::Point(second_paint_x, second_paint_y),
442
dc.
PaintImageData
(subset, pp::Point(-subset_x, -subset_y),
475
dc.
PaintImageData
(test_image, pp::Point(image_x, image_y))
[
all
...]
test_fullscreen.cc
229
graphics2d_.
PaintImageData
(image, origin);
/external/chromium_org/ppapi/examples/2d/
scroll.cc
93
graphics.
PaintImageData
(updated_image, paint_bounds.point());
paint_manager_example.cc
120
graphics_2d.
PaintImageData
(updated_image, paint_bounds.point());
/external/chromium_org/ppapi/examples/font/
simple_font.cc
84
graphics.
PaintImageData
(image, pp::Point(0, 0));
/external/chromium_org/native_client_sdk/src/examples/api/gamepad/
gamepad.cc
188
graphics_2d_context_->
PaintImageData
(*pixel_buffer_, pp::Point());
/external/chromium_org/ppapi/examples/input/
pointer_event_input.cc
138
graphics_2d.
PaintImageData
(updated_image, paint_bounds.point());
/external/chromium_org/remoting/client/plugin/
pepper_view.cc
289
graphics2d_.
PaintImageData
(
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/
earth.cc
819
graphics_2d_context_->
PaintImageData
(*image_data_, pp::Point(0, 0));
/external/chromium_org/ppapi/examples/ime/
ime.cc
691
device.
PaintImageData
(image, pp::Point(0, 0));
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c
565
iface->
PaintImageData
(graphics_2d, image_data, top_left, src_rect);
604
iface->
PaintImageData
(graphics_2d, image_data, top_left, src_rect);
[
all
...]
Completed in 285 milliseconds