Lines Matching refs:attribute
167 attribute::LineAttribute maLineAttribute;
170 attribute::StrokeAttribute maStrokeAttribute;
180 const attribute::LineAttribute& rLineAttribute,
181 const attribute::StrokeAttribute& rStrokeAttribute);
186 const attribute::LineAttribute& rLineAttribute);
190 const attribute::LineAttribute& getLineAttribute() const { return maLineAttribute; } in getLineAttribute()
191 const attribute::StrokeAttribute& getStrokeAttribute() const { return maStrokeAttribute; } in getStrokeAttribute()
232 const attribute::LineAttribute& rLineAttribute,
233 const attribute::StrokeAttribute& rStrokeAttribute,
240 const attribute::LineAttribute& rLineAttribute,
277 attribute::LineStartEndAttribute maStart;
278 attribute::LineStartEndAttribute maEnd;
288 const attribute::LineAttribute& rLineAttribute,
289 const attribute::StrokeAttribute& rStrokeAttribute,
290 const attribute::LineStartEndAttribute& rStart,
291 const attribute::LineStartEndAttribute& rEnd);
296 const attribute::LineAttribute& rLineAttribute,
297 const attribute::LineStartEndAttribute& rStart,
298 const attribute::LineStartEndAttribute& rEnd);
301 const attribute::LineStartEndAttribute& getStart() const { return maStart; } in getStart()
302 const attribute::LineStartEndAttribute& getEnd() const { return maEnd; } in getEnd()