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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [java/] [awt/] [font/] [opentype/] [GlyphNamer.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_java_awt_font_opentype_GlyphNamer__
5
#define __gnu_java_awt_font_opentype_GlyphNamer__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.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 font
21
        {
22
          namespace opentype
23
          {
24
              class GlyphNamer;
25
          }
26
        }
27
      }
28
    }
29
  }
30
  namespace java
31
  {
32
    namespace nio
33
    {
34
        class ByteBuffer;
35
        class CharBuffer;
36
        class IntBuffer;
37
    }
38
  }
39
}
40
 
41
class gnu::java::awt::font::opentype::GlyphNamer : public ::java::lang::Object
42
{
43
 
44
  GlyphNamer(jint, ::java::nio::ByteBuffer *, ::java::nio::ByteBuffer *);
45
public:
46
  static ::gnu::java::awt::font::opentype::GlyphNamer * forTables(jint, ::java::nio::ByteBuffer *, ::java::nio::ByteBuffer *);
47
public: // actually package-private
48
  ::java::lang::String * getGlyphName(jint);
49
private:
50
  void readZapf(jint);
51
  void readPost();
52
  static ::java::lang::String * getAGLFNName(jchar);
53
  static ::java::lang::String * getGlyphName(JArray< jchar > *);
54
  ::java::nio::ByteBuffer * __attribute__((aligned(__alignof__( ::java::lang::Object)))) postTable;
55
  ::java::nio::ByteBuffer * zapfTable;
56
  ::java::nio::IntBuffer * zapfOffsets;
57
  jint zapfExtraInfo;
58
  jint postFormat;
59
  JArray< ::java::lang::String * > * glyphNames;
60
  ::java::nio::CharBuffer * glyphCharacterCodes;
61
  static JArray< ::java::lang::String * > * STANDARD_POSTSCRIPT_GLYPH_NAMES;
62
  static ::java::lang::String * AGLFN_GLYPHS;
63
  static ::java::lang::String * AGLFN_NAME_OFFSET;
64
  static ::java::lang::String * AGLFN_NAMES;
65
public:
66
  static ::java::lang::Class class$;
67
};
68
 
69
#endif // __gnu_java_awt_font_opentype_GlyphNamer__

powered by: WebSVN 2.1.0

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