Searched refs:PPB_ImageData_Impl (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/content/renderer/pepper/
H A Dppb_image_data_impl.cc40 PPB_ImageData_Impl::PPB_ImageData_Impl(PP_Instance instance, function in class:content::PPB_ImageData_Impl
58 PPB_ImageData_Impl::PPB_ImageData_Impl(PP_Instance instance, ForTest) function in class:content::PPB_ImageData_Impl
66 PPB_ImageData_Impl::~PPB_ImageData_Impl() {}
68 bool PPB_ImageData_Impl::Init(PP_ImageDataFormat format,
88 PP_Resource PPB_ImageData_Impl::Create(PP_Instance instance,
93 scoped_refptr<PPB_ImageData_Impl> data(
94 new PPB_ImageData_Impl(instanc
[all...]
H A Dppb_image_data_impl.h27 class CONTENT_EXPORT PPB_ImageData_Impl class in namespace:content
39 virtual bool Init(PPB_ImageData_Impl* impl,
57 PPB_ImageData_Impl(PP_Instance instance,
62 PPB_ImageData_Impl(PP_Instance instance, ForTest);
101 virtual ~PPB_ImageData_Impl();
108 DISALLOW_COPY_AND_ASSIGN(PPB_ImageData_Impl);
111 class ImageDataPlatformBackend : public PPB_ImageData_Impl::Backend {
118 // PPB_ImageData_Impl::Backend implementation.
119 virtual bool Init(PPB_ImageData_Impl* impl,
134 // This will be NULL before initialization, and if this PPB_ImageData_Impl i
[all...]
H A Dpepper_graphics_2d_host.h39 class PPB_ImageData_Impl;
52 scoped_refptr<PPB_ImageData_Impl> backing_store);
86 PPB_ImageData_Impl* ImageData();
99 scoped_refptr<PPB_ImageData_Impl> backing_store);
129 void ExecutePaintImageData(PPB_ImageData_Impl* image,
138 void ExecuteReplaceContents(PPB_ImageData_Impl* image,
170 scoped_refptr<PPB_ImageData_Impl> image_data_;
H A Dpepper_video_destination_host.cc73 PPB_ImageData_Impl* image_data_impl =
74 static_cast<PPB_ImageData_Impl*>(enter.object());
76 if (!PPB_ImageData_Impl::IsImageDataFormatSupported(
H A Dppb_widget_impl.h23 class PPB_ImageData_Impl;
47 PPB_ImageData_Impl* image) = 0;
H A Dpepper_graphics_2d_host_unittest.cc46 scoped_refptr<PPB_ImageData_Impl> backing_store(
47 new PPB_ImageData_Impl(instance, PPB_ImageData_Impl::ForTest()));
57 void PaintImageData(PPB_ImageData_Impl* image_data) {
H A Dpepper_video_source_host.h23 class PPB_ImageData_Impl;
89 scoped_refptr<PPB_ImageData_Impl> shared_image_;
H A Dpepper_graphics_2d_host.cc104 void ConvertImageData(PPB_ImageData_Impl* src_image,
106 PPB_ImageData_Impl* dest_image,
111 DCHECK(PPB_ImageData_Impl::IsImageDataFormatSupported(src_image->format()));
112 DCHECK(PPB_ImageData_Impl::IsImageDataFormatSupported(dest_image->format()));
149 scoped_refptr<PPB_ImageData_Impl> paint_image;
158 scoped_refptr<PPB_ImageData_Impl> replace_image;
168 scoped_refptr<PPB_ImageData_Impl> backing_store) {
204 scoped_refptr<PPB_ImageData_Impl> backing_store) {
205 // The underlying PPB_ImageData_Impl will validate the dimensions.
207 if (!image_data_->Init(PPB_ImageData_Impl
[all...]
H A Dppb_widget_impl.cc39 static_cast<PPB_ImageData_Impl*>(enter.object()));
H A Dppb_scrollbar_impl.h48 PPB_ImageData_Impl* image) OVERRIDE;
H A Dcontent_renderer_pepper_host_factory.cc145 scoped_refptr<PPB_ImageData_Impl> image_data(new PPB_ImageData_Impl(
H A Dresource_creation_impl.cc128 return PPB_ImageData_Impl::Create(instance,
140 return PPB_ImageData_Impl::Create(instance,
H A Dpepper_video_source_host.cc192 shared_image_ = static_cast<PPB_ImageData_Impl*>(enter_resource.object());
H A Dppb_scrollbar_impl.cc124 PPB_ImageData_Impl* image) {
H A Dpepper_plugin_instance_impl.cc2793 PPB_ImageData_Impl* image_data =
2794 static_cast<PPB_ImageData_Impl*>(enter.object());
3085 scoped_refptr<PPB_ImageData_Impl> image_data(
3086 new PPB_ImageData_Impl(pp_instance(), PPB_ImageData_Impl::PLATFORM));
3087 if (!image_data->Init(PPB_ImageData_Impl::GetNativeImageDataFormat(),
H A Dpepper_plugin_instance_impl.h109 class PPB_ImageData_Impl;
788 scoped_refptr<PPB_ImageData_Impl> last_printed_page_;
/external/chromium_org/content/renderer/media/webrtc/
H A Dvideo_destination_handler.h21 class PPB_ImageData_Impl;
29 virtual void PutFrame(PPB_ImageData_Impl* image_data,
48 virtual void PutFrame(PPB_ImageData_Impl* image_data,
H A Dvideo_destination_handler_unittest.cc89 scoped_refptr<PPB_ImageData_Impl> image(
90 new PPB_ImageData_Impl(instance()->pp_instance(),
91 PPB_ImageData_Impl::ForTest()));
H A Dvideo_destination_handler.cc110 void PpFrameWriter::PutFrame(PPB_ImageData_Impl* image_data,
177 virtual void PutFrame(PPB_ImageData_Impl* image_data,

Completed in 1359 milliseconds