Lines Matching defs:width
532 // populate skp with it's first frame, for width height determination.
542 int width = std::min(SkScalarCeilToInt(skp->cullRect().width()), 2048),
545 (width != skp->cullRect().width() || height != skp->cullRect().height())) {
547 srcname.c_str(), SkScalarCeilToInt(skp->cullRect().width()),
548 SkScalarCeilToInt(skp->cullRect().height()), width, height);
551 width *= 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());