Home
last modified time | relevance | path

Searched refs:setLastGlyphID (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/pdf/
DSkPDFFont.h163 void setLastGlyphID(uint16_t glyphID);
DSkPDFFont.cpp931 void SkPDFFont::setLastGlyphID(uint16_t glyphID) { in setLastGlyphID() function in SkPDFFont
1345 setLastGlyphID(cache->getGlyphCount() - 1); in populate()