HomeSort by relevance Sort by last modified time
    Searched refs:PaintImageData (Results 1 - 25 of 28) sorted by null

1 2

  /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 51 void PaintImageData(PP_Resource graphics_2d,
55 VLOG(4) << "PPB_Graphics2D::PaintImageData()";
59 enter.object()->PaintImageData(image_data, top_left, src_rect);
108 &PaintImageData,
118 &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 57 void Graphics2DResource::PaintImageData(PP_Resource image_data,
64 "Graphics2DResource.PaintImageData: Bad image resource.");
94 "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 216 // 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_image, pp::Point(image_x, image_y))
    [all...]
test_fullscreen.cc 226 graphics2d_.PaintImageData(image, origin);
  /external/chromium_org/ppapi/examples/2d/
scroll.cc 95 graphics.PaintImageData(updated_image, paint_bounds.point());
paint_manager_example.cc 122 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/third_party/skia/platform_tools/nacl/src/
nacl_hello.cpp 74 fDeviceContext.PaintImageData(fImage, pp::Point(0, 0));
nacl_debugger.cpp 142 fDeviceContext.PaintImageData(fImage, pp::Point(0, 0));
nacl_sample.cpp 147 fGraphics2dContext->PaintImageData(*fPixelBuffer, pp::Point());
  /external/chromium_org/tools/perf/page_sets/tough_pepper_cases/extra_data/
touch_drawing_plugin.cc 115 graphics_2d.PaintImageData(updated_image, paint_bounds.point());
  /external/skia/platform_tools/nacl/src/
nacl_hello.cpp 74 fDeviceContext.PaintImageData(fImage, pp::Point(0, 0));
nacl_debugger.cpp 142 fDeviceContext.PaintImageData(fImage, pp::Point(0, 0));
nacl_sample.cpp 147 fGraphics2dContext->PaintImageData(*fPixelBuffer, pp::Point());
  /external/chromium_org/content/renderer/pepper/
pepper_graphics_2d_host_unittest.cc 57 void PaintImageData(PPB_ImageData_Impl* image_data) {
  /external/chromium_org/native_client_sdk/src/examples/api/gamepad/
gamepad.cc 189 graphics_2d_context_->PaintImageData(*pixel_buffer_, pp::Point());
  /external/chromium_org/ppapi/examples/input/
pointer_event_input.cc 140 graphics_2d.PaintImageData(updated_image, paint_bounds.point());
  /external/chromium_org/pdf/
paint_manager.cc 249 graphics_.PaintImageData(
  /external/chromium_org/remoting/client/plugin/
pepper_view.cc 289 graphics2d_.PaintImageData(

Completed in 721 milliseconds

1 2