Lines Matching refs:size
56 * No tiling, looping, or other fanciness is used; it just draws the skp whole into a size-matched
81 static DEFINE_double(scale, 1, "Scale the size of the canvas and the zoom level by this factor.");
206 int count() const { return fFrames.size(); }
314 } while (cumulativeDuration < benchDuration || 0 == samples->size() % 2);
369 } while (now < endTime || 0 == samples->size() % 2);
435 } while (now < endTime || 0 == samples->size() % 2);
446 if (0 == (samples.size() % 2)) {
460 values.reserve(samples.size());
474 variance /= values.size();
478 printf(resultFormat, accumValue, values[values.size() / 2], values.back(), values.front(),
479 stddev, values.size(), FLAGS_sampleMs, FLAGS_gpuClock ? "gpu" : "cpu", Sample::metric(),
576 exitf(ExitErr::kUnavailable, "render target size %ix%i not supported by platform (max: %i)",