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

/external/skia/src/pdf/
H A DSkPDFFont.cpp366 uint16_t lastGlyphID) {
398 range.appendf("<%04X> <%04X>\n", firstGlyphID, lastGlyphID);
499 uint16_t lastGlyphID);
506 uint16_t lastGlyphID) {
521 SkMin32(lastGlyphID + 1, glyphToUnicode.count()) - glyphOffset;
568 uint16_t lastGlyphID) {
571 append_tounicode_header(&cmap, firstGlyphID, lastGlyphID);
573 append_tounicode_header(&cmap, 1, lastGlyphID - firstGlyphID + 1);
576 firstGlyphID, lastGlyphID);
927 uint16_t SkPDFFont::lastGlyphID() cons
364 append_tounicode_header(SkDynamicMemoryWStream* cmap, uint16_t firstGlyphID, uint16_t lastGlyphID) argument
501 append_cmap_sections(const SkTDArray<SkUnichar>& glyphToUnicode, const SkPDFGlyphSet* subset, SkDynamicMemoryWStream* cmap, bool multiByteGlyphs, uint16_t firstGlyphID, uint16_t lastGlyphID) argument
[all...]

Completed in 189 milliseconds