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

  /external/chromium_org/ui/base/
layout.cc 71 ScaleFactor closest_match = SCALE_FACTOR_100P; local
77 closest_match = scale_factor;
81 DCHECK_NE(closest_match, SCALE_FACTOR_NONE);
82 return closest_match;
  /external/chromium_org/cc/trees/
layer_tree_impl.cc 1249 LayerImpl* closest_match; member in struct:cc::FindClosestMatchingLayerDataForRecursion
    [all...]
  /external/chromium_org/media/audio/win/
audio_low_latency_input_win.cc 638 base::win::ScopedCoMem<WAVEFORMATEX> closest_match; local
641 &closest_match);
core_audio_util_win.cc 531 ScopedCoMem<WAVEFORMATEXTENSIBLE> closest_match; local
534 reinterpret_cast<WAVEFORMATEX**>(&closest_match));
542 DVLOG(2) << *closest_match;
    [all...]
  /external/chromium_org/ui/base/resource/
resource_bundle.cc 101 ScaleFactor closest_match = SCALE_FACTOR_100P; local
106 closest_match = scale_factor;
110 return closest_match;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 505 DXGI_MODE_DESC *closest_match,
523 *closest_match = dxgi_modes[0];
524 closest_match->Format = dxgi_format;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 505 DXGI_MODE_DESC *closest_match,
523 *closest_match = dxgi_modes[0];
524 closest_match->Format = dxgi_format;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxgi.idl 241 [out] DXGI_MODE_DESC *closest_match,
dxgi.h     [all...]

Completed in 1938 milliseconds