Home
last modified time | relevance | path

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

/external/skia/tools/json/
DSkJSONCanvas.h109 #define SKJSONCANVAS_VERB_LINE "line" macro
DSkJSONRenderer.cpp578 else if (verb.isMember(SKJSONCANVAS_VERB_LINE)) { in getPath()
579 Json::Value line = verb[SKJSONCANVAS_VERB_LINE]; in getPath()
DSkJSONCanvas.cpp92 line[SKJSONCANVAS_VERB_LINE] = this->makePoint(pts[1]); in makePath()