Searched defs:isFakeBold (Results 1 – 2 of 2) sorted by relevance
42 bool isFakeBold() { return mFakeBold; } in isFakeBold() function
147 bool isFakeBold = wanted.weight() >= 600 && (wanted.weight() - actual.weight()) >= 200; in computeFakery() local