Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkGlyph.h144 bool isJustAdvance() const { return MASK_FORMAT_JUST_ADVANCE == fMaskFormat; } in isJustAdvance() function
DSkStrike.cpp98 if (type == kFull_MetricsType && glyphPtr->isJustAdvance()) { in lookupByPackedGlyphID()