HomeSort by relevance Sort by last modified time
    Searched refs:qdPort (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginView.mm 362 nPort.qdPort.port = port;
363 nPort.qdPort.portx = (int32_t)-boundsInWindow.origin.x;
364 nPort.qdPort.porty = (int32_t)-boundsInWindow.origin.y;
413 nPort.qdPort.port = port;
427 nPort.qdPort.portx = static_cast<int32_t>(-boundsInWindow.origin.x + origin.x);
428 nPort.qdPort.porty = static_cast<int32_t>(-boundsInWindow.origin.y - origin.y);
441 window.clipRect.left + nPort.qdPort.portx, window.clipRect.top + nPort.qdPort.porty,
442 window.clipRect.right + nPort.qdPort.portx, window.clipRect.bottom + nPort.qdPort.porty)
    [all...]
WebNetscapePluginView.h 51 NP_Port qdPort;
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzYUV.m 179 port = [ [ qz_window contentView ] qdPort ];
193 port = [ window_view qdPort ];
SDL_QuartzWindow.m 132 CGrafPtr thePort = [ window_view qdPort ];
SDL_QuartzVideo.m 796 CGrafPtr qdport;
808 qdport = [ window_view qdPort ];
810 LockPortBits ( qdport );
811 current->pixels = GetPixBaseAddr ( GetPortPixMap ( qdport ) );
812 current->pitch = GetPixRowBytes ( GetPortPixMap ( qdport ) );
813 qdbpp = GetPixDepth ( GetPortPixMap ( qdport ) );
814 UnlockPortBits ( qdport );
    [all...]

Completed in 113 milliseconds