Lines Matching refs:o_rStrokeAttributes
263 …d setupStrokeAttributes( rendering::StrokeAttributes& o_rStrokeAttributes, in setupStrokeAttributes() argument
268 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()
297 o_rStrokeAttributes.EndCapType = rendering::PathCapType::BUTT; in setupStrokeAttributes()
302 o_rStrokeAttributes.StartCapType = rendering::PathCapType::ROUND; in setupStrokeAttributes()
303 o_rStrokeAttributes.EndCapType = rendering::PathCapType::ROUND; in setupStrokeAttributes()
308 o_rStrokeAttributes.StartCapType = rendering::PathCapType::SQUARE; in setupStrokeAttributes()
309 o_rStrokeAttributes.EndCapType = rendering::PathCapType::SQUARE; in setupStrokeAttributes()
334 o_rStrokeAttributes.DashArray.realloc( nNumArryEntries ); in setupStrokeAttributes()
335 double* pDashArray = o_rStrokeAttributes.DashArray.getArray(); in setupStrokeAttributes()