Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGlyph.h83 bool isJustAdvance() const { in isJustAdvance() function
DSkGlyphCache.cpp238 if (type == kFull_MetricsType && glyph->isJustAdvance()) { in lookupByChar()
257 if (type == kFull_MetricsType && glyph->isJustAdvance()) { in lookupByCombinedID()
284 if (kFull_MetricsType == mtype && glyph->isJustAdvance()) { in lookupMetrics()