Lines Matching refs:contentBounds
697 const skif::ParameterSpace<SkRect>* contentBounds,
700 SkRect rect = contentBounds ? SkRect(*contentBounds) : SkRect::Make(SkIRect(targetOutput));
702 if (!contentBounds) {
721 const skif::ParameterSpace<SkRect>* contentBounds = nullptr,
736 compute_decomposition_center(dstToLocal, contentBounds, targetOutput);
740 contentBounds = nullptr;
768 layerBounds = as_IFB(filter)->getInputBounds(mapping, targetOutput, contentBounds);
774 contentBounds);
780 if (contentBounds) {
783 skif::LayerSpace<SkIRect> knownBounds = mapping.paramToLayer(*contentBounds).roundOut();