Home
last modified time | relevance | path

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

/external/skqp/src/pdf/
DSkPDFMakeToUnicodeCmap.cpp157 SkGlyphID lastGlyphID) { in SkPDFAppendCmapSections()
213 SkGlyphID lastGlyphID) { in SkPDFMakeToUnicodeCmap()
DSkPDFFont.h110 SkGlyphID lastGlyphID() const { return fGlyphUsage.lastGlyph(); } in lastGlyphID() function
DSkPDFFont.cpp233 SkGlyphID lastGlyphID, in SkPDFFont()
478 SkGlyphID lastGlyphID = pdfFont.lastGlyphID(); in emit_subset_type1() local
638 SkGlyphID lastGlyphID = pdfFont.lastGlyphID(); in emit_subset_type3() local
/external/skia/src/pdf/
DSkPDFMakeToUnicodeCmap.cpp157 SkGlyphID lastGlyphID) { in SkPDFAppendCmapSections()
213 SkGlyphID lastGlyphID) { in SkPDFMakeToUnicodeCmap()
DSkPDFFont.h118 SkGlyphID lastGlyphID() const { return fGlyphUsage.lastGlyph(); } in lastGlyphID() function
DSkPDFFont.cpp227 SkGlyphID lastGlyphID, in SkPDFFont()
532 SkGlyphID lastGlyphID = pdfFont.lastGlyphID(); in emit_subset_type3() local
DSkPDFType1Font.cpp287 SkGlyphID lastGlyphID = pdfFont.lastGlyphID(); in SkPDFEmitType1Font() local
/external/skqp/tests/
DPDFGlyphsToUnicodeTest.cpp78 SkGlyphID lastGlyphID = SkToU16(glyphToUnicode.count() - 1); in DEF_TEST() local
/external/skia/tests/
DPDFGlyphsToUnicodeTest.cpp77 SkGlyphID lastGlyphID = SkToU16(glyphToUnicode.count() - 1); in DEF_TEST() local
/external/fonttools/Lib/fontTools/ttLib/tables/
D_c_m_a_p.py1055 def _IsInSameRun(self, glyphID, lastGlyphID, charCode, lastCharCode): argument
1069 def _IsInSameRun(self, glyphID, lastGlyphID, charCode, lastCharCode): argument