Searched refs:fillWithRed (Results 1 – 1 of 1) sorted by relevance
2932 bool fillWithRed; in paintContents() local2934 fillWithRed = false; // Printing, don't fill with red (can't remember why). in paintContents()2936 fillWithRed = false; // Subframe, don't fill with red. in paintContents()2938 fillWithRed = false; // Transparent, don't fill with red. in paintContents()2940 fillWithRed = false; // Selections are transparent, don't fill with red. in paintContents()2942 fillWithRed = false; // Element images are transparent, don't fill with red. in paintContents()2944 fillWithRed = true; in paintContents()2946 if (fillWithRed) in paintContents()