Searched refs:hasWghtAdjustment (Results 1 – 1 of 1) sorted by relevance
52 bool hasAdjustment() const { return hasWghtAdjustment() || hasItalAdjustment(); } in hasAdjustment()53 bool hasWghtAdjustment() const { return (mBits & MASK_HAS_WGHT_ADJUSTMENT) != 0; } in hasWghtAdjustment() function56 if (hasWghtAdjustment()) { in wghtAdjustment()