Searched refs:kSetM44_OpType (Results 1 – 2 of 2) sorted by relevance
70 kSetM44_OpType, enumerator72 kLast_OpType = kSetM44_OpType
248 case kSetM44_OpType: return "SetM44"; in GetCommandString()2044 SetM44Command::SetM44Command(const SkM44& matrix) : INHERITED(kSetM44_OpType) { in SetM44Command()