Lines Matching refs:aCursor

396 	Point aCursor( aOffset );  in updateLayout()  local
404 mpFLModify->SetPosSizePixel( aCursor, aSize ); in updateLayout()
406 aCursor.Y() += aSize.Height() + aOffset.Y(); in updateLayout()
413 mpPBAddEffect->SetPosSizePixel( aCursor, aCtrlSize ); in updateLayout()
415 aCursor.X() += aOffset.X() + aCtrlSize.Width(); in updateLayout()
422 if( ( aCursor.X() + aCtrlSize.Width() + aOffset.X() ) > aPaneSize.Width() ) in updateLayout()
424 aCursor.X() = aOffset.X(); in updateLayout()
425 aCursor.Y() += aCtrlSize.Height() + aOffset.Y(); in updateLayout()
427 mpPBChangeEffect->SetPosSizePixel( aCursor, aCtrlSize ); in updateLayout()
429 aCursor.X() += aOffset.X() + aCtrlSize.Width(); in updateLayout()
436 if( ( aCursor.X() + aCtrlSize.Width() + aOffset.X() ) > aPaneSize.Width() ) in updateLayout()
438 aCursor.X() = aOffset.X(); in updateLayout()
439 aCursor.Y() += aCtrlSize.Height() + aOffset.Y(); in updateLayout()
442 mpPBRemoveEffect->SetPosSizePixel( aCursor, aCtrlSize ); in updateLayout()
444 aCursor.X() = aOffset.X(); in updateLayout()
445 aCursor.Y() += aCtrlSize.Height() + 2 * aOffset.Y(); in updateLayout()
451 mpFLEffect->SetPosSizePixel( aCursor, aSize ); in updateLayout()
453 aCursor.Y() += aSize.Height() + aOffset.Y(); in updateLayout()
474 Point aFTPos( aCursor ); in updateLayout()
475 Point aLBPos( aCursor ); in updateLayout()
527aCursor = Point( aOffset.X(), aPaneSize.Height() - mpCBAutoPreview->GetSizePixel().Height() - aOff… in updateLayout()
528 mpCBAutoPreview->SetPosPixel( aCursor ); in updateLayout()
531 aCursor.Y() -= /* aOffset.Y() + */ mpFLSeperator2->GetSizePixel().Height(); in updateLayout()
534 mpFLSeperator2->SetPosSizePixel( aCursor, aSize ); in updateLayout()
543 aCursor.Y() -= aCtrlSize.Height() /* + aOffset.Y() */; in updateLayout()
546 …int aTestWidth = aCursor.X() + mpPBPlay->GetSizePixel().Width() + 2 * aOffset.X() + mpPBSlideShow-… in updateLayout()
549 mpPBSlideShow->SetPosSizePixel( aCursor, aCtrlSize ); in updateLayout()
550 aCursor.Y() -= aCtrlSize.Height() + aOffset.Y(); in updateLayout()
551 mpPBPlay->SetPosSizePixel( aCursor, aPlaySize ); in updateLayout()
555 mpPBPlay->SetPosSizePixel( aCursor, aPlaySize ); in updateLayout()
556 aCursor.X() += aPlaySize.Width() + aOffset.X(); in updateLayout()
557 mpPBSlideShow->SetPosSizePixel( aCursor, aCtrlSize ); in updateLayout()
561 aCursor.X() = aOffset.X(); in updateLayout()
562 aCursor.Y() -= /* aOffset.Y() + */ mpFLSeperator1->GetSizePixel().Height(); in updateLayout()
565 mpFLSeperator1->SetPosSizePixel( aCursor, aSize ); in updateLayout()
570 aCursor.X() = aPaneSize.Width() - aOffset.X() - aSize.Width(); in updateLayout()
571 aCursor.Y() -= aOffset.Y() + aSize.Height(); in updateLayout()
572 mpPBMoveDown->SetPosPixel( aCursor ); in updateLayout()
574 aCursor.X() -= aOffset.X() + aSize.Width(); in updateLayout()
575 mpPBMoveUp->SetPosPixel( aCursor ); in updateLayout()
583 aCursor.X() -= aOffset.X() + mpFTChangeOrder->GetSizePixel().Width(); in updateLayout()
584 aCursor.Y() += (aSize.Height() - mpFTChangeOrder->GetSizePixel().Height()) >> 1; in updateLayout()
585 mpFTChangeOrder->SetPosPixel( aCursor ); in updateLayout()
588 …Size aCustomAnimationListSize( aPaneSize.Width() - aListPos.X() - aOffset.X(), aCursor.Y() - aList… in updateLayout()