Home
last modified time | relevance | path

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

/third_party/skia/tools/debugger/
DDrawCommand.h70 kSetM44_OpType, enumerator
72 kLast_OpType = kSetM44_OpType
DDrawCommand.cpp248 case kSetM44_OpType: return "SetM44"; in GetCommandString()
2044 SetM44Command::SetM44Command(const SkM44& matrix) : INHERITED(kSetM44_OpType) { in SetM44Command()