Home
last modified time | relevance | path

Searched refs:ContributionType (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/gd/libgd/
H A Dgd_interpolation.c109 } ContributionType; /* Contirbution information for a single pixel */ typedef
113 ContributionType *ContribRow; /* Row (or column) of contribution weights */
893 if (overflow2(line_length, sizeof(ContributionType))) { in _gdContributionsAlloc()
897 res->ContribRow = (ContributionType *) gdMalloc(line_length * sizeof(ContributionType)); in _gdContributionsAlloc()

Completed in 16 milliseconds