public class sun.font.NativeGlyphMapper extends sun.font.CharToGlyphMapper
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.font.NativeGlyphMapper
  super_class: sun.font.CharToGlyphMapper
{
  sun.font.NativeFont font;
    descriptor: Lsun/font/NativeFont;
    flags: (0x0000) 

  sun.font.XMap xmapper;
    descriptor: Lsun/font/XMap;
    flags: (0x0000) 

  int numGlyphs;
    descriptor: I
    flags: (0x0000) 

  void <init>(sun.font.NativeFont);
    descriptor: (Lsun/font/NativeFont;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.font.NativeGlyphMapper this
        start local 1 // sun.font.NativeFont f
         0: .line 51
            aload 0 /* this */
            invokespecial sun.font.CharToGlyphMapper.<init>:()V
         1: .line 52
            aload 0 /* this */
            aload 1 /* f */
            putfield sun.font.NativeGlyphMapper.font:Lsun/font/NativeFont;
         2: .line 53
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.font.NativeGlyphMapper.font:Lsun/font/NativeFont;
            getfield sun.font.NativeFont.encoding:Ljava/lang/String;
            invokestatic sun.font.XMap.getXMapper:(Ljava/lang/String;)Lsun/font/XMap;
            putfield sun.font.NativeGlyphMapper.xmapper:Lsun/font/XMap;
         3: .line 54
            aload 0 /* this */
            aload 1 /* f */
            invokevirtual sun.font.NativeFont.getNumGlyphs:()I
            putfield sun.font.NativeGlyphMapper.numGlyphs:I
         4: .line 55
            aload 0 /* this */
            iconst_0
            putfield sun.font.NativeGlyphMapper.missingGlyph:I
         5: .line 56
            return
        end local 1 // sun.font.NativeFont f
        end local 0 // sun.font.NativeGlyphMapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/font/NativeGlyphMapper;
            0    6     1     f  Lsun/font/NativeFont;
    MethodParameters:
      Name  Flags
      f     

  public int getNumGlyphs();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.font.NativeGlyphMapper this
         0: .line 59
            aload 0 /* this */
            getfield sun.font.NativeGlyphMapper.numGlyphs:I
            ireturn
        end local 0 // sun.font.NativeGlyphMapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/font/NativeGlyphMapper;

  public int charToGlyph(char);
    descriptor: (C)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.font.NativeGlyphMapper this
        start local 1 // char unicode
         0: .line 63
            iload 1 /* unicode */
            aload 0 /* this */
            getfield sun.font.NativeGlyphMapper.xmapper:Lsun/font/XMap;
            getfield sun.font.XMap.convertedGlyphs:[C
            arraylength
            if_icmplt 2
         1: .line 64
            iconst_0
            ireturn
         2: .line 66
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.NativeGlyphMapper.xmapper:Lsun/font/XMap;
            getfield sun.font.XMap.convertedGlyphs:[C
            iload 1 /* unicode */
            caload
            ireturn
        end local 1 // char unicode
        end local 0 // sun.font.NativeGlyphMapper this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lsun/font/NativeGlyphMapper;
            0    3     1  unicode  C
    MethodParameters:
         Name  Flags
      unicode  

  public int charToGlyph(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.font.NativeGlyphMapper this
        start local 1 // int unicode
         0: .line 71
            iload 1 /* unicode */
            aload 0 /* this */
            getfield sun.font.NativeGlyphMapper.xmapper:Lsun/font/XMap;
            getfield sun.font.XMap.convertedGlyphs:[C
            arraylength
            if_icmplt 2
         1: .line 72
            iconst_0
            ireturn
         2: .line 74
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.NativeGlyphMapper.xmapper:Lsun/font/XMap;
            getfield sun.font.XMap.convertedGlyphs:[C
            iload 1 /* unicode */
            caload
            ireturn
        end local 1 // int unicode
        end local 0 // sun.font.NativeGlyphMapper this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lsun/font/NativeGlyphMapper;
            0    3     1  unicode  I
    MethodParameters:
         Name  Flags
      unicode  

  public void charsToGlyphs(int, char[], int[]);
    descriptor: (I[C[I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // sun.font.NativeGlyphMapper this
        start local 1 // int count
        start local 2 // char[] unicodes
        start local 3 // int[] glyphs
         0: .line 79
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         1: goto 8
         2: .line 80
      StackMap locals: int
      StackMap stack:
            aload 2 /* unicodes */
            iload 4 /* i */
            caload
            istore 5 /* code */
        start local 5 // char code
         3: .line 81
            iload 5 /* code */
            aload 0 /* this */
            getfield sun.font.NativeGlyphMapper.xmapper:Lsun/font/XMap;
            getfield sun.font.XMap.convertedGlyphs:[C
            arraylength
            if_icmplt 6
         4: .line 82
            aload 3 /* glyphs */
            iload 4 /* i */
            iconst_0
            iastore
         5: .line 83
            goto 7
         6: .line 84
      StackMap locals: int
      StackMap stack:
            aload 3 /* glyphs */
            iload 4 /* i */
            aload 0 /* this */
            getfield sun.font.NativeGlyphMapper.xmapper:Lsun/font/XMap;
            getfield sun.font.XMap.convertedGlyphs:[C
            iload 5 /* code */
            caload
            iastore
        end local 5 // char code
         7: .line 79
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 4 /* i */
            iload 1 /* count */
            if_icmplt 2
        end local 4 // int i
         9: .line 87
            return
        end local 3 // int[] glyphs
        end local 2 // char[] unicodes
        end local 1 // int count
        end local 0 // sun.font.NativeGlyphMapper this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Lsun/font/NativeGlyphMapper;
            0   10     1     count  I
            0   10     2  unicodes  [C
            0   10     3    glyphs  [I
            1    9     4         i  I
            3    7     5      code  C
    MethodParameters:
          Name  Flags
      count     
      unicodes  
      glyphs    

  public boolean charsToGlyphsNS(int, char[], int[]);
    descriptor: (I[C[I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // sun.font.NativeGlyphMapper this
        start local 1 // int count
        start local 2 // char[] unicodes
        start local 3 // int[] glyphs
         0: .line 90
            aload 0 /* this */
            iload 1 /* count */
            aload 2 /* unicodes */
            aload 3 /* glyphs */
            invokevirtual sun.font.NativeGlyphMapper.charsToGlyphs:(I[C[I)V
         1: .line 91
            iconst_0
            ireturn
        end local 3 // int[] glyphs
        end local 2 // char[] unicodes
        end local 1 // int count
        end local 0 // sun.font.NativeGlyphMapper this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lsun/font/NativeGlyphMapper;
            0    2     1     count  I
            0    2     2  unicodes  [C
            0    2     3    glyphs  [I
    MethodParameters:
          Name  Flags
      count     
      unicodes  
      glyphs    

  public void charsToGlyphs(int, int[], int[]);
    descriptor: (I[I[I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // sun.font.NativeGlyphMapper this
        start local 1 // int count
        start local 2 // int[] unicodes
        start local 3 // int[] glyphs
         0: .line 95
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         1: goto 8
         2: .line 96
      StackMap locals: int
      StackMap stack:
            aload 2 /* unicodes */
            iload 4 /* i */
            iaload
            i2c
            istore 5 /* code */
        start local 5 // char code
         3: .line 97
            iload 5 /* code */
            aload 0 /* this */
            getfield sun.font.NativeGlyphMapper.xmapper:Lsun/font/XMap;
            getfield sun.font.XMap.convertedGlyphs:[C
            arraylength
            if_icmplt 6
         4: .line 98
            aload 3 /* glyphs */
            iload 4 /* i */
            iconst_0
            iastore
         5: .line 99
            goto 7
         6: .line 100
      StackMap locals: int
      StackMap stack:
            aload 3 /* glyphs */
            iload 4 /* i */
            aload 0 /* this */
            getfield sun.font.NativeGlyphMapper.xmapper:Lsun/font/XMap;
            getfield sun.font.XMap.convertedGlyphs:[C
            iload 5 /* code */
            caload
            iastore
        end local 5 // char code
         7: .line 95
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 4 /* i */
            iload 1 /* count */
            if_icmplt 2
        end local 4 // int i
         9: .line 103
            return
        end local 3 // int[] glyphs
        end local 2 // int[] unicodes
        end local 1 // int count
        end local 0 // sun.font.NativeGlyphMapper this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Lsun/font/NativeGlyphMapper;
            0   10     1     count  I
            0   10     2  unicodes  [I
            0   10     3    glyphs  [I
            1    9     4         i  I
            3    7     5      code  C
    MethodParameters:
          Name  Flags
      count     
      unicodes  
      glyphs    
}
SourceFile: "NativeGlyphMapper.java"