Searched refs:nIndX (Results 1 – 1 of 1) sorted by relevance
353 sal_Int16 nIndX(0); in GetInterpolatedColorWithFallback() local358 nIndX = nX + 1; in GetInterpolatedColorWithFallback()362 nIndX = nX - 1; in GetInterpolatedColorWithFallback()379 if(nDeltaX && nIndX >= 0 && nIndX < mpBuffer->mnWidth) in GetInterpolatedColorWithFallback()381 aXCol = GetColor(nY, nIndX); in GetInterpolatedColorWithFallback()395 …if(nDeltaX && nDeltaY && nIndX >=0 && nIndY >= 0 && nIndX < mpBuffer->mnWidth && nIndY < mpBuffer-… in GetInterpolatedColorWithFallback()397 aXYCol = GetColor(nIndY, nIndX); in GetInterpolatedColorWithFallback()
Completed in 12 milliseconds