Home
last modified time | relevance | path

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

/php-src/ext/gd/libgd/
H A Dgd_interpolation.c110 } ContributionType; /* Contirbution information for a single pixel */ typedef
114 ContributionType *ContribRow; /* Row (or column) of contribution weights */
829 if (overflow2(line_length, sizeof(ContributionType))) { in _gdContributionsAlloc()
833 res->ContribRow = (ContributionType *) gdMalloc(line_length * sizeof(ContributionType)); in _gdContributionsAlloc()

Completed in 10 milliseconds