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

/openjdk7/jdk/src/share/classes/sun/awt/
H A DSunGraphicsCallback.java52 int weightFlags) {
57 if ((lightweight && (weightFlags & LIGHTWEIGHTS) == 0) ||
58 (!lightweight && (weightFlags & HEAVYWEIGHTS) == 0)) {
86 int weightFlags) {
106 if ((weightFlags & TWO_PASSES) != 0) {
115 runOneComponent(comps[i], null, g, clip, weightFlags);
50 runOneComponent(Component comp, Rectangle bounds, Graphics g, Shape clip, int weightFlags) argument
85 runComponents(Component[] comps, Graphics g, int weightFlags) argument

Completed in 30 milliseconds