Home
last modified time | relevance | path

Searched refs:nIndX (Results 1 – 1 of 1) sorted by path

/trunk/main/vcl/source/gdi/
H A Dbmpacc.cxx353 sal_Int16 nIndX(0); in GetInterpolatedColorWithFallback() local
358 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 18 milliseconds