OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [awt/] [image/] [RGBImageFilter.h] - Blame information for rev 775

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 758 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __java_awt_image_RGBImageFilter__
5
#define __java_awt_image_RGBImageFilter__
6
 
7
#pragma interface
8
 
9
#include <java/awt/image/ImageFilter.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace java
15
  {
16
    namespace awt
17
    {
18
      namespace image
19
      {
20
          class ColorModel;
21
          class IndexColorModel;
22
          class RGBImageFilter;
23
      }
24
    }
25
  }
26
}
27
 
28
class java::awt::image::RGBImageFilter : public ::java::awt::image::ImageFilter
29
{
30
 
31
public:
32
  RGBImageFilter();
33
  virtual void setColorModel(::java::awt::image::ColorModel *);
34
  virtual void substituteColorModel(::java::awt::image::ColorModel *, ::java::awt::image::ColorModel *);
35
  virtual ::java::awt::image::IndexColorModel * filterIndexColorModel(::java::awt::image::IndexColorModel *);
36
  virtual void filterRGBPixels(jint, jint, jint, jint, JArray< jint > *, jint, jint);
37
  virtual void setPixels(jint, jint, jint, jint, ::java::awt::image::ColorModel *, JArray< jbyte > *, jint, jint);
38
  virtual void setPixels(jint, jint, jint, jint, ::java::awt::image::ColorModel *, JArray< jint > *, jint, jint);
39
  virtual jint filterRGB(jint, jint, jint) = 0;
40
public: // actually protected
41
  ::java::awt::image::ColorModel * __attribute__((aligned(__alignof__( ::java::awt::image::ImageFilter)))) origmodel;
42
  ::java::awt::image::ColorModel * newmodel;
43
  jboolean canFilterIndexColorModel;
44
public:
45
  static ::java::lang::Class class$;
46
};
47
 
48
#endif // __java_awt_image_RGBImageFilter__

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.