Bounding

Once created, we can ask for the bounds of a given shade under a given transformation. This can sometimes be infinite.


\begin{lstlisting}
/*
fz_bound_shade: Bound a given shading.
\par
shade: The sh...
...ntext *ctx, fz_shade *shade, const fz_matrix *ctm, fz_rect *r);
\end{lstlisting}