Lines Matching defs:height
532 // populate skp with it's first frame, for width height determination.
543 height = std::min(SkScalarCeilToInt(skp->cullRect().height()), 2048);
545 (width != skp->cullRect().width() || height != skp->cullRect().height())) {
548 SkScalarCeilToInt(skp->cullRect().height()), width, height);
552 height *= FLAGS_scale;
555 FLAGS_scale, width, height);
575 if (ctx->maxRenderTargetSize() < std::max(width, height)) {
577 width, height, ctx->maxRenderTargetSize());
600 width, height, config->getColorType(), config->getAlphaType(), config->refColorSpace());
606 width, height, config->getTag().c_str());