Home
last modified time | relevance | path

Searched refs:durationStr (Results 1 – 1 of 1) sorted by relevance

/external/skqp/tools/bookmaker/
DbmhParser.cpp984 string durationStr = "0"; in exampleToScript() local
988 durationStr = string(iter->fContentStart, iter->fContentEnd - iter->fContentStart); in exampleToScript()
1039 string animatedStr = "0" != durationStr ? "true" : "false"; in exampleToScript()
1086 example += " \"duration\": " + durationStr + "\n"; in exampleToScript()