Searched refs:o_rStrokeAttributes (Results 1 – 1 of 1) sorted by relevance
268 o_rStrokeAttributes.StrokeWidth = 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()334 o_rStrokeAttributes.DashArray.realloc( nNumArryEntries ); in setupStrokeAttributes()[all …]
Completed in 35 milliseconds