Searched refs:orient (Results 1 – 2 of 2) sorted by relevance
421 const uint32_t orient = type >> 8; in dump() local423 StringAppendF(&out, "%s 0x%08x (", name, orient); in dump()425 if (orient & ROT_INVALID) { in dump()428 if (orient & ROT_90) { in dump()433 if (orient & FLIP_V) out.append("FLIP_V "); in dump()434 if (orient & FLIP_H) out.append("FLIP_H "); in dump()
2293 static void DngCreator_nativeSetOrientation(JNIEnv* env, jobject thiz, jint orient) { in DngCreator_nativeSetOrientation() argument2304 uint16_t orientation = static_cast<uint16_t>(orient); in DngCreator_nativeSetOrientation()