Home
last modified time | relevance | path

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

/external/skia/tools/json/
DSkJSONCanvas.h112 #define SKJSONCANVAS_VERB_CONIC "conic" macro
DSkJSONRenderer.cpp593 else if (verb.isMember(SKJSONCANVAS_VERB_CONIC)) { in getPath()
594 Json::Value conic = verb[SKJSONCANVAS_VERB_CONIC]; in getPath()
DSkJSONCanvas.cpp121 conic[SKJSONCANVAS_VERB_CONIC] = coords; in makePath()