Lines Matching refs:_glyphs
1226 if ( _glyphs.empty()) {
1227 _glyphs.clear();
1230 std::vector<SvgGlyph>::iterator i = _glyphs.begin();
1235 _glyphs.clear();
1264 } else if ( i != _glyphs.begin() ) {
1275 if ( new_tspan || i == _glyphs.end() ) {
1304 if ( i == _glyphs.end() ) {
1320 if ( glyph.style_changed && i != _glyphs.begin() ) { // Free previous style
1361 _glyphs.clear();
1387 if ( is_space && _glyphs.empty()) {
1393 if ( is_space && (_glyphs[_glyphs.size() - 1].code.size() == 1) &&
1394 (_glyphs[_glyphs.size() - 1].code[0] == 32) ) {
1427 if (_invalidated_style || _glyphs.empty()) {
1440 const SvgGlyph& prev_glyph = _glyphs.back();
1447 _glyphs.push_back(new_glyph);