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);
1015 if (kGlintBits[i] == 0) {
1063 size = sizeof(kGlintBits);
1066 if (kGlintBits[i] == 0) {
1184 size = sizeof(kGlintBits);
1185 for (size_t i = 0; i < sizeof(kGlintBits); i++) {
1187 if (kGlintBits[i] == 0) {

Completed in 31 milliseconds