Lines Matching defs:background
293 void RootView::OptimizeInvalidView(UIView* curview, UIView* background, List<Rect>& renderedRects)
304 /* Transparent views should draw from background */
308 AddInvalidateRect(invalidRect, background);
330 AddInvalidateRect(invalidRectCopy, background);
340 UIView* background[VIEW_STACK_DEPTH];
364 /* Set background/topview */
368 background[opaStackCount] = curview;
370 background[opaStackCount] = background[opaStackCount - 1];
383 OptimizeInvalidView(curview, background[opaStackCount - 1], renderedRects);