PK_SURF_make_bsurf_t   

typedef int PK_SURF_make_bsurf_t;

Used in:

PK_SURF_make_bsurf_2
PK_SURF_make_bsurf_res_t


A status value to be returned when creating a B-surface representation of a
surface.

It has the values:

    PK_SURF_make_bsurf_exact_c     The resultant B-surface is exactly
                                   coincident with the given surface.
    PK_SURF_make_bsurf_approx_c    The resultant B-surface is an approximation
                                   of the given surface, and the maximum
                                   deviation between the B-surface and surface
                                   is less than or equal to the supplied
                                   tolerance.
    PK_SURF_make_bsurf_loose_c     The resultant B-surface is an approximation
                                   of the given surface, but the maximum
                                   deviation between the B-surface and surface
                                   is greater than the supplied tolerance.
    PK_SURF_make_bsurf_tol_tight_c Failed to create a B-surface due to the
                                   supplied tolerance being too tight. This
                                   token is returned only from
                                   PK_SURF_make_bsurf_array.
    PK_SURF_make_bsurf_uvbox_bad_c Failed to create a B-surface because the
                                   supplied uvbox does not define valid extent
                                   of the surface. This token is returned only
                                   from PK_SURF_make_bsurf_array.
    PK_SURF_make_bsurf_failed_c    Failed to create an equivalent B-surface due
                                   to an internal error. This token is returned
                                   only from PK_SURF_make_bsurf_array.