Lines Matching refs:pBorder
99 Window *pBorder = pWin->GetWindow( WINDOW_BORDER ); in ImplDrawNativeSpinfield() local
106 … aClipRect.SetPos( pBorder->ScreenToOutputPixel(pWin->OutputToScreenPixel(aClipRect.TopLeft())) ); in ImplDrawNativeSpinfield()
108 Region oldRgn( pBorder->GetClipRegion() ); in ImplDrawNativeSpinfield()
109 pBorder->SetClipRegion( Region( aClipRect ) ); in ImplDrawNativeSpinfield()
112 …Size aSize( pBorder->GetOutputSizePixel() ); // the size of the border window, i.e., the whole … in ImplDrawNativeSpinfield()
116 pBorder->GetNativeControlRegion( CTRL_SPINBOX, PART_ENTIRE_CONTROL, in ImplDrawNativeSpinfield()
123 …bNativeOK = pBorder->DrawNativeControl( CTRL_SPINBOX, PART_ENTIRE_CONTROL, aRgn, CTRL_STATE_ENABLE… in ImplDrawNativeSpinfield()
126 pBorder->SetClipRegion( oldRgn ); in ImplDrawNativeSpinfield()
709 Window *pBorder = pWin->GetWindow( WINDOW_BORDER ); in ImplCalcButtonAreas() local
717 Rectangle aArea( aPoint, pBorder->GetOutputSizePixel() ); in ImplCalcButtonAreas()
728 aPoint = pBorder->ScreenToOutputPixel( pWin->OutputToScreenPixel( aPoint ) ); in ImplCalcButtonAreas()
773 Window *pBorder = GetWindow( WINDOW_BORDER ); in Resize() local
774 Rectangle aArea( aPoint, pBorder->GetOutputSizePixel() ); in Resize()
781 aPoint = pBorder->ScreenToOutputPixel( OutputToScreenPixel( aPoint ) ); in Resize()