Searched refs:nextData (Results 1 – 2 of 2) sorted by relevance
117 ColorBandData nextData = dataArray[0]; in computeColorband() local127 if(nextData.pos==i) { in computeColorband()130 nextData = dataArray[currentCursor]; in computeColorband()132 int d = nextData.pos - currentData.pos; in computeColorband()133 rDiff = (nextData.r - currentData.r)/d; in computeColorband()134 gDiff = (nextData.g - currentData.g)/d; in computeColorband()135 bDiff = (nextData.b - currentData.b)/d; in computeColorband()136 aDiff = (nextData.a - currentData.a)/d; in computeColorband()195 if(nextData.pos==i) { in computeColorband()207 if(nextData.pos != currentData.pos) { in computeColorband()[all …]
287 CSSPropertySourceData* nextData = &(propertyData.at(0)); in fixUnparsedProperties() local289 CSSPropertySourceData* currentData = nextData; in fixUnparsedProperties()290 nextData = i < size - 1 ? &(propertyData.at(i + 1)) : 0; in fixUnparsedProperties()298 if (!nextData) in fixUnparsedProperties()301 propertyEndInStyleSheet = styleStart + nextData->range.start - 1; in fixUnparsedProperties()