Home
last modified time | relevance | path

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

/PHP-8.0/ext/gd/libgd/
H A Dgd_interpolation.c845 if (res->ContribRow == NULL) { in _gdContributionsAlloc()
851 if (res->ContribRow[u].Weights == NULL) { in _gdContributionsAlloc()
854 gdFree(res->ContribRow[i].Weights); in _gdContributionsAlloc()
856 gdFree(res->ContribRow); in _gdContributionsAlloc()
868 gdFree(p->ContribRow[u].Weights); in _gdContributionsFree()
870 gdFree(p->ContribRow); in _gdContributionsFree()
912 res->ContribRow[u].Left = iLeft; in _gdContributionsCalc()
913 res->ContribRow[u].Right = iRight; in _gdContributionsCalc()
941 const int left = contrib->ContribRow[x].Left; in _gdScaleRow()
987 const int iLeft = contrib->ContribRow[y].Left; in _gdScaleCol()
[all …]

Completed in 17 milliseconds