OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kLuminanceThreshold
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/apps/ui/views/
app_window_frame_view.cc
380
const unsigned char
kLuminanceThreshold
= 100;
381
bool use_light = frame_luma <
kLuminanceThreshold
;
/external/chromium_org/chrome/browser/extensions/
bookmark_app_helper.cc
56
const unsigned char
kLuminanceThreshold
= 190;
85
luminance >
kLuminanceThreshold
? SK_ColorBLACK : SK_ColorWHITE,
Completed in 63 milliseconds