Searched refs:ContributionType (Results 1 – 1 of 1) sorted by relevance
121 } ContributionType; /* Contirbution information for a single pixel */ typedef125 ContributionType *ContribRow; /* Row (or column) of contribution weights */835 if (overflow2(line_length, sizeof(ContributionType))) { in _gdContributionsAlloc()839 res->ContribRow = (ContributionType *) gdMalloc(line_length * sizeof(ContributionType)); in _gdContributionsAlloc()
Completed in 19 milliseconds