Home
last modified time | relevance | path

Searched refs:o_rStrokeAttributes (Results 1 – 1 of 1) sorted by relevance

/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx263 …d setupStrokeAttributes( rendering::StrokeAttributes& o_rStrokeAttributes, in setupStrokeAttributes() argument
268 o_rStrokeAttributes.StrokeWidth = in setupStrokeAttributes()
272o_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 …]