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