[static initializer] | com.googlecode.leptonica.android.Pixa | [package, static] |
add(Pix pix, Box box, int mode) | com.googlecode.leptonica.android.Pixa | |
addBox(Box box, int mode) | com.googlecode.leptonica.android.Pixa | |
addPix(Pix pix, int mode) | com.googlecode.leptonica.android.Pixa | |
copy() | com.googlecode.leptonica.android.Pixa | |
createPixa(int size) | com.googlecode.leptonica.android.Pixa | [static] |
createPixa(int size, int width, int height) | com.googlecode.leptonica.android.Pixa | [static] |
finalize() | com.googlecode.leptonica.android.Pixa | [protected] |
getBox(int index) | com.googlecode.leptonica.android.Pixa | |
getBoxGeometry(int index) | com.googlecode.leptonica.android.Pixa | |
getBoxGeometry(int index, int[] dimensions) | com.googlecode.leptonica.android.Pixa | |
getBoxRect(int index) | com.googlecode.leptonica.android.Pixa | |
getBoxRects() | com.googlecode.leptonica.android.Pixa | |
getHeight() | com.googlecode.leptonica.android.Pixa | |
getNativePixa() | com.googlecode.leptonica.android.Pixa | |
getPix(int index) | com.googlecode.leptonica.android.Pixa | |
getRect() | com.googlecode.leptonica.android.Pixa | |
getWidth() | com.googlecode.leptonica.android.Pixa | |
iterator() | com.googlecode.leptonica.android.Pixa | |
join(Pixa otherPixa) | com.googlecode.leptonica.android.Pixa | |
mergeAndReplacePix(int indexA, int indexB) | com.googlecode.leptonica.android.Pixa | |
mHeight | com.googlecode.leptonica.android.Pixa | [package] |
mNativePixa | com.googlecode.leptonica.android.Pixa | [package] |
mRecycled | com.googlecode.leptonica.android.Pixa | [private] |
mWidth | com.googlecode.leptonica.android.Pixa | [package] |
nativeAdd(int nativePixa, int nativePix, int nativeBox, int mode) | com.googlecode.leptonica.android.Pixa | [private, static] |
nativeAddBox(int nativePixa, int nativeBox, int mode) | com.googlecode.leptonica.android.Pixa | [private, static] |
nativeAddPix(int nativePixa, int nativePix, int mode) | com.googlecode.leptonica.android.Pixa | [private, static] |
nativeCopy(int nativePixa) | com.googlecode.leptonica.android.Pixa | [private, static] |
nativeCreate(int size) | com.googlecode.leptonica.android.Pixa | [private, static] |
nativeDestroy(int nativePixa) | com.googlecode.leptonica.android.Pixa | [private, static] |
nativeGetBox(int nativePix, int index) | com.googlecode.leptonica.android.Pixa | [private, static] |
nativeGetBoxGeometry(int nativePixa, int index, int[] dimensions) | com.googlecode.leptonica.android.Pixa | [private, static] |
nativeGetCount(int nativePixa) | com.googlecode.leptonica.android.Pixa | [private, static] |
nativeGetPix(int nativePix, int index) | com.googlecode.leptonica.android.Pixa | [private, static] |
nativeJoin(int nativePixa, int otherPixa) | com.googlecode.leptonica.android.Pixa | [private, static] |
nativeMergeAndReplacePix(int nativePixa, int indexA, int indexB) | com.googlecode.leptonica.android.Pixa | [private, static] |
nativeReplacePix(int nativePixa, int index, int nativePix, int nativeBox) | com.googlecode.leptonica.android.Pixa | [private, static] |
nativeSort(int nativePixa, int field, int order) | com.googlecode.leptonica.android.Pixa | [private, static] |
nativeWriteToFileRandomCmap(int nativePixa, String fileName, int width, int height) | com.googlecode.leptonica.android.Pixa | [private, static] |
Pixa(int nativePixa, int width, int height) | com.googlecode.leptonica.android.Pixa | |
recycle() | com.googlecode.leptonica.android.Pixa | |
replacePix(int index, Pix pix, Box box) | com.googlecode.leptonica.android.Pixa | |
size() | com.googlecode.leptonica.android.Pixa | |
sort(int field, int order) | com.googlecode.leptonica.android.Pixa | |
writeToFileRandomCmap(File file) | com.googlecode.leptonica.android.Pixa | |