Searched refs:o_rStrokeAttributes (Results 1 – 1 of 1) sorted by relevance
263 …d setupStrokeAttributes( rendering::StrokeAttributes& o_rStrokeAttributes, in setupStrokeAttributes() argument268 o_rStrokeAttributes.StrokeWidth = in setupStrokeAttributes()272 …o_rStrokeAttributes.MiterLimit = 15.0; // 1.0 was no good default; GDI+'s limit is 10.0, our's i… in setupStrokeAttributes()273 o_rStrokeAttributes.StartCapType = rendering::PathCapType::BUTT; in setupStrokeAttributes()274 o_rStrokeAttributes.EndCapType = rendering::PathCapType::BUTT; in setupStrokeAttributes()279 o_rStrokeAttributes.JoinType = rendering::PathJoinType::NONE; in setupStrokeAttributes()282 o_rStrokeAttributes.JoinType = rendering::PathJoinType::BEVEL; in setupStrokeAttributes()285 o_rStrokeAttributes.JoinType = rendering::PathJoinType::MITER; in setupStrokeAttributes()288 o_rStrokeAttributes.JoinType = rendering::PathJoinType::ROUND; in setupStrokeAttributes()296 o_rStrokeAttributes.StartCapType = rendering::PathCapType::BUTT; in setupStrokeAttributes()[all …]