MCPcopy Create free account
hub / github.com/KAlO2/PerfectShow / EyawAsColor

Function EyawAsColor

jni/stasm/misc.cpp:905–916  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

903
904#if TRACE_IMAGES
905unsigned EyawAsColor(EYAW eyaw)
906{
907 unsigned color = C_YELLOW;
908 switch (eyaw)
909 {
910 case EYAW00: color = C_YELLOW; break;
911 case EYAW_22: color = C_RED; break; // red is left facing
912 case EYAW22: color = C_GREEN; break; // green is right facing
913 default: Err("EyawAsColor: Invalid eyaw %d", eyaw);
914 }
915 return color;
916}
917#endif
918
919DetectorParameter FlipDetPar( // mirror image of detpar

Callers 1

TraceEyeMouthImgFunction · 0.85

Calls 1

ErrFunction · 0.85

Tested by

no test coverage detected