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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [awt/] [color/] [ICC_ColorSpace.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_color_ICC_ColorSpace__
5
#define __java_awt_color_ICC_ColorSpace__
6
 
7
#pragma interface
8
 
9
#include <java/awt/color/ColorSpace.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace gnu
15
  {
16
    namespace java
17
    {
18
      namespace awt
19
      {
20
        namespace color
21
        {
22
            class ColorSpaceConverter;
23
        }
24
      }
25
    }
26
  }
27
  namespace java
28
  {
29
    namespace awt
30
    {
31
      namespace color
32
      {
33
          class ICC_ColorSpace;
34
          class ICC_Profile;
35
      }
36
    }
37
  }
38
}
39
 
40
class java::awt::color::ICC_ColorSpace : public ::java::awt::color::ColorSpace
41
{
42
 
43
public:
44
  ICC_ColorSpace(::java::awt::color::ICC_Profile *);
45
  virtual ::java::awt::color::ICC_Profile * getProfile();
46
  virtual JArray< jfloat > * toRGB(JArray< jfloat > *);
47
  virtual JArray< jfloat > * fromRGB(JArray< jfloat > *);
48
  virtual JArray< jfloat > * toCIEXYZ(JArray< jfloat > *);
49
  virtual JArray< jfloat > * fromCIEXYZ(JArray< jfloat > *);
50
  virtual jboolean isCS_sRGB();
51
  virtual jfloat getMinValue(jint);
52
  virtual jfloat getMaxValue(jint);
53
private:
54
  ::gnu::java::awt::color::ColorSpaceConverter * getConverter(::java::awt::color::ICC_Profile *);
55
  void makeArrays();
56
  void readObject(::java::io::ObjectInputStream *);
57
  static const jlong serialVersionUID = 3455889114070431483LL;
58
  ::java::awt::color::ICC_Profile * __attribute__((aligned(__alignof__( ::java::awt::color::ColorSpace)))) thisProfile;
59
  JArray< jfloat > * minVal;
60
  JArray< jfloat > * maxVal;
61
  JArray< jfloat > * diffMinMax;
62
  JArray< jfloat > * invDiffMinMax;
63
  jboolean needScaleInit;
64
  jint type;
65
  jint nComponents;
66
  ::gnu::java::awt::color::ColorSpaceConverter * converter;
67
public:
68
  static ::java::lang::Class class$;
69
};
70
 
71
#endif // __java_awt_color_ICC_ColorSpace__

powered by: WebSVN 2.1.0

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