Home
last modified time | relevance | path

Searched refs:closest_match (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/ui/base/
Dlayout.cc105 ScaleFactor closest_match = SCALE_FACTOR_100P; in GetSupportedScaleFactor() local
111 closest_match = scale_factor; in GetSupportedScaleFactor()
115 DCHECK_NE(closest_match, SCALE_FACTOR_NONE); in GetSupportedScaleFactor()
116 return closest_match; in GetSupportedScaleFactor()
135 ScaleFactor closest_match = SCALE_FACTOR_100P; in FindClosestScaleFactorUnsafe() local
140 closest_match = scale_factor; in FindClosestScaleFactorUnsafe()
144 return closest_match; in FindClosestScaleFactorUnsafe()
/external/chromium_org/ui/gfx/image/
Dimage_skia_util_mac.mm25 NSImageRep* closest_match = nil;
31 closest_match = image_rep;
34 return closest_match;
/external/chromium_org/media/audio/win/
Dcore_audio_util_win.cc513 ScopedCoMem<WAVEFORMATEXTENSIBLE> closest_match; in IsFormatSupported() local
516 reinterpret_cast<WAVEFORMATEX**>(&closest_match)); in IsFormatSupported()
524 DVLOG(2) << *closest_match; in IsFormatSupported()
Daudio_low_latency_input_win.cc565 base::win::ScopedCoMem<WAVEFORMATEX> closest_match; in DesiredFormatIsSupported() local
568 &closest_match); in DesiredFormatIsSupported()
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/
Ddxgi_native.cpp505 DXGI_MODE_DESC *closest_match, in FindClosestMatchingMode()
523 *closest_match = dxgi_modes[0]; in FindClosestMatchingMode()
524 closest_match->Format = dxgi_format; in FindClosestMatchingMode()
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
Ddxgi_native.cpp505 DXGI_MODE_DESC *closest_match, in FindClosestMatchingMode()
523 *closest_match = dxgi_modes[0]; in FindClosestMatchingMode()
524 closest_match->Format = dxgi_format; in FindClosestMatchingMode()