Home
last modified time | relevance | path

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

/external/skia/tools/debugger/
DSkDrawCommand.h61 kSetMatrix_OpType, enumerator
63 kLast_OpType = kSetMatrix_OpType
DSkDrawCommand.cpp248 case kSetMatrix_OpType: return "SetMatrix"; in GetCommandString()
3565 : INHERITED(kSetMatrix_OpType) { in SkSetMatrixCommand()