Searched refs:SKJSONCANVAS_ATTRIBUTE_CAP (Results 1 – 3 of 3) sorted by relevance
67 #define SKJSONCANVAS_ATTRIBUTE_CAP "cap" macro
305 (*target)[SKJSONCANVAS_ATTRIBUTE_CAP] = Json::Value(SKJSONCANVAS_CAP_BUTT); in apply_paint_cap()309 (*target)[SKJSONCANVAS_ATTRIBUTE_CAP] = Json::Value(SKJSONCANVAS_CAP_ROUND); in apply_paint_cap()313 (*target)[SKJSONCANVAS_ATTRIBUTE_CAP] = Json::Value(SKJSONCANVAS_CAP_SQUARE); in apply_paint_cap()
377 if (jsonPaint.isMember(SKJSONCANVAS_ATTRIBUTE_CAP)) { in apply_paint_cap()378 const char* cap = jsonPaint[SKJSONCANVAS_ATTRIBUTE_CAP].asCString(); in apply_paint_cap()