Searched refs:nIndX (Results 1 – 1 of 1) sorted by relevance
344 sal_Int16 nIndX(0); in GetInterpolatedColorWithFallback() local349 nIndX = nX + 1; in GetInterpolatedColorWithFallback()353 nIndX = nX - 1; in GetInterpolatedColorWithFallback()370 if(nDeltaX && nIndX >= 0 && nIndX < mpBuffer->mnWidth) in GetInterpolatedColorWithFallback()372 aXCol = GetColor(nY, nIndX); in GetInterpolatedColorWithFallback()386 …if(nDeltaX && nDeltaY && nIndX >=0 && nIndY >= 0 && nIndX < mpBuffer->mnWidth && nIndY < mpBuffer-… in GetInterpolatedColorWithFallback()388 aXYCol = GetColor(nIndY, nIndX); in GetInterpolatedColorWithFallback()
Completed in 12 milliseconds