Home | History | Annotate | Download | only in pepper

Lines Matching refs:PPB_ImageData_Impl

105 void ConvertImageData(PPB_ImageData_Impl* src_image,
107 PPB_ImageData_Impl* dest_image,
112 DCHECK(PPB_ImageData_Impl::IsImageDataFormatSupported(src_image->format()));
113 DCHECK(PPB_ImageData_Impl::IsImageDataFormatSupported(dest_image->format()));
150 scoped_refptr<PPB_ImageData_Impl> paint_image;
159 scoped_refptr<PPB_ImageData_Impl> replace_image;
169 scoped_refptr<PPB_ImageData_Impl> backing_store) {
205 scoped_refptr<PPB_ImageData_Impl> backing_store) {
206 // The underlying PPB_ImageData_Impl will validate the dimensions.
208 if (!image_data_->Init(PPB_ImageData_Impl::GetNativeImageDataFormat(),
249 PPB_ImageData_Impl* image_resource =
250 static_cast<PPB_ImageData_Impl*>(enter.object());
251 if (!PPB_ImageData_Impl::IsImageDataFormatSupported(image_resource->format()))
402 PPB_ImageData_Impl* PepperGraphics2DHost::ImageData() {
422 PPB_ImageData_Impl* image_resource =
423 static_cast<PPB_ImageData_Impl*>(enter.object());
486 PPB_ImageData_Impl* image_resource =
487 static_cast<PPB_ImageData_Impl*>(enter.object());
489 if (!PPB_ImageData_Impl::IsImageDataFormatSupported(image_resource->format()))
673 void PepperGraphics2DHost::ExecutePaintImageData(PPB_ImageData_Impl* image,
718 void PepperGraphics2DHost::ExecuteReplaceContents(PPB_ImageData_Impl* image,