Searched refs:baseGlyphCount (Results 1 – 1 of 1) sorted by relevance
91 unsigned getGlyphID(unsigned baseGlyphCount) const { in getGlyphID()93 SkASSERT(code >= baseGlyphCount); in getGlyphID()94 return code - baseGlyphCount; in getGlyphID()285 void setBaseGlyphCount(unsigned baseGlyphCount) { in setBaseGlyphCount() argument286 fBaseGlyphCount = baseGlyphCount; in setBaseGlyphCount()