Glyphs 1846 libcore/TextField.cpp const SWF::TextRecord::Glyphs::size_type lineSize =
Glyphs 252 libcore/asobj/TextSnapshot_as.cpp const SWF::TextRecord::Glyphs& glyphs = tr->glyphs();
Glyphs 253 libcore/asobj/TextSnapshot_as.cpp const SWF::TextRecord::Glyphs::size_type numGlyphs = glyphs.size();
Glyphs 264 libcore/asobj/TextSnapshot_as.cpp for (SWF::TextRecord::Glyphs::const_iterator k = glyphs.begin(),
Glyphs 330 libcore/asobj/TextSnapshot_as.cpp const SWF::TextRecord::Glyphs& glyphs = tr->glyphs();
Glyphs 331 libcore/asobj/TextSnapshot_as.cpp const SWF::TextRecord::Glyphs::size_type numGlyphs = glyphs.size();
Glyphs 341 libcore/asobj/TextSnapshot_as.cpp for (SWF::TextRecord::Glyphs::const_iterator k = glyphs.begin(),
Glyphs 219 libcore/swf/TextRecord.cpp for (Glyphs::const_iterator j = rec.glyphs().begin(),
Glyphs 77 libcore/swf/TextRecord.h const Glyphs& glyphs = t.glyphs();
Glyphs 99 libcore/swf/TextRecord.h const Glyphs& glyphs() const {
Glyphs 103 libcore/swf/TextRecord.h void addGlyph(const GlyphEntry& ge, Glyphs::size_type num = 1) {
Glyphs 107 libcore/swf/TextRecord.h void clearGlyphs(Glyphs::size_type num = 0) {
Glyphs 198 libcore/swf/TextRecord.h Glyphs _glyphs;