Searched refs:bigSize (Results 1 – 2 of 2) sorted by relevance
75 int64_t bigSize = (int64_t)info.height() * rowBytes; in NewUsing() local76 if (!sk_64_isS32(bigSize)) { in NewUsing()80 size_t size = sk_64_asS32(bigSize); in NewUsing()
491 Size bigSize(0, 0); in run() local509 bigSize.width = max(bigSize.width, img.size().width); in run()510 bigSize.height += img.size().height + 1; in run()516 Mat result(bigSize, CV_8UC3, Scalar(100, 100, 100)); in run()