Home
last modified time | relevance | path

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

/third_party/skia/tools/debugger/
DDrawCommand.h69 kSetMatrix_OpType, enumerator
DDrawCommand.cpp247 case kSetMatrix_OpType: return "SetMatrix"; in GetCommandString()
2031 SetMatrixCommand::SetMatrixCommand(const SkMatrix& matrix) : INHERITED(kSetMatrix_OpType) { in SetMatrixCommand()