Searched refs:SKJSONCANVAS_ATTRIBUTE_COLOR (Results 1 – 3 of 3) sorted by relevance
162 if (jsonPaint.isMember(SKJSONCANVAS_ATTRIBUTE_COLOR)) { in apply_paint_color()163 Json::Value color = jsonPaint[SKJSONCANVAS_ATTRIBUTE_COLOR]; in apply_paint_color()257 if (jsonBitmap.isMember(SKJSONCANVAS_ATTRIBUTE_COLOR)) { in load_bitmap()258 const char* ctName = jsonBitmap[SKJSONCANVAS_ATTRIBUTE_COLOR].asCString(); in load_bitmap()
62 #define SKJSONCANVAS_ATTRIBUTE_COLOR "color" macro
263 (*target)[SKJSONCANVAS_ATTRIBUTE_COLOR] = Json::Value(color_type_name(bitmap.colorType())); in flatten()277 (*target)[SKJSONCANVAS_ATTRIBUTE_COLOR] = colorValue;; in apply_paint_color()