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

  /external/chromium_org/printing/
print_settings_initializer_mac.cc 34 if (resolution.hRes > best_resolution.hRes)
38 int dpi = best_resolution.hRes;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
agterr.h 55 #define IS_INTERRUPT_ERROR(hRes) ((hRes >= AGENTREQERR_INTERRUPTEDLISTENKEY) && (hRes <= AGENTREQERR_INTERRUPTEDUSER))
wbemcli.h     [all...]
  /external/deqp/framework/egl/
egluUtil.cpp 162 const EGLint hRes = querySurfaceInt(display, surface, EGL_HORIZONTAL_RESOLUTION);
165 if (hRes == EGL_UNKNOWN || vRes == EGL_UNKNOWN)
167 return tcu::IVec2(hRes, vRes);
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
navier-stokes.js 397 this.setResolution = function (hRes, wRes)
399 var res = wRes * hRes;
400 if (res > 0 && res < 1000000 && (wRes != width || hRes != height)) {
402 height = hRes;
  /external/chromium_org/v8/benchmarks/
navier-stokes.js 375 this.setResolution = function (hRes, wRes)
377 var res = wRes * hRes;
378 if (res > 0 && res < 1000000 && (wRes != width || hRes != height)) {
380 height = hRes;
  /external/deqp/modules/egl/
teglQuerySurfaceTests.cpp 148 const EGLint hRes = surface.getAttribute(EGL_HORIZONTAL_RESOLUTION);
151 if ((hRes <= 0 || vRes <= 0) && (hRes != EGL_UNKNOWN && vRes != EGL_UNKNOWN))
153 log << TestLog::Message << " Fail, invalid surface resolution " << hRes << "x" << vRes << TestLog::EndMessage;
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 

Completed in 537 milliseconds