Home
last modified time | relevance | path

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

/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/View/
H A DViewProfileDivider.cpp28 const QColor DIVIDER_COLOR = QColor (140, 140, 255); // Slightly darker gray variable
52 setPen (QPen (DIVIDER_COLOR)); in ViewProfileDivider()
82 m_divider->setPen (QPen (QBrush (DIVIDER_COLOR), DIVIDER_WIDTH)); in ViewProfileDivider()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/feed/core/java/src/org/chromium/chrome/browser/feed/library/piet/
H A DDebugLogger.java33 private static final int DIVIDER_COLOR = 0x65000000; field in DebugLogger
113 v.setBackgroundColor(DIVIDER_COLOR); in getDivider()
/dports/lang/gnu-cobol/gnucobol-3.1.2/cobc/
H A Dparser.h269 DIVIDER_COLOR = 474, enumerator
1199 #define DIVIDER_COLOR 474 macro
H A Dreserved.c939 { "DIVIDER-COLOR", 0, 1, DIVIDER_COLOR, /* ACU extension */
H A Dparser.c2555 DIVIDER_COLOR = 474, enumerator
3485 #define DIVIDER_COLOR 474 macro
H A Dparser.y2477 %token DIVIDER_COLOR "DIVIDER-COLOR"
9346 | DIVIDER_COLOR /* GRP-DIVIDER-COLOR --> 3 */