Searched refs:SKDEBUGCANVAS_ATTRIBUTE_BOUNDS (Results 1 – 1 of 1) sorted by relevance
38 #define SKDEBUGCANVAS_ATTRIBUTE_BOUNDS "bounds" macro3048 result[SKDEBUGCANVAS_ATTRIBUTE_BOUNDS] = make_json_rect(fBounds); in toJSON()3070 if (command.isMember(SKDEBUGCANVAS_ATTRIBUTE_BOUNDS)) { in fromJSON()3071 extract_json_rect(command[SKDEBUGCANVAS_ATTRIBUTE_BOUNDS], &bounds); in fromJSON()