Searched refs:closest_match (Results 1 – 6 of 6) sorted by relevance
105 ScaleFactor closest_match = SCALE_FACTOR_100P; in GetSupportedScaleFactor() local111 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() local140 closest_match = scale_factor; in FindClosestScaleFactorUnsafe()144 return closest_match; in FindClosestScaleFactorUnsafe()
25 NSImageRep* closest_match = nil;31 closest_match = image_rep;34 return closest_match;
513 ScopedCoMem<WAVEFORMATEXTENSIBLE> closest_match; in IsFormatSupported() local516 reinterpret_cast<WAVEFORMATEX**>(&closest_match)); in IsFormatSupported()524 DVLOG(2) << *closest_match; in IsFormatSupported()
565 base::win::ScopedCoMem<WAVEFORMATEX> closest_match; in DesiredFormatIsSupported() local568 &closest_match); in DesiredFormatIsSupported()
505 DXGI_MODE_DESC *closest_match, in FindClosestMatchingMode()523 *closest_match = dxgi_modes[0]; in FindClosestMatchingMode()524 closest_match->Format = dxgi_format; in FindClosestMatchingMode()