Searched refs:orient (Results 1 – 2 of 2) sorted by relevance
506 const uint32_t orient = type >> 8; in dump() local512 if (orient & ROT_INVALID) { in dump()513 StringAppendF(&out, "0x%08x ", orient); in dump()515 out += "(" + rotationToString(orient) + ") "; in dump()
2338 static void DngCreator_nativeSetOrientation(JNIEnv* env, jobject thiz, jint orient) { in DngCreator_nativeSetOrientation() argument2349 uint16_t orientation = static_cast<uint16_t>(orient); in DngCreator_nativeSetOrientation()