Home
last modified time | relevance | path

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

/external/skqp/tools/bookmaker/
Dbookmaker.h136 kNoJustify, // don't contribute this #Line to tabular comment measure, even if it fits enumerator
DspellCheck.cpp241 case MarkType::kNoJustify: in check()
DbmhParser.cpp74 , { "NoJustify", MarkType::kNoJustify, R_N, E_N, M(Const) | M(Member) }
510 case MarkType::kNoJustify: in addDefinition()
2159 case MarkType::kNoJustify: in typeName()
DmdOut.cpp1535 case MarkType::kNoJustify: in markTypeOut()
DincludeWriter.cpp42 [](Definition* child){return MarkType::kNoJustify == child->fMarkType;})) { in checkEnumLengths()