CAP_ROUND          99 libcore/DynamicShape.h 		CapStyle startCapStyle=CAP_ROUND,
CAP_ROUND         100 libcore/DynamicShape.h 		CapStyle endCapStyle=CAP_ROUND,
CAP_ROUND          64 libcore/LineStyle.cpp     _startCapStyle(CAP_ROUND),
CAP_ROUND          65 libcore/LineStyle.cpp     _endCapStyle(CAP_ROUND),
CAP_ROUND          74 libcore/LineStyle.h             CapStyle startCapStyle=CAP_ROUND,
CAP_ROUND          75 libcore/LineStyle.h             CapStyle endCapStyle=CAP_ROUND,
CAP_ROUND        1505 libcore/asobj/MovieClip_as.cpp     CapStyle capStyle = CAP_ROUND;
CAP_ROUND        1546 libcore/asobj/MovieClip_as.cpp             else if (capStyleStr == "round") capStyle = CAP_ROUND;
CAP_ROUND        1778 librender/agg/Renderer_agg.cpp           default : case CAP_ROUND : stroke.line_cap(agg::round_cap); 
CAP_ROUND         858 librender/cairo/Renderer_cairo.cpp         case CAP_ROUND: