Lines Matching refs:mnPaintFlags

200 	mnPaintFlags        = 0;            // Flags for ImplCallPaint  in WindowImpl()
2380 …mpWindowImpl->mnPaintFlags |= IMPL_PAINT_PAINT | IMPL_PAINT_PAINTALLCHILDS | (nPaintFlags & IMPL_P… in ImplCallPaint()
2382 mpWindowImpl->mnPaintFlags |= IMPL_PAINT_PAINTCHILDS; in ImplCallPaint()
2384 mpWindowImpl->mnPaintFlags |= IMPL_PAINT_ERASE; in ImplCallPaint()
2386 mpWindowImpl->mnPaintFlags |= IMPL_PAINT_CHECKRTL; in ImplCallPaint()
2388 mpWindowImpl->mnPaintFlags &= ~IMPL_PAINT_PAINTALLCHILDS; in ImplCallPaint()
2392 if ( mpWindowImpl->mnPaintFlags & IMPL_PAINT_PAINTALL ) in ImplCallPaint()
2399 nPaintFlags = mpWindowImpl->mnPaintFlags & ~(IMPL_PAINT_PAINT); in ImplCallPaint()
2403 if ( mpWindowImpl->mnPaintFlags & IMPL_PAINT_PAINT ) in ImplCallPaint()
2406 if ( mpWindowImpl->mnPaintFlags & IMPL_PAINT_PAINTALL ) in ImplCallPaint()
2421 if ( mpWindowImpl->mnPaintFlags & IMPL_PAINT_PAINTALLCHILDS ) in ImplCallPaint()
2425 mpWindowImpl->mnPaintFlags = 0; in ImplCallPaint()
2493 mpWindowImpl->mnPaintFlags = 0; in ImplCallPaint()
2540 if ( mpWindowImpl->mnPaintFlags & (IMPL_PAINT_PAINT | IMPL_PAINT_PAINTCHILDS) ) in ImplCallOverlapPaint()
2544 ImplCallPaint( NULL, mpWindowImpl->mnPaintFlags /*| IMPL_PAINT_CHECKRTL */); in ImplCallOverlapPaint()
2598 if ( pTempWindow->mpWindowImpl->mnPaintFlags & IMPL_PAINT_PAINTCHILDS ) in ImplInvalidateFrameRegion()
2600 pTempWindow->mpWindowImpl->mnPaintFlags |= IMPL_PAINT_PAINTCHILDS | nTranspPaint; in ImplInvalidateFrameRegion()
2608 mpWindowImpl->mnPaintFlags |= IMPL_PAINT_PAINT; in ImplInvalidateFrameRegion()
2610 mpWindowImpl->mnPaintFlags |= IMPL_PAINT_PAINTALLCHILDS; in ImplInvalidateFrameRegion()
2612 mpWindowImpl->mnPaintFlags |= IMPL_PAINT_ERASE; in ImplInvalidateFrameRegion()
2614 mpWindowImpl->mnPaintFlags |= IMPL_PAINT_PAINTALL; in ImplInvalidateFrameRegion()
2618 if ( !(mpWindowImpl->mnPaintFlags & IMPL_PAINT_PAINTALL) ) in ImplInvalidateFrameRegion()
2631 if ( mpWindowImpl->mnPaintFlags & IMPL_PAINT_PAINTALL ) in ImplInvalidateFrameRegion()
2772 … if ( (mpWindowImpl->mnPaintFlags & (IMPL_PAINT_PAINT | IMPL_PAINT_PAINTALL)) == IMPL_PAINT_PAINT ) in ImplMoveInvalidateRegion()
2780 if ( bChilds && (mpWindowImpl->mnPaintFlags & IMPL_PAINT_PAINTCHILDS) ) in ImplMoveInvalidateRegion()
2808 if ( pPaintAllWindow->mpWindowImpl->mnPaintFlags & IMPL_PAINT_PAINTALLCHILDS ) in ImplMoveAllInvalidateRegions()
2810 if ( pPaintAllWindow->mpWindowImpl->mnPaintFlags & IMPL_PAINT_PAINTALL ) in ImplMoveAllInvalidateRegions()
2825 mpWindowImpl->mnPaintFlags |= INVALIDATE_CHILDREN; in ImplMoveAllInvalidateRegions()
2841 … if ( (mpWindowImpl->mnPaintFlags & IMPL_PAINT_PAINTALLCHILDS) && mpWindowImpl->mpFirstChild ) in ImplValidateFrameRegion()
2844 if ( mpWindowImpl->mnPaintFlags & IMPL_PAINT_PAINTALL ) in ImplValidateFrameRegion()
2856 if ( mpWindowImpl->mnPaintFlags & IMPL_PAINT_PAINTALL ) in ImplValidateFrameRegion()
2863 mpWindowImpl->mnPaintFlags &= ~IMPL_PAINT_PAINTALL; in ImplValidateFrameRegion()
3051 mpWindowImpl->mnPaintFlags |= IMPL_PAINT_CHECKRTL; in ImplScroll()
3111 if ( pWindow->mpWindowImpl->mnPaintFlags & (IMPL_PAINT_PAINT | IMPL_PAINT_PAINTCHILDS) ) in ImplUpdateAll()
3112 pWindow->ImplCallPaint( NULL, pWindow->mpWindowImpl->mnPaintFlags ); in ImplUpdateAll()
7693 if ( mpWindowImpl->mnPaintFlags & IMPL_PAINT_PAINT ) in HasPaintEvent()
7702 …if ( pTempWindow->mpWindowImpl->mnPaintFlags & (IMPL_PAINT_PAINTCHILDS | IMPL_PAINT_PAINTALLCHILDS… in HasPaintEvent()
7754 if ( pWindow->mpWindowImpl->mnPaintFlags & IMPL_PAINT_PAINTALLCHILDS ) in Update()
7763 if ( pUpdateWindow->mpWindowImpl->mnPaintFlags & (IMPL_PAINT_PAINT | IMPL_PAINT_PAINTCHILDS) ) in Update()
7774 pUpdateWindow->ImplCallPaint( NULL, pUpdateWindow->mpWindowImpl->mnPaintFlags ); in Update()