Lines Matching refs:shade
576 dev->shade.pHilight = NULL;
582 dev->shade.skipHilight = _DEF_BRIGHTEST_SKIP;
583 dev->shade.skipShadow = _DEF_DARKEST_SKIP;
585 if( dev->shade.skipHilight && dev->shade.skipShadow ) {
589 skipSize = (u_long)((dev->shade.skipHilight + dev->shade.skipShadow)
591 dev->shade.pHilight = (RGBUShortDef*)malloc( skipSize );
592 if( NULL != dev->shade.pHilight ) {
593 dev->shade.dwDiv = (u_long)(32UL - dev->shade.skipHilight -
594 dev->shade.skipShadow);