CodeTable 191 libcore/Font.cpp const CodeTable& ctable = (embedded && _embeddedCodeTable) ?
CodeTable 194 libcore/Font.cpp CodeTable::const_iterator it = std::find_if(ctable.begin(), ctable.end(),
CodeTable 212 libcore/Font.cpp const CodeTable& ctable = (embedded && _embeddedCodeTable) ?
CodeTable 216 libcore/Font.cpp CodeTable::const_iterator it = ctable.find(code);
CodeTable 267 libcore/Font.h void setCodeTable(std::auto_ptr<CodeTable> table);
CodeTable 317 libcore/Font.h boost::shared_ptr<const CodeTable> _embeddedCodeTable;
CodeTable 320 libcore/Font.h CodeTable _deviceCodeTable;
CodeTable 272 libcore/swf/DefineFontTag.cpp std::auto_ptr<Font::CodeTable> table(new Font::CodeTable);
CodeTable 364 libcore/swf/DefineFontTag.cpp std::auto_ptr<Font::CodeTable> table(new Font::CodeTable);
CodeTable 82 libcore/swf/DefineFontTag.h boost::shared_ptr<const Font::CodeTable> getCodeTable() const {
CodeTable 117 libcore/swf/DefineFontTag.h static void readCodeTable(SWFStream& in, Font::CodeTable& table,
CodeTable 153 libcore/swf/DefineFontTag.h boost::shared_ptr<const Font::CodeTable> _codeTable;