Lines Matching defs:scale
55 explicit ScreenCopy(float scale): scale_(scale) {};
88 const auto scale = g_screenCopy->scale_;
90 g_screenCopy = make_unique<ScreenCopy>(scale);
104 pendingError_ = "Error: Illegal scale value!";
235 // resize the pixelmap to fit scale
257 // resize the pixelmap to fit scale
298 bool StartScreenCopy(float scale, ScreenCopyHandler handler)
300 if (scale <= 0 || scale > 1 || handler == nullptr) {
306 g_screenCopy = make_unique<ScreenCopy>(scale);