Home
last modified time | relevance | path

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

/external/skia/tools/debugger/
DSkDrawCommand.h36 kDrawBitmapRect_OpType, enumerator
DSkDrawCommand.cpp216 case kDrawBitmapRect_OpType: return "DrawBitmapRect"; in GetCommandString()
2026 : INHERITED(kDrawBitmapRect_OpType) { in SkDrawBitmapRectCommand()