| 92 | } |
| 93 | |
| 94 | static int help() { |
| 95 | printf("Usage ./lottieviewTest [-s] [strategy] [-t] [timeout] [-c] [count]\n"); |
| 96 | printf("\n \t-t : timeout duration in seconds\n"); |
| 97 | printf("\n \t-c : number of resource in the grid\n"); |
| 98 | printf("\n \t-s : Rendering Strategy\n"); |
| 99 | printf("\t\t 0 - Test Lottie SYNC Renderer with CPP API\n"); |
| 100 | printf("\t\t 1 - Test Lottie ASYNC Renderer with CPP API\n"); |
| 101 | printf("\t\t 2 - Test Lottie SYNC Renderer with C API\n"); |
| 102 | printf("\t\t 3 - Test Lottie ASYNC Renderer with C API\n"); |
| 103 | printf("\t\t 4 - Test Lottie Tree Api using Efl VG Render\n"); |
| 104 | printf(" Default : ./lottieviewTest -s 1 \n"); |
| 105 | return 0; |
| 106 | } |
| 107 | public: |
| 108 | EvasApp *mApp; |
| 109 | Strategy mStrategy; |
nothing calls this directly
no outgoing calls
no test coverage detected