Home
last modified time | relevance | path

Searched refs:Scales (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Support/
DScaledNumber.h809 int32_t Scales = int32_t(Scale) + int32_t(X.Scale); variable
815 return *this <<= Scales;
826 int32_t Scales = int32_t(Scale) - int32_t(X.Scale); variable
832 return *this <<= Scales;
/external/webrtc/webrtc/modules/desktop_capture/
Dscreen_capturer_mac.mm56 // Scales all coordinates of a rect by a specified factor.