Searched refs:ContribRow (Results 1 – 1 of 1) sorted by relevance
834 if (res->ContribRow == NULL) { in _gdContributionsAlloc()840 if (res->ContribRow[u].Weights == NULL) { in _gdContributionsAlloc()843 gdFree(res->ContribRow[i].Weights); in _gdContributionsAlloc()845 gdFree(res->ContribRow); in _gdContributionsAlloc()857 gdFree(p->ContribRow[u].Weights); in _gdContributionsFree()859 gdFree(p->ContribRow); in _gdContributionsFree()901 res->ContribRow[u].Left = iLeft; in _gdContributionsCalc()902 res->ContribRow[u].Right = iRight; in _gdContributionsCalc()956 const int left = contrib->ContribRow[x].Left; in _gdScaleRow()1004 const int iLeft = contrib->ContribRow[y].Left; in _gdScaleCol()[all …]
Completed in 12 milliseconds