Searched refs:lead (Results 1 – 5 of 5) sorted by relevance
279 unsigned lead = (s >> 10) + 0xD800; in WriteString() local281 os_->Put(hexDigits[(lead >> 12) & 15]); in WriteString()282 os_->Put(hexDigits[(lead >> 8) & 15]); in WriteString()283 os_->Put(hexDigits[(lead >> 4) & 15]); in WriteString()284 os_->Put(hexDigits[(lead ) & 15]); in WriteString()
1535 # enabling this option may lead to badly anti-aliased labels on the edges of
2337 # Warning: Depending on the platform used, enabling this option may lead to