Home
last modified time | relevance | path

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

/PHP-7.0/ext/gd/libgd/
H A Dgd_interpolation.c906 if (res->ContribRow == NULL) { in _gdContributionsAlloc()
920 gdFree(res->ContribRow[i].Weights); in _gdContributionsAlloc()
922 gdFree(res->ContribRow); in _gdContributionsAlloc()
934 gdFree(p->ContribRow[u].Weights); in _gdContributionsFree()
936 gdFree(p->ContribRow); in _gdContributionsFree()
979 res->ContribRow[u].Left = iLeft; in _gdContributionsCalc()
980 res->ContribRow[u].Right = iRight; in _gdContributionsCalc()
1008 const int left = contrib->ContribRow[x].Left; in _gdScaleRow()
1009 const int right = contrib->ContribRow[x].Right; in _gdScaleRow()
1053 const int iLeft = contrib->ContribRow[y].Left; in _gdScaleCol()
[all …]

Completed in 14 milliseconds