Lines Matching refs:PixelToLogic
138 DrawGradient(Rectangle(Point(0,0),PixelToLogic(GetSizePixel())), in Paint()
349 mpOutlinerView->SetOutputArea( PixelToLogic( Rectangle(0,0,1,1) ) ); in InitControls()
429 mpOutliner->SetPaperSize( PixelToLogic( Size(aWidth,aHeight) ) ) ; in DoResize()
449 mpOutliner->SetPaperSize( PixelToLogic( Size(aWidth,aHeight) ) ) ; in DoResize()
450 mpOutlinerView->SetOutputArea( PixelToLogic( Rectangle(0,0,aWidth,aHeight) ) ); in DoResize()
453 mpOutlinerView->SetVisArea( PixelToLogic( Rectangle(0,0,aWidth,aHeight) ) ); in DoResize()
456 mpVScrollbar->SetVisibleSize( PixelToLogic(Size(0,aHeight)).Height() ); in DoResize()
457 mpVScrollbar->SetPageSize( PixelToLogic(Size(0,aHeight)).Height() * 8 / 10 ); in DoResize()
464 Point aLeft = PixelToLogic( Point( aBase.X() - (METABUTTON_WIDTH+5), aBase.Y()+17 ) ); in DoResize()
465 Point aRight = PixelToLogic( Point( aBase.X() - (METABUTTON_WIDTH-1), aBase.Y()+17 ) ); in DoResize()
466 Point aBottom = PixelToLogic( Point( aBase.X() - (METABUTTON_WIDTH+2), aBase.Y()+20 ) ); in DoResize()
473 maRectMetaButton = PixelToLogic( Rectangle( Point( in DoResize()
709 …DrawRect(PixelToLogic(Rectangle(Point(mpMeta->GetPosPixel().X()+mpMeta->GetSizePixel().Width(),mpM… in Paint()
746 if (maRectMetaButton.IsInside(PixelToLogic(rMEvt.GetPosPixel()))) in MouseMove()
767 if (!mbReadonly && maRectMetaButton.IsInside(PixelToLogic(rMEvt.GetPosPixel())) && rMEvt.IsLeft()) in MouseButtonDown()