OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fade_head
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/gfx/
render_text.h
198
void set_fade_head(bool
fade_head
) { fade_head_ =
fade_head
; }
199
bool
fade_head
() const { return fade_head_; }
function in class:gfx::RenderText
render_text.cc
878
if (!
fade_head
() && !fade_tail())
893
bool fade_left =
fade_head
();
895
// Under RTL, |fade_right| == |
fade_head
|.
[
all
...]
Completed in 179 milliseconds