Searched refs:nIndY (Results 1 – 1 of 1) sorted by relevance
354 sal_Int16 nIndY(0); in GetInterpolatedColorWithFallback() local368 nIndY = nY + 1; in GetInterpolatedColorWithFallback()372 nIndY = nY - 1; in GetInterpolatedColorWithFallback()387 if(nDeltaY && nIndY >= 0 && nIndY < mpBuffer->mnHeight) in GetInterpolatedColorWithFallback()389 aYCol = GetColor(nIndY, nX); 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 7 milliseconds