Searched refs:SKJSONCANVAS_POINTMODE_POINTS (Results 1 – 3 of 3) sorted by relevance
119 #define SKJSONCANVAS_POINTMODE_POINTS "points" macro
537 return Json::Value(SKJSONCANVAS_POINTMODE_POINTS); in makePointMode()
801 if (!strcmp(jsonMode, SKJSONCANVAS_POINTMODE_POINTS)) { in processPoints()