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

  /frameworks/base/libs/hwui/font/
FontUtil.h 61 #define AUTO_KERN(prev, next) (((next) - (prev) + 32) >> 6 << 16)
Font.cpp 342 penX += SkFixedToFloat(AUTO_KERN(prevRsbDelta, cachedGlyph->mLsbDelta));

Completed in 63 milliseconds