Home
last modified time | relevance | path

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

/frameworks/minikin/include/minikin/
DFont.h52 bool hasAdjustment() const { return hasWghtAdjustment() || hasItalAdjustment(); } in hasAdjustment()
53 bool hasWghtAdjustment() const { return (mBits & MASK_HAS_WGHT_ADJUSTMENT) != 0; } in hasWghtAdjustment() function
56 if (hasWghtAdjustment()) { in wghtAdjustment()