Searched defs:Path2D (Results 1 – 1 of 1) sorted by relevance
97 struct Path2D struct99 sal_Int64 w;100 sal_Int64 h;101 sal_Int32 fill;102 sal_Bool stroke;103 sal_Bool extrusionOk;104 std::vector< com::sun::star::drawing::EnhancedCustomShapeParameterPair > parameter;106 Path2D() : w( 0 ), h( 0 ), fill( XML_norm ), stroke( sal_True ), extrusionOk( sal_True ) {}; in Path2D() function
Completed in 5 milliseconds