Home
last modified time | relevance | path

Searched refs:num_bgcolor_args (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/libwebp/examples/
H A Dwebpmux.c539 int num_bgcolor_args; in ValidateCommandLine() local
566 num_bgcolor_args = CountOccurrences(cmd_args, "-bgcolor"); in ValidateCommandLine()
572 if (num_bgcolor_args > 1) { in ValidateCommandLine()
576 if ((num_frame_args == 0) && (num_loop_args + num_bgcolor_args > 0)) { in ValidateCommandLine()
593 *num_feature_args = num_frame_args + num_loop_args + num_bgcolor_args; in ValidateCommandLine()

Completed in 2 milliseconds