Searched defs:StateInfo (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/swing/plaf/synth/
H A DDefaultSynthStyle.java37 * using SynthStyle directly, or a specific state using one of the StateInfo
60 private StateInfo[] states;
67 * Font to use if there is no matching StateInfo, or the StateInfo doesn't
78 * Painter to use if the StateInfo doesn't have one.
91 * style. Any StateInfo's of the passed in style are clonsed as well.
102 states = new StateInfo[style.states.length];
105 states[counter] = (StateInfo)style.states[counter].clone();
127 StateInfo[] states, Map data) {
193 StateInfo s
710 public static class StateInfo { class in class:DefaultSynthStyle
719 public StateInfo() { method in class:DefaultSynthStyle.StateInfo
732 public StateInfo(int state, Font font, Color[] colors) { method in class:DefaultSynthStyle.StateInfo
744 public StateInfo(StateInfo info) { method in class:DefaultSynthStyle.StateInfo
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DParsedSynthStyle.java113 StateInfo info = (StateInfo)getStateInfo(context.getComponentState());
171 static class StateInfo extends DefaultSynthStyle.StateInfo { class in class:ParsedSynthStyle
174 public StateInfo() { method in class:ParsedSynthStyle.StateInfo
177 public StateInfo(DefaultSynthStyle.StateInfo info) { method in class:ParsedSynthStyle.StateInfo
179 if (info instanceof StateInfo) {
180 _painterInfo = ((StateInfo)info)._painterInfo;
193 return new StateInfo(thi
[all...]
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp88 class BCEscapeAnalyzer::StateInfo { class in class:BCEscapeAnalyzer
97 StateInfo() { function in class:BCEscapeAnalyzer::StateInfo
230 void BCEscapeAnalyzer::invoke(StateInfo &state, Bytecodes::Code code, ciMethod* target, ciKlass* holder) {
349 void BCEscapeAnalyzer::iterate_one_block(ciBlock *blk, StateInfo &state, GrowableArray<ciBlock *> &successors) {
981 void BCEscapeAnalyzer::merge_block_states(StateInfo *blockstates, ciBlock *dest, StateInfo *s_state) {
982 StateInfo *d_state = blockstates + dest->index();
1040 StateInfo state;
1044 StateInfo *blockstates = (StateInfo *) aren
[all...]

Completed in 42 milliseconds