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

  /frameworks/base/libs/hwui/font/
Font.cpp 48 mFontId = SkTypeface::UniqueID(paint->getTypeface());
77 uint32_t hash = JenkinsHashMix(0, mFontId);
93 int deltaInt = int(lhs.mFontId) - int(rhs.mFontId);
Font.h 65 SkFontID mFontId;

Completed in 45 milliseconds