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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [awt/] [color/] [ICC_ProfileRGB.h] - Rev 761

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

 
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 
#ifndef __java_awt_color_ICC_ProfileRGB__
#define __java_awt_color_ICC_ProfileRGB__
 
#pragma interface
 
#include <java/awt/color/ICC_Profile.h>
#include <gcj/array.h>
 
extern "Java"
{
  namespace java
  {
    namespace awt
    {
      namespace color
      {
          class ICC_ProfileRGB;
      }
    }
  }
}
 
class java::awt::color::ICC_ProfileRGB : public ::java::awt::color::ICC_Profile
{
 
public: // actually package-private
  ICC_ProfileRGB(jint);
  ICC_ProfileRGB(JArray< jbyte > *);
public:
  virtual JArray< jfloat > * getMediaWhitePoint();
  virtual JArray< JArray< jfloat > * > * getMatrix();
  virtual jfloat getGamma(jint);
  virtual JArray< jshort > * getTRC(jint);
private:
  JArray< JArray< jfloat > * > * createMatrix();
  static const jlong serialVersionUID = 8505067385152579334LL;
public:
  static const jint REDCOMPONENT = 0;
  static const jint GREENCOMPONENT = 1;
  static const jint BLUECOMPONENT = 2;
private:
  JArray< JArray< jfloat > * > * __attribute__((aligned(__alignof__( ::java::awt::color::ICC_Profile)))) matrix;
  JArray< jfloat > * gamma;
  JArray< jfloat > * whitePoint;
public:
  static ::java::lang::Class class$;
};
 
#endif // __java_awt_color_ICC_ProfileRGB__
 

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

powered by: WebSVN 2.1.0

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