Lines Matching refs:targetOutput
698 const skif::DeviceSpace<SkIRect>& targetOutput) {
700 SkRect rect = contentBounds ? SkRect(*contentBounds) : SkRect::Make(SkIRect(targetOutput));
720 const skif::DeviceSpace<SkIRect>& targetOutput,
736 compute_decomposition_center(dstToLocal, contentBounds, targetOutput);
756 // Perspective and skew could exceed this since mapping.deviceToLayer(targetOutput) is
762 int maxLayerDim = std::max(Sk64_pin_to_s32(2 * std::max(SkIRect(targetOutput).width64(),
763 SkIRect(targetOutput).height64())),
768 layerBounds = as_IFB(filter)->getInputBounds(mapping, targetOutput, contentBounds);
773 auto idealLayerBounds = as_IFB(filter)->getInputBounds(idealMapping, targetOutput,
779 layerBounds = mapping.deviceToLayer(targetOutput);