Searched refs:kClip_Verb (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/utils/ |
D | SkDumpCanvas.cpp | 266 this->dump(kClip_Verb, nullptr, "clipRect(%s %s %s)", str.c_str(), toString(op), in onClipRect() 274 this->dump(kClip_Verb, nullptr, "clipRRect(%s %s %s)", str.c_str(), toString(op), in onClipRRect() 282 this->dump(kClip_Verb, nullptr, "clipPath(%s %s %s)", str.c_str(), toString(op), in onClipPath() 290 this->dump(kClip_Verb, nullptr, "clipRegion(%s %s)", str.c_str(), in onClipRegion()
|
/external/skia/include/utils/ |
D | SkDumpCanvas.h | 36 kClip_Verb, enumerator
|