Searched refs:controlState (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaPainter.java144 final JRSUIControl control, final JRSUIState controlState,
158 BufferedImage img = (BufferedImage) cache.getImage(config, imgW, imgH, scale, controlState);
161 cache.setImage(img, config, imgW, imgH, scale, controlState);
165 control.set(controlState);
143 paintFromSingleCachedImage(final Graphics2D g, final JRSUIControl control, final JRSUIState controlState, final Rectangle bounds) argument
/openjdk7/jdk/src/windows/native/com/sun/media/sound/
H A DPLATFORM_API_WinOS_Ports.c202 char* getControlState(DWORD controlState) { argument
205 if (controlState & MIXERCONTROL_CONTROLF_DISABLED) {
207 controlState ^= MIXERCONTROL_CONTROLF_DISABLED;
209 if (controlState & MIXERCONTROL_CONTROLF_MULTIPLE) {
211 controlState ^= MIXERCONTROL_CONTROLF_MULTIPLE;
213 if (controlState & MIXERCONTROL_CONTROLF_UNIFORM) {
215 controlState ^= MIXERCONTROL_CONTROLF_UNIFORM;
217 if (controlState!=0) {
220 sprintf((char*) r, "%d", controlState);

Completed in 41 milliseconds