Searched defs:_input_stream (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/libnrtype/
H A DLayout-TNG.h220 {return !_input_stream.empty();}
308 into the _input_stream. These spans can nest (SVG 1.1, section 10.5). After a first layout
680 /** Erases all the stuff set by the owner as input, ie #_input_stream
700 /** Represents a text item in the input stream. See #_input_stream.
744 std::vector<InputStreamItem*> _input_stream; member in class:Inkscape::Text::Layout
760 if(!_input_stream.empty())
761 return static_cast<InputStreamTextSource*>(_input_stream.front())->styleGetBlockProgression();
768 if(!_input_stream.empty())
769 return static_cast<InputStreamTextSource*>(_input_stream.front())->styleGetTextOrientation();
776 if(!_input_stream
[all...]

Completed in 13 milliseconds