Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
DNinePatchedImage.java600 float horizontalPatchSum = 0; in getChunks() local
623 horizontalPatchSum += t.rect.width; in getChunks()
649 chunk.horizontalWeight = chunk.rect.width / horizontalPatchSum; in getChunks()