HomeSort by relevance Sort by last modified time
    Searched refs:setBaseGlyphCount (Results 1 - 4 of 4) sorted by null

  /external/skia/legacy/include/core/
SkScalerContext.h 285 void setBaseGlyphCount(unsigned baseGlyphCount) {
  /external/skia/src/core/
SkScalerContext.h 169 void setBaseGlyphCount(unsigned baseGlyphCount) {
SkScalerContext.cpp 161 next->setBaseGlyphCount(fBaseGlyphCount + this->getGlyphCount());
  /external/skia/legacy/src/core/
SkScalerContext.cpp 158 next->setBaseGlyphCount(fBaseGlyphCount + this->getGlyphCount());

Completed in 35 milliseconds