Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkScalerContext.h204 void setBaseGlyphCount(unsigned baseGlyphCount) { in setBaseGlyphCount() function
/external/skia/src/core/
DSkScalerContext.cpp216 next->setBaseGlyphCount(fBaseGlyphCount + this->getGlyphCount()); in getNextContext()