Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/font/
DFont.cpp50 mFontId = SkTypeface::UniqueID(paint->getTypeface()); in FontDescription()
76 uint32_t hash = JenkinsHashMix(0, mFontId); in hash()
92 int deltaInt = int(lhs.mFontId) - int(rhs.mFontId); in compare()
DFont.h69 SkFontID mFontId; member