Searched refs:localy (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Ddnd.cpp399 int localx, localy; local
401 localy = localMouse.v;
404 win->MacRootWindowToWindow( &localx, &localy );
431 result = trackingGlobals->m_currentTarget->OnEnter( localx, localy, result );
456 result = trackingGlobals->m_currentTarget->OnDragOver( localx, localy, result );
531 int localx, localy; local
538 localy = localMouse.v;
542 trackingGlobals->m_currentTargetWindow->MacRootWindowToWindow( &localx, &localy );
543 if ( trackingGlobals->m_currentTarget->OnDrop( localx, localy ) )
553 trackingGlobals->m_currentTarget->OnData( localx, localy, resul
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Ddnd.cpp471 int localx , localy ; local
473 localy = localMouse.v ;
476 win->MacRootWindowToWindow( &localx , &localy ) ;
502 localx , localy , result ) ;
525 localx , localy , result ) ;
589 int localx,localy ; local
596 localy = localMouse.v ;
599 trackingGlobals->m_currentTargetWindow->MacRootWindowToWindow( &localx , &localy ) ;
600 if ( trackingGlobals->m_currentTarget->OnDrop( localx , localy ) )
606 trackingGlobals->m_currentTarget->OnData( localx , localy , resul
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/examples/
H A Dframeview.pl544 my $localy=$panely;
556 place(-y=>$localy,-x=>-5,-anchor=>"ne",-relx=>1.);
567 place(-y=>$localy,-x=>5,-anchor=>"nw",-relwidth=>1.,-width=>-$onex,
571 $localy+=$oney+2;
576 $localy+=$panel_quit->reqheight()+50;
580 $panel->configure(-height=>$localy);

Completed in 48 milliseconds