Searched defs:invisible (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/libdepixelize/priv/ | ||
H A D | point.h | 47 Point invisible() const function in struct:Tracer::Point |
/inkscape/src/libcola/ | ||
H A D | defs.h | 27 enum Style { regular, invisible }; enumerator in enum:Style 90 typedef enum { regular, invisible } Style; enumerator in enum:__anon99 |
/inkscape/src/display/ | ||
H A D | drawing-text.cpp | 187 bool invisible = (ggroup->_nrstyle.fill.type == NRStyle::PAINT_NONE) && local 190 if (_font && _bbox && (_drawing.outline() || !invisible) ) { |
Completed in 33 milliseconds