Searched refs:PaintImageData (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/ppapi/cpp/
H A Dgraphics_2d.cc71 void Graphics2D::PaintImageData(const ImageData& image, function in class:pp::Graphics2D
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, function in class:pp::Graphics2D
90 get_interface<PPB_Graphics2D_1_1>()->PaintImageData(pp_resource(),
95 get_interface<PPB_Graphics2D_1_0>()->PaintImageData(pp_resource(),
H A Dgraphics_2d.h80 /// 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
/external/chromium_org/ppapi/thunk/
H A Dppb_graphics_2d_thunk.cc51 void PaintImageData(PP_Resource graphics_2d, function in namespace:ppapi::thunk::__anon10278
55 VLOG(4) << "PPB_Graphics2D::PaintImageData()";
59 enter.object()->PaintImageData(image_data, top_left, src_rect);
108 &PaintImageData,
118 &PaintImageData,
H A Dppb_graphics_2d_api.h28 virtual void PaintImageData(PP_Resource image_data,
/external/chromium_org/ppapi/c/
H A Dppb_graphics_2d.h93 * PaintImageData() enqueues a paint of the given image into the context.
131 void (*PaintImageData)(PP_Resource graphics_2d, member in struct:PPB_Graphics2D_1_1
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, member in struct:PPB_Graphics2D_1_0
/external/chromium_org/ppapi/api/
H A Dppb_graphics_2d.idl83 * 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/proxy/
H A Dgraphics_2d_resource.h35 virtual void PaintImageData(PP_Resource image_data,
H A Dgraphics_2d_resource.cc57 void Graphics2DResource::PaintImageData(PP_Resource image_data, function in class:ppapi::proxy::Graphics2DResource
64 "Graphics2DResource.PaintImageData: Bad image resource.");
94 "Graphics2DResource.PaintImageData: Bad image resource.");
/external/chromium_org/ppapi/tests/
H A Dtest_graphics_2d.cc216 // PaintImageData.
220 graphics_2d_interface_->PaintImageData(image.pp_resource(),
223 graphics_2d_interface_->PaintImageData(null_context.pp_resource(),
385 dc.PaintImageData(background, pp::Point(0, 0));
395 dc.PaintImageData(fill, pp::Point(paint_x, paint_y));
414 dc.PaintImageData(background, pp::Point(0, 0));
416 dc.PaintImageData(fill, pp::Point(second_paint_x, second_paint_y));
417 dc.PaintImageData(fill, pp::Point(second_paint_x, second_paint_y),
431 dc.PaintImageData(subset, pp::Point(-subset_x, -subset_y),
464 dc.PaintImageData(test_imag
[all...]
H A Dtest_fullscreen.cc226 graphics2d_.PaintImageData(image, origin);
/external/chromium_org/ppapi/examples/2d/
H A Dscroll.cc95 graphics.PaintImageData(updated_image, paint_bounds.point());
H A Dpaint_manager_example.cc122 graphics_2d.PaintImageData(updated_image, paint_bounds.point());
/external/chromium_org/ppapi/examples/font/
H A Dsimple_font.cc84 graphics.PaintImageData(image, pp::Point(0, 0));
/external/chromium_org/third_party/skia/platform_tools/nacl/src/
H A Dnacl_hello.cpp74 fDeviceContext.PaintImageData(fImage, pp::Point(0, 0));
H A Dnacl_debugger.cpp142 fDeviceContext.PaintImageData(fImage, pp::Point(0, 0));
H A Dnacl_sample.cpp147 fGraphics2dContext->PaintImageData(*fPixelBuffer, pp::Point());
/external/chromium_org/tools/perf/page_sets/tough_pepper_cases/extra_data/
H A Dtouch_drawing_plugin.cc115 graphics_2d.PaintImageData(updated_image, paint_bounds.point());
/external/skia/platform_tools/nacl/src/
H A Dnacl_hello.cpp74 fDeviceContext.PaintImageData(fImage, pp::Point(0, 0));
H A Dnacl_debugger.cpp142 fDeviceContext.PaintImageData(fImage, pp::Point(0, 0));
H A Dnacl_sample.cpp147 fGraphics2dContext->PaintImageData(*fPixelBuffer, pp::Point());
/external/chromium_org/content/renderer/pepper/
H A Dpepper_graphics_2d_host_unittest.cc57 void PaintImageData(PPB_ImageData_Impl* image_data) { function in class:content::PepperGraphics2DHostTest
/external/chromium_org/native_client_sdk/src/examples/api/gamepad/
H A Dgamepad.cc189 graphics_2d_context_->PaintImageData(*pixel_buffer_, pp::Point());
/external/chromium_org/ppapi/examples/input/
H A Dpointer_event_input.cc140 graphics_2d.PaintImageData(updated_image, paint_bounds.point());
/external/chromium_org/pdf/
H A Dpaint_manager.cc249 graphics_.PaintImageData(
/external/chromium_org/remoting/client/plugin/
H A Dpepper_view.cc289 graphics2d_.PaintImageData(

Completed in 726 milliseconds

12