A
B
C
F
G
H
M
N
O
P
R
S
T
V
C
- cachePath(Context) - function in com.guhungry.photomanipulator.FileUtils
- CGRect - class in com.guhungry.photomanipulator.model
- CGSize - class in com.guhungry.photomanipulator.model
- cleanDirectory(File,String) - function in com.guhungry.photomanipulator.FileUtils
- Delete dll files in directory that starts with prefix
- com.guhungry.photomanipulator - package com.guhungry.photomanipulator
- com.guhungry.photomanipulator.factory - package com.guhungry.photomanipulator.factory
- com.guhungry.photomanipulator.helper - package com.guhungry.photomanipulator.helper
- com.guhungry.photomanipulator.model - package com.guhungry.photomanipulator.model
- createTempFile(Context,String,String,AndroidFile) - function in com.guhungry.photomanipulator.FileUtils
- Create a temporary file in the cache directory on either internal or external storage, whichever is available and has more free space.
- createTempFile(String,String,File) - function in com.guhungry.photomanipulator.helper.AndroidFile
- createTempFile(String,String,File) - function in com.guhungry.photomanipulator.helper.AndroidConcreteFile
- crop(InputStream,CGRect,BitmapFactory.Options) - function in com.guhungry.photomanipulator.BitmapUtils
- Reads and crops the bitmap.
- cropAndResize(InputStream,CGRect,CGSize,BitmapFactory.Options,Matrix) - function in com.guhungry.photomanipulator.BitmapUtils
- Crop the rectangle given by {@code mX, mY, mWidth, mHeight} within the source bitmap and scale the result to {@code targetWidth, targetHeight}.
- cropAndResize(InputStream,CGRect,CGSize,BitmapFactory.Options) - function in com.guhungry.photomanipulator.BitmapUtils
- Crop the rectangle given by {@code mX, mY, mWidth, mHeight} within the source bitmap and scale the result to {@code targetWidth, targetHeight}.