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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [java/] [awt/] [font/] [opentype/] [truetype/] [Zone.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_truetype_Zone__
5
#define __gnu_java_awt_font_opentype_truetype_Zone__
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
            namespace truetype
25
            {
26
                class Point;
27
                class Zone;
28
            }
29
          }
30
        }
31
      }
32
    }
33
  }
34
  namespace java
35
  {
36
    namespace awt
37
    {
38
      namespace geom
39
      {
40
          class AffineTransform;
41
          class GeneralPath;
42
          class PathIterator;
43
      }
44
    }
45
  }
46
}
47
 
48
class gnu::java::awt::font::opentype::truetype::Zone : public ::java::lang::Object
49
{
50
 
51
public:
52
  Zone(jint);
53
  jint getCapacity();
54
  jint getSize();
55
  jint getX(jint);
56
  jint getX(jint, jint);
57
  void setX(jint, jint, jboolean);
58
  void setY(jint, jint, jboolean);
59
  jint getY(jint);
60
  jint getY(jint, jint);
61
  jint getOriginalX(jint);
62
  jint getOriginalY(jint);
63
  void setOriginalX(jint, jint);
64
  void setOriginalY(jint, jint);
65
  void setNumPoints(jint);
66
  jboolean isOnCurve(jint);
67
  void setOnCurve(jint, jboolean);
68
  jboolean isContourEnd(jint);
69
  void setContourEnd(jint, jboolean);
70
public: // actually package-private
71
  void transform(jdouble, ::java::awt::geom::AffineTransform *, jint, jint, jint);
72
  void combineWithSubGlyph(::gnu::java::awt::font::opentype::truetype::Zone *, jint);
73
private:
74
  void dump();
75
public:
76
  ::java::awt::geom::PathIterator * getPathIterator(jint);
77
  ::java::awt::geom::GeneralPath * getPath(jint);
78
  jint getNumContours();
79
  jint getContourEnd(jint);
80
  JArray< ::gnu::java::awt::font::opentype::truetype::Point * > * getPoints();
81
private:
82
  JArray< ::gnu::java::awt::font::opentype::truetype::Point * > * __attribute__((aligned(__alignof__( ::java::lang::Object)))) points;
83
  jint numPoints;
84
public:
85
  jdouble scaleX;
86
  jdouble scaleY;
87
  jdouble shearX;
88
  jdouble shearY;
89
  static ::java::lang::Class class$;
90
};
91
 
92
#endif // __gnu_java_awt_font_opentype_truetype_Zone__

powered by: WebSVN 2.1.0

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