Searched defs:updateSourceRect (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DCropRectFilter.java83 updateSourceRect(mWidth, mHeight);
106 updateSourceRect(inputFormat.getWidth(), inputFormat.getHeight());
119 void updateSourceRect(int width, int height) { method in class:CropRectFilter

Completed in 79 milliseconds