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

  /hardware/qcom/display/liboverlay/
overlayUtils.h 397 struct ScreenInfo {
398 ScreenInfo() : mFBWidth(0),
688 inline void ScreenInfo::dump(const char* const s) const {
689 ALOGE("== Dump %s ScreenInfo w=%d h=%d"
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
SDL_epocvideo.cpp 350 TScreenInfoV01 screenInfo;
351 TPckg<TScreenInfoV01> sInfo(screenInfo);
352 UserSvr::ScreenInfo(sInfo);
354 Private->EPOC_ScreenSize = screenInfo.iScreenSize;
356 Private->EPOC_HasFrameBuffer = screenInfo.iScreenAddressValid;
357 Private->EPOC_FrameBuffer = Private->EPOC_HasFrameBuffer ? (TUint8*) screenInfo.iScreenAddress : NULL;
360 Private->EPOC_BytesPerScanLine = screenInfo.iScreenSize.iWidth * Private->EPOC_BytesPerPixel;
363 SDL_TRACE1("Screen width %d", screenInfo.iScreenSize.iWidth);
364 SDL_TRACE1("Screen height %d", screenInfo.iScreenSize.iHeight);
366 SDL_TRACE1("Screen valid %d", screenInfo.iScreenAddressValid)
    [all...]

Completed in 56 milliseconds