Searched defs:setCrop (Results 1 – 3 of 3) sorted by relevance
123 static jint setCrop(JNIEnv*, jobject, jlong decoder_ptr, jint left, jint top, in setCrop() function
110 public static void setCrop(long surfaceControl, Rect crop) { in setCrop() method in ASurfaceControlTestUtils
131 private fun setCrop(decoder: Long, rect: Rect): Int = with(rect) { in <lambda>() method