Home
last modified time | relevance | path

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

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

Completed in 24 milliseconds