glyphCount 270 libcore/Font.h GlyphInfoRecords::size_type glyphCount() const; glyphCount 78 libcore/swf/DefineFontAlignZonesTag.cpp referencedFont->glyphCount(); glyphCount 62 libcore/swf/DefineFontTag.cpp "%2% glyphs"), in.tell(), glyphCount); glyphCount 69 libcore/swf/DefineFontTag.cpp in.ensureBytes(2 * glyphCount); glyphCount 71 libcore/swf/DefineFontTag.cpp for (size_t i=0; i < glyphCount; ++i) { glyphCount 78 libcore/swf/DefineFontTag.cpp in.ensureBytes(1 * glyphCount); glyphCount 79 libcore/swf/DefineFontTag.cpp for (size_t i = 0; i < glyphCount; ++i) { glyphCount 366 libcore/swf/DefineFontTag.cpp DefineFontTag::readCodeTable(in, *table, wideCodes, f->glyphCount()); glyphCount 118 libcore/swf/DefineFontTag.h bool wideCodes, size_t glyphCount); glyphCount 123 libcore/swf/TextRecord.cpp boost::uint8_t glyphCount = in.read_u8(); glyphCount 124 libcore/swf/TextRecord.cpp if (!glyphCount) return false; glyphCount 128 libcore/swf/TextRecord.cpp static_cast<int>(glyphCount)); glyphCount 131 libcore/swf/TextRecord.cpp in.ensureBits(glyphCount * (glyphBits + advanceBits)); glyphCount 132 libcore/swf/TextRecord.cpp for (unsigned int i = 0; i < glyphCount; ++i)