HomeSort by relevance Sort by last modified time
    Searched defs:winSize (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/icu/source/test/perf/convperf/
convperf.h 193 int winSize =MultiByteToWideChar(uiCodePage,CONVERSION_FLAGS,src,srcLen,dest,dstLen);
248 int winSize = WideCharToMultiByte(uiCodePage,CONVERSION_FLAGS,src,srcLen,dest,dstLen,NULL, pUsedDefaultChar);
  /external/icu/icu4c/source/test/perf/convperf/
convperf.h 193 int winSize =MultiByteToWideChar(uiCodePage,CONVERSION_FLAGS,src,srcLen,dest,dstLen);
248 int winSize = WideCharToMultiByte(uiCodePage,CONVERSION_FLAGS,src,srcLen,dest,dstLen,NULL, pUsedDefaultChar);
  /external/deqp/modules/egl/
teglResizeTests.cpp 442 const IVec2 winSize = m_nativeWindow->getScreenSize();
448 const IvVec2 winPpiI = ivVec2(winSize) * bufPpiI / ivVec2(bufSize);
454 << "Native window size: " << winSize << "\n"

Completed in 176 milliseconds