Home
last modified time | relevance | path

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

/aoo41x/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx268 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 29 milliseconds