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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [javax/] [imageio/] [png/] [PNGPhys.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_javax_imageio_png_PNGPhys__
5
#define __gnu_javax_imageio_png_PNGPhys__
6
 
7
#pragma interface
8
 
9
#include <gnu/javax/imageio/png/PNGChunk.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace gnu
15
  {
16
    namespace javax
17
    {
18
      namespace imageio
19
      {
20
        namespace png
21
        {
22
            class PNGPhys;
23
        }
24
      }
25
    }
26
  }
27
}
28
 
29
class gnu::javax::imageio::png::PNGPhys : public ::gnu::javax::imageio::png::PNGChunk
30
{
31
 
32
public: // actually protected
33
  PNGPhys(jint, JArray< jbyte > *, jint);
34
public:
35
  PNGPhys(jdouble);
36
  PNGPhys(jint, jint);
37
private:
38
  void makeData();
39
public:
40
  virtual ::java::lang::String * toString();
41
public: // actually package-private
42
  jlong __attribute__((aligned(__alignof__( ::gnu::javax::imageio::png::PNGChunk)))) x;
43
  jlong y;
44
  jdouble ratio;
45
  jboolean usesRatio;
46
public:
47
  static ::java::lang::Class class$;
48
};
49
 
50
#endif // __gnu_javax_imageio_png_PNGPhys__

powered by: WebSVN 2.1.0

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