Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkScalerContext.h91 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() argument
286 fBaseGlyphCount = baseGlyphCount; in setBaseGlyphCount()