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] - Rev 756

Compare with Previous | Blame | View Log

 
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 
#ifndef __gnu_java_awt_font_opentype_truetype_Zone__
#define __gnu_java_awt_font_opentype_truetype_Zone__
 
#pragma interface
 
#include <java/lang/Object.h>
#include <gcj/array.h>
 
extern "Java"
{
  namespace gnu
  {
    namespace java
    {
      namespace awt
      {
        namespace font
        {
          namespace opentype
          {
            namespace truetype
            {
                class Point;
                class Zone;
            }
          }
        }
      }
    }
  }
  namespace java
  {
    namespace awt
    {
      namespace geom
      {
          class AffineTransform;
          class GeneralPath;
          class PathIterator;
      }
    }
  }
}
 
class gnu::java::awt::font::opentype::truetype::Zone : public ::java::lang::Object
{
 
public:
  Zone(jint);
  jint getCapacity();
  jint getSize();
  jint getX(jint);
  jint getX(jint, jint);
  void setX(jint, jint, jboolean);
  void setY(jint, jint, jboolean);
  jint getY(jint);
  jint getY(jint, jint);
  jint getOriginalX(jint);
  jint getOriginalY(jint);
  void setOriginalX(jint, jint);
  void setOriginalY(jint, jint);
  void setNumPoints(jint);
  jboolean isOnCurve(jint);
  void setOnCurve(jint, jboolean);
  jboolean isContourEnd(jint);
  void setContourEnd(jint, jboolean);
public: // actually package-private
  void transform(jdouble, ::java::awt::geom::AffineTransform *, jint, jint, jint);
  void combineWithSubGlyph(::gnu::java::awt::font::opentype::truetype::Zone *, jint);
private:
  void dump();
public:
  ::java::awt::geom::PathIterator * getPathIterator(jint);
  ::java::awt::geom::GeneralPath * getPath(jint);
  jint getNumContours();
  jint getContourEnd(jint);
  JArray< ::gnu::java::awt::font::opentype::truetype::Point * > * getPoints();
private:
  JArray< ::gnu::java::awt::font::opentype::truetype::Point * > * __attribute__((aligned(__alignof__( ::java::lang::Object)))) points;
  jint numPoints;
public:
  jdouble scaleX;
  jdouble scaleY;
  jdouble shearX;
  jdouble shearY;
  static ::java::lang::Class class$;
};
 
#endif // __gnu_java_awt_font_opentype_truetype_Zone__
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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