jdk/src/share/native/sun/font/layout/StateTableProcessor.cpp
changeset 3935 afcdb712a9c5
parent 2 90ce3da70b43
child 5506 202f599c92aa
equal deleted inserted replaced
3933:38e8ef00316e 3935:afcdb712a9c5
    35 #include "MorphStateTables.h"
    35 #include "MorphStateTables.h"
    36 #include "SubtableProcessor.h"
    36 #include "SubtableProcessor.h"
    37 #include "StateTableProcessor.h"
    37 #include "StateTableProcessor.h"
    38 #include "LEGlyphStorage.h"
    38 #include "LEGlyphStorage.h"
    39 #include "LESwaps.h"
    39 #include "LESwaps.h"
       
    40 
       
    41 U_NAMESPACE_BEGIN
    40 
    42 
    41 StateTableProcessor::StateTableProcessor()
    43 StateTableProcessor::StateTableProcessor()
    42 {
    44 {
    43 }
    45 }
    44 
    46 
    94         currentState = processStateEntry(glyphStorage, currGlyph, entryTableIndex);
    96         currentState = processStateEntry(glyphStorage, currGlyph, entryTableIndex);
    95     }
    97     }
    96 
    98 
    97     endStateTable();
    99     endStateTable();
    98 }
   100 }
       
   101 
       
   102 U_NAMESPACE_END