Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DImageUtils.java365 int dstHeight = image.getHeight(); in createDropShadow() local
372 int yStop = dstHeight - right; in createDropShadow()
386 for (int y = 0, bufferOffset = 0; y < dstHeight; y++, bufferOffset = y * dstWidth) { in createDropShadow()