Home
last modified time | relevance | path

Searched refs:mPatchChunks (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.java89 private Chunk[][] mPatchChunks = null; field in NinePatchedImage
718 mPatchChunks = getChunks(mPatchChunks); in getProjections()
719 if (mPatchChunks == null) { in getProjections()
727 int lenY = mPatchChunks.length; in getProjections()
728 int lenX = mPatchChunks[0].length; in getProjections()
765 Chunk chunk = mPatchChunks[yPos][xPos]; in getProjections()