[static initializer] | com.googlecode.leptonica.android.Pix | [package, static] |
clone() | com.googlecode.leptonica.android.Pix | |
copy() | com.googlecode.leptonica.android.Pix | |
createFromPix(byte[] pixData, int width, int height, int depth) | com.googlecode.leptonica.android.Pix | [static] |
finalize() | com.googlecode.leptonica.android.Pix | [protected] |
getData() | com.googlecode.leptonica.android.Pix | |
getDepth() | com.googlecode.leptonica.android.Pix | |
getDimensions() | com.googlecode.leptonica.android.Pix | |
getDimensions(int[] dimensions) | com.googlecode.leptonica.android.Pix | |
getHeight() | com.googlecode.leptonica.android.Pix | |
getNativePix() | com.googlecode.leptonica.android.Pix | |
getPixel(int x, int y) | com.googlecode.leptonica.android.Pix | |
getRect() | com.googlecode.leptonica.android.Pix | |
getWidth() | com.googlecode.leptonica.android.Pix | |
INDEX_D | com.googlecode.leptonica.android.Pix | [static] |
INDEX_H | com.googlecode.leptonica.android.Pix | [static] |
INDEX_W | com.googlecode.leptonica.android.Pix | [static] |
invert() | com.googlecode.leptonica.android.Pix | |
mNativePix | com.googlecode.leptonica.android.Pix | [package] |
mRecycled | com.googlecode.leptonica.android.Pix | [private] |
nativeClone(int nativePix) | com.googlecode.leptonica.android.Pix | [private, static] |
nativeCopy(int nativePix) | com.googlecode.leptonica.android.Pix | [private, static] |
nativeCreateFromData(byte[] data, int w, int h, int d) | com.googlecode.leptonica.android.Pix | [private, static] |
nativeCreatePix(int w, int h, int d) | com.googlecode.leptonica.android.Pix | [private, static] |
nativeDestroy(int nativePix) | com.googlecode.leptonica.android.Pix | [private, static] |
nativeGetData(int nativePix, byte[] data) | com.googlecode.leptonica.android.Pix | [private, static] |
nativeGetDataSize(int nativePix) | com.googlecode.leptonica.android.Pix | [private, static] |
nativeGetDepth(int nativePix) | com.googlecode.leptonica.android.Pix | [private, static] |
nativeGetDimensions(int nativePix, int[] dimensions) | com.googlecode.leptonica.android.Pix | [private, static] |
nativeGetHeight(int nativePix) | com.googlecode.leptonica.android.Pix | [private, static] |
nativeGetPixel(int nativePix, int x, int y) | com.googlecode.leptonica.android.Pix | [private, static] |
nativeGetWidth(int nativePix) | com.googlecode.leptonica.android.Pix | [private, static] |
nativeInvert(int nativePix) | com.googlecode.leptonica.android.Pix | [private, static] |
nativeSetPixel(int nativePix, int x, int y, int color) | com.googlecode.leptonica.android.Pix | [private, static] |
Pix(int nativePix) | com.googlecode.leptonica.android.Pix | |
Pix(int width, int height, int depth) | com.googlecode.leptonica.android.Pix | |
recycle() | com.googlecode.leptonica.android.Pix | |
setPixel(int x, int y, int color) | com.googlecode.leptonica.android.Pix | |