Home
last modified time | relevance | path

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

/external/skia/tools/json/
DSkJSONCanvas.h60 #define SKJSONCANVAS_ATTRIBUTE_PATH "path" macro
DSkJSONCanvas.cpp649 command[SKJSONCANVAS_ATTRIBUTE_PATH] = this->makePath(path); in onDrawPath()
784 command[SKJSONCANVAS_ATTRIBUTE_PATH] = this->makePath(path); in onDrawTextOnPath()
873 command[SKJSONCANVAS_ATTRIBUTE_PATH] = this->makePath(path); in onClipPath()
DSkJSONRenderer.cpp707 this->getPath(command[SKJSONCANVAS_ATTRIBUTE_PATH], &path); in processPath()
738 this->getPath(command[SKJSONCANVAS_ATTRIBUTE_PATH], &path); in processTextOnPath()
842 this->getPath(command[SKJSONCANVAS_ATTRIBUTE_PATH], &path); in processClipPath()