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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [java/] [awt/] [font/] [autofit/] [Utils.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_autofit_Utils__
5
#define __gnu_java_awt_font_autofit_Utils__
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 autofit
23
          {
24
              class Utils;
25
              class Width;
26
          }
27
        }
28
      }
29
    }
30
  }
31
}
32
 
33
class gnu::java::awt::font::autofit::Utils : public ::java::lang::Object
34
{
35
 
36
public: // actually package-private
37
  Utils();
38
  static jint computeDirection(jint, jint);
39
public:
40
  static jint atan(jint, jint);
41
  static jint angleDiff(jint, jint);
42
public: // actually package-private
43
  static void sort(jint, JArray< jint > *);
44
  static void sort(jint, JArray< ::gnu::java::awt::font::autofit::Width * > *);
45
  static jint pixRound(jint);
46
  static jint pixFloor(jint);
47
public:
48
  static jint mulDiv(jint, jint, jint);
49
private:
50
  static const jint ATAN_BITS = 8;
51
  static JArray< jbyte > * ATAN;
52
  static const jint ANGLE_PI = 256;
53
  static const jint ANGLE_PI2 = 128;
54
  static const jint ANGLE_PI4 = 64;
55
  static const jint ANGLE_2PI = 512;
56
public:
57
  static ::java::lang::Class class$;
58
};
59
 
60
#endif // __gnu_java_awt_font_autofit_Utils__

powered by: WebSVN 2.1.0

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