Home
last modified time | relevance | path

Searched refs:SKJSONCANVAS_ATTRIBUTE_REGIONOP (Results 1 – 3 of 3) sorted by relevance

/external/skia/tools/json/
DSkJSONCanvas.cpp856 command[SKJSONCANVAS_ATTRIBUTE_REGIONOP] = this->makeRegionOp(op); in onClipRect()
865 command[SKJSONCANVAS_ATTRIBUTE_REGIONOP] = this->makeRegionOp(op); in onClipRRect()
874 command[SKJSONCANVAS_ATTRIBUTE_REGIONOP] = this->makeRegionOp(op); in onClipPath()
883 command[SKJSONCANVAS_ATTRIBUTE_REGIONOP] = this->makeRegionOp(op); in onClipRegion()
DSkJSONCanvas.h70 #define SKJSONCANVAS_ATTRIBUTE_REGIONOP "op" macro
DSkJSONRenderer.cpp829 target->clipRect(rect, this->getRegionOp(command[SKJSONCANVAS_ATTRIBUTE_REGIONOP]), in processClipRect()
836 target->clipRRect(rrect, this->getRegionOp(command[SKJSONCANVAS_ATTRIBUTE_REGIONOP]), in processClipRRect()
843 target->clipPath(path, this->getRegionOp(command[SKJSONCANVAS_ATTRIBUTE_REGIONOP]), in processClipPath()