<> <> <<>> Icons: Imager USING [Context], Menus: Imager USING [Context], MenusPrivate: Imager USING [Context], Rules: Imager USING [Color, black], VFonts: Font USING [FONT, FontBoundingBox, RoundedTextWidth, Width], ViewerClasses: Imager USING [Context], ViewerOps: Imager USING [Context], ButtonsImpl: Imager USING [black, Color, Context, IntegerMaskRectangle, IntegerSetXY, MakeStipple, SetColor, ShowCharacters, white, XOR], CaretsImpl: Imager USING [Context, Create, MaskBits, SetColor, XOR], IconsImpl: Imager USING [black, Context, DrawBitmap, IntegerClipRectangle, IntegerMaskRectangle, IntegerSetXY, SetColor, ShowCharacters, white], ImplErrorsImpl: Imager USING [black, Context, Create, IntegerMaskRectangle, IntegerSetXY, SetColor, ShowCharacters, white], LabelsImpl: Imager USING [black, Color, Context, IntegerMaskRectangle, IntegerSetXY, MakeStipple, SetColor, ShowChar, ShowCharacters, white], MenusImpl: Imager USING [black, Color, Context, DoSave, IntegerClipRectangle, IntegerMaskRectangle, IntegerSetXY, MakeStipple, SetColor, ShowCharacters, white], MessageWindowImpl: Imager USING [black, Context, IntegerMaskRectangle, IntegerSetXY, SetColor, ShowCharacters, white, XOR], RulesImpl: Imager USING [black, Color, IntegerMaskRectangle, SetColor], VFontsImpl: Font USING [CreateScaled], ViewerAdjustImpl: Imager USING [Context, MaskBits, SetColor, XOR], ViewerBLTImpl: Imager USING [black, Color, Context, IntegerExcludeRectangle, IntegerMaskRectangle, MakeStipple, MoveSurfaceRectangle, SetColor, white], ViewerPaintImpl: Imager USING [black, ClipView, Context, Create, DoSave, IntegerClipRectangle, IntegerMaskRectangle, IntegerSetXY, Reset, Scale2T, SetColor, SetView, ShowCharacters, TranslateT, white, XOR], WindowManagerImpl: Imager USING [black, Color, Context, DoSave, IntegerClipRectangle, IntegerMaskRectangle, MakeStipple, Scale2T, SetColor, TranslateT, white], Viewers: Font USING [CreateScaled, FONT, FontBoundingBox, RoundedTextWidth, Width], Imager USING [black, ClipView, Color, Context, Create, DoSave, DrawBitmap, IntegerClipRectangle, IntegerExcludeRectangle, IntegerMaskRectangle, IntegerSetXY, MakeStipple, MaskBits, MoveSurfaceRectangle, Reset, Scale2T, SetColor, SetView, ShowChar, ShowCharacters, TranslateT, white, XOR] ClipView is used by: ViewerPaintImpl DrawBitmap is used by: IconsImpl IntegerExcludeRectangle is used by: ViewerBLTImpl MakeStipple is used by: ButtonsImpl LabelsImpl MenusImpl ViewerBLTImpl WindowManagerImpl MaskBits is used by: CaretsImpl ViewerAdjustImpl MoveSurfaceRectangle is used by: ViewerBLTImpl Reset is used by: ViewerPaintImpl Scale2T is used by: ViewerPaintImpl WindowManagerImpl SetView is used by: ViewerPaintImpl XOR is used by: ButtonsImpl CaretsImpl MessageWindowImpl ViewerAdjustImpl ViewerPaintImpl All uses of Scale2T are by [1, -1] WindowManagerImpl uses stipple colors for scroll bars. ViewerPaintImpl uses $XOR color for selecting icons and menus, and for blinking viewers. ViewerBLTImpl uses stipple color for desktop grey. ViewerAdjustImpl uses $XOR color for feedback. MessageWindowImpl uses $XOR color for blinking the MessageWindow. MenusImpl uses stipple color for greyed menu items. LabelsImpl uses stipple color for grey labels. CaretsImpl uses $XOR color for blinking caret. ButtonsImpl uses stipple color for grey buttons, and $XOR color for feedback. Only other colors used are black and white.