Home
last modified time | relevance | path

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

/external/skqp/tools/bookmaker/
DmdOut.cpp2095 bool builtInTopic = name == SubtopicKeys::kOverview; in populateTables() local
2097 builtInTopic |= name == item; in populateTables()
2099 if (!builtInTopic) { in populateTables()
2105 builtInTopic = name == subname + SubtopicKeys::kOverview; in populateTables()
2107 builtInTopic |= name == subname + item; in populateTables()
2109 if (!builtInTopic) { in populateTables()