Searched refs:BIT16 (Results 1 – 1 of 1) sorted by relevance
33 constexpr static int BIT16 = 16; variable72 (TPin<int>(width, ULTRA_CONDENSED_WIDTH, ULTRA_EXPANDED_WIDTH) << BIT16) + in FontStyle()83 int GetWidth() const { return (fValue >> BIT16) & 0xFF; } in GetWidth()