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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [gcj/] [xlib/] [Colormap.h] - Blame information for rev 756

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 756 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __gnu_gcj_xlib_Colormap__
5
#define __gnu_gcj_xlib_Colormap__
6
 
7
#pragma interface
8
 
9
#include <gnu/gcj/xlib/XID.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace gnu
15
  {
16
    namespace gcj
17
    {
18
      namespace xlib
19
      {
20
          class Colormap;
21
          class Screen;
22
          class XColor;
23
      }
24
    }
25
  }
26
}
27
 
28
class gnu::gcj::xlib::Colormap : public ::gnu::gcj::xlib::XID
29
{
30
 
31
public:
32
  Colormap(::gnu::gcj::xlib::Screen *, jint);
33
  jlong allocateColorPixel(::gnu::gcj::xlib::XColor *);
34
  ::gnu::gcj::xlib::XColor * allocateColor(jint, jint, jint);
35
  JArray< ::gnu::gcj::xlib::XColor * > * getSharedColors();
36
  JArray< ::gnu::gcj::xlib::XColor * > * getXColors();
37
private:
38
  JArray< ::gnu::gcj::xlib::XColor * > * newXColorArray(jint);
39
public: // actually package-private
40
  ::gnu::gcj::xlib::Screen * __attribute__((aligned(__alignof__( ::gnu::gcj::xlib::XID)))) screen;
41
public:
42
  static const jbyte FLAG_SHARED = 1;
43
  static const jbyte FLAG_NOT_SHARED = 2;
44
  static ::java::lang::Class class$;
45
};
46
 
47
#endif // __gnu_gcj_xlib_Colormap__

powered by: WebSVN 2.1.0

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