Searched refs:kLuminanceThreshold (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/apps/ui/views/
H A Dapp_window_frame_view.cc380 const unsigned char kLuminanceThreshold = 100; local
381 bool use_light = frame_luma < kLuminanceThreshold;
/external/chromium_org/chrome/browser/extensions/
H A Dbookmark_app_helper.cc56 const unsigned char kLuminanceThreshold = 190; variable
85 luminance > kLuminanceThreshold ? SK_ColorBLACK : SK_ColorWHITE,

Completed in 1050 milliseconds