Home
last modified time | relevance | path

Searched refs:kGlintBits (Results 1 – 1 of 1) sorted by relevance

/haiku/src/add-ons/decorators/BeDecorator/
H A DBeDecorator.cpp119 static const unsigned char kGlintBits[] = { variable
1012 size = sizeof(kGlintBits); in _GetBitmapForButton()
1015 if (kGlintBits[i] == 0) { in _GetBitmapForButton()
1063 size = sizeof(kGlintBits); in _GetBitmapForButton()
1066 if (kGlintBits[i] == 0) { in _GetBitmapForButton()
1184 size = sizeof(kGlintBits); in _GetBitmapForButton()
1185 for (size_t i = 0; i < sizeof(kGlintBits); i++) { in _GetBitmapForButton()
1187 if (kGlintBits[i] == 0) { in _GetBitmapForButton()