Home
last modified time | relevance | path

Searched defs:offsetHeight (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Gallery2/jni/filters/
H A Dgeometry.c118 … srcHeight, uint8_t * destination, int dstWidth, int dstHeight, int offsetWidth, int offsetHeight){ in crop()
154 … jint srcHeight, jobject dst, jint dstWidth, jint dstHeight, jint offsetWidth, jint offsetHeight) { in JNIFUNCF()
/aosp12/packages/apps/Gallery/src/com/android/camera/
H A DGalleryPicker.java646 int offsetHeight = 0; in makeMiniThumbBitmap() local