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

  /external/webkit/WebCore/plugins/win/
PluginViewWin.cpp 527 WINDOWPOS windowpos = { 0 }; local
532 windowpos.x = r.x();
533 windowpos.y = r.y();
534 windowpos.cx = r.width();
535 windowpos.cy = r.height();
539 windowpos.x = p.x();
540 windowpos.y = p.y();
541 windowpos.cx = frameRect().width();
542 windowpos.cy = frameRect().height()
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_video.c 181 const char* windowpos; local
250 windowpos = SDL_getenv("SDL_VIDEO_WINDOW_POS");
253 if ((iscentered) || ((windowpos) && (SDL_strcmp(windowpos, "center")==0)))
271 if (windowpos)
273 if (SDL_sscanf(windowpos, "%d,%d", &x, &y) == 2)

Completed in 81 milliseconds