Home
last modified time | relevance | path

Searched refs:nIndY (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dbmpacc.cxx354 sal_Int16 nIndY(0); in GetInterpolatedColorWithFallback() local
368 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 8 milliseconds