javauis/mmapi_akn/directcontent/src/cmmadcdisplay.cpp
branchRCL_3
changeset 27 d5e927d5853b
parent 26 2455ef1f5bbc
equal deleted inserted replaced
26:2455ef1f5bbc 27:d5e927d5853b
   137         TPoint topLeft(0, 0);
   137         TPoint topLeft(0, 0);
   138         iWindow->SetVideoCropRegion(TRect(topLeft,aSourceSize));
   138         iWindow->SetVideoCropRegion(TRect(topLeft,aSourceSize));
   139     }
   139     }
   140 #endif
   140 #endif
   141 
   141 
       
   142     if(IsUserRectSet() || iFullScreen)
       
   143     {
       
   144        return;
       
   145     }
   142     if (iWindow)
   146     if (iWindow)
   143     {
   147     {
   144         TRect tmp(TPoint(0, 0), aSourceSize);
   148         TRect tmp(TPoint(0, 0), aSourceSize);
   145         iWindow->SetDrawRect(tmp);
   149         iWindow->SetDrawRect(tmp);
   146         iWindow->SetWindowRect(tmp,MMMADisplay::EMmaThread);
   150         iWindow->SetWindowRect(tmp,MMMADisplay::EMmaThread);