Home
last modified time | relevance | path

Searched refs:FILL_COLOR (Results 1 – 25 of 57) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libdrm/src/tests/util/
H A Dpattern.c648 #define FILL_COLOR(idx, r, g, b) \ in util_smpte_c8_gamma() macro
653 FILL_COLOR( 0, 192, 192, 192); /* grey */ in util_smpte_c8_gamma()
655 FILL_COLOR( 2, 0, 192, 192); /* cyan */ in util_smpte_c8_gamma()
658 FILL_COLOR( 5, 192, 0, 0 ); /* red */ in util_smpte_c8_gamma()
659 FILL_COLOR( 6, 0, 0, 192); /* blue */ in util_smpte_c8_gamma()
661 FILL_COLOR( 7, 0, 0, 192); /* blue */ in util_smpte_c8_gamma()
665 FILL_COLOR(11, 0, 192, 192); /* cyan */ in util_smpte_c8_gamma()
667 FILL_COLOR(13, 192, 192, 192); /* grey */ in util_smpte_c8_gamma()
673 FILL_COLOR(18, 9, 9, 9); /* 3.5% */ in util_smpte_c8_gamma()
674 FILL_COLOR(19, 19, 19, 19); /* 7.5% */ in util_smpte_c8_gamma()
[all …]
/dports/graphics/libdrm/libdrm-2.4.110/tests/util/
H A Dpattern.c648 #define FILL_COLOR(idx, r, g, b) \ in util_smpte_c8_gamma() macro
653 FILL_COLOR( 0, 192, 192, 192); /* grey */ in util_smpte_c8_gamma()
655 FILL_COLOR( 2, 0, 192, 192); /* cyan */ in util_smpte_c8_gamma()
658 FILL_COLOR( 5, 192, 0, 0 ); /* red */ in util_smpte_c8_gamma()
659 FILL_COLOR( 6, 0, 0, 192); /* blue */ in util_smpte_c8_gamma()
661 FILL_COLOR( 7, 0, 0, 192); /* blue */ in util_smpte_c8_gamma()
665 FILL_COLOR(11, 0, 192, 192); /* cyan */ in util_smpte_c8_gamma()
667 FILL_COLOR(13, 192, 192, 192); /* grey */ in util_smpte_c8_gamma()
673 FILL_COLOR(18, 9, 9, 9); /* 3.5% */ in util_smpte_c8_gamma()
674 FILL_COLOR(19, 19, 19, 19); /* 7.5% */ in util_smpte_c8_gamma()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/Graphics/CopyScaledArea/
H A DCopyScaledAreaTest.java52 private static final Color FILL_COLOR = Color.ORANGE; field in CopyScaledAreaTest
93 g.setColor(FILL_COLOR); in renderOffscreen()
158 if (buffImage.getRGB(i, j) != FILL_COLOR.getRGB()) { in testScale()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/Graphics/CopyScaledArea/
H A DCopyScaledAreaTest.java52 private static final Color FILL_COLOR = Color.ORANGE; field in CopyScaledAreaTest
93 g.setColor(FILL_COLOR); in renderOffscreen()
158 if (buffImage.getRGB(i, j) != FILL_COLOR.getRGB()) { in testScale()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/awt/Graphics/CopyScaledArea/
H A DCopyScaledAreaTest.java52 private static final Color FILL_COLOR = Color.ORANGE; field in CopyScaledAreaTest
93 g.setColor(FILL_COLOR); in renderOffscreen()
158 if (buffImage.getRGB(i, j) != FILL_COLOR.getRGB()) { in testScale()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/awt/Graphics/CopyScaledArea/
H A DCopyScaledAreaTest.java52 private static final Color FILL_COLOR = Color.ORANGE; field in CopyScaledAreaTest
93 g.setColor(FILL_COLOR); in renderOffscreen()
158 if (buffImage.getRGB(i, j) != FILL_COLOR.getRGB()) { in testScale()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/awt/Graphics/CopyScaledArea/
H A DCopyScaledAreaTest.java52 private static final Color FILL_COLOR = Color.ORANGE; field in CopyScaledAreaTest
93 g.setColor(FILL_COLOR); in renderOffscreen()
158 if (buffImage.getRGB(i, j) != FILL_COLOR.getRGB()) { in testScale()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/awt/Graphics/CopyScaledArea/
H A DCopyScaledAreaTest.java52 private static final Color FILL_COLOR = Color.ORANGE; field in CopyScaledAreaTest
93 g.setColor(FILL_COLOR); in renderOffscreen()
158 if (buffImage.getRGB(i, j) != FILL_COLOR.getRGB()) { in testScale()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/awt/Graphics/CopyScaledArea/
H A DCopyScaledAreaTest.java52 private static final Color FILL_COLOR = Color.ORANGE; field in CopyScaledAreaTest
93 g.setColor(FILL_COLOR); in renderOffscreen()
158 if (buffImage.getRGB(i, j) != FILL_COLOR.getRGB()) { in testScale()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/awt/Graphics/CopyScaledArea/
H A DCopyScaledAreaTest.java52 private static final Color FILL_COLOR = Color.ORANGE; field in CopyScaledAreaTest
93 g.setColor(FILL_COLOR); in renderOffscreen()
158 if (buffImage.getRGB(i, j) != FILL_COLOR.getRGB()) { in testScale()
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/contrib/jxpmap/org/xpilot/jxpmap/
H A DPolygonStyle.java11 public static final int FILL_COLOR = 1; field in PolygonStyle
137 if ((flags & 1) != 0) fillStyle = FILL_COLOR; in parseFlags()
/dports/games/wesnoth/wesnoth-1.14.17/data/gui/widget/
H A Dtoggle_panel_default.cfg6 #define _GUI_RECT FILL_COLOR
12 fill_color = {FILL_COLOR}
/dports/devel/simgear/simgear-2020.3.11/simgear/canvas/elements/
H A DCanvasPath.cxx267 _attributes_dirty |= FILL_COLOR; in setFill()
287 _attributes_dirty |= FILL_COLOR; in setFillOpacity()
435 if( _attributes_dirty & FILL_COLOR ) in drawImplementation()
444 _attributes_dirty &= ~FILL_COLOR; in drawImplementation()
594 FILL_COLOR = STROKE_COLOR << 1, enumerator
595 BOUNDING_BOX = FILL_COLOR << 1
/dports/games/flightgear/flightgear-2020.3.11/utils/Modeller/
H A Duv_export_svg.py38 FILL_COLOR = None # 'yellow' or '#ffa000' e.g. for uni-color, None for random color variable
120 color = FILL_COLOR or stringcolor(meshname)
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Typeset/Env/
H A Denv_semantics.cpp121 var_type (FILL_COLOR) = Env_Fill_Color; in initialize_default_var_type()
404 tree fc= env [FILL_COLOR]; in update_color()
419 c= env[FILL_COLOR]; in update_pattern_mode()
420 if (is_func (c, PATTERN, 4)) env (FILL_COLOR)= exec (c); in update_pattern_mode()
604 return tree (WITH, FILL_COLOR, tree (VALUE, COLOR), in decode_arrow()
611 return tree (WITH, FILL_COLOR, tree (VALUE, COLOR), in decode_arrow()
652 return tree (WITH, FILL_COLOR, tree (VALUE, COLOR), in decode_arrow()
/dports/accessibility/accerciser/accerciser-3.38.0/src/lib/accerciser/
H A Dprefs_dialog.py99 controls[2] = self._ColorButton(node.FILL_COLOR, node.FILL_ALPHA)
137 node.FILL_COLOR = color_button.get_rgb_string()
H A Dnode.py36 FILL_COLOR, FILL_ALPHA = parseColorString( variable
136 FILL_COLOR, FILL_ALPHA, BORDER_COLOR, BORDER_ALPHA,
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/gfig/
H A Dgfig-types.h52 FILL_COLOR, enumerator
/dports/x11-themes/plata-theme/plata-theme-1dd0953f1d6a35777388d39f46e2428c038042be/src/extra/telegram/dark/
H A Dcolors.tdesktop-theme.in34 FILL_COLOR: #535353; // Active button/ripple background color (Bg + 25%)
76 windowBgRipple: FILL_COLOR; // Inactive chat in chats list (press & hold)
128 menuBgRipple: FILL_COLOR;
250 dialogsUnreadBgMuted: FILL_COLOR; // Unread counter (for muted chats) + pins color(?)
438 msgBotKbRippleBg: FILL_COLOR; // Inline button (press & hold)
476 historyComposeButtonBgRipple: FILL_COLOR;
514 mediaviewMenuBgRipple: FILL_COLOR;
/dports/x11-themes/plata-theme/plata-theme-1dd0953f1d6a35777388d39f46e2428c038042be/src/extra/telegram/light/
H A Dcolors.tdesktop-theme.in37 FILL_COLOR: #BEBEBE; // Active button/ripple background color (Bg + 25%)
79 windowBgRipple: FILL_COLOR; // Inactive chat in chats list (press & hold)
131 menuBgRipple: FILL_COLOR;
253 dialogsUnreadBgMuted: FILL_COLOR; // Unread counter (for muted chats) + pins color(?)
441 msgBotKbRippleBg: FILL_COLOR; // Inline button (press & hold)
479 historyComposeButtonBgRipple: FILL_COLOR;
517 mediaviewMenuBgRipple: FILL_COLOR;
/dports/x11-themes/plata-theme/plata-theme-1dd0953f1d6a35777388d39f46e2428c038042be/src/extra/telegram/mixed/
H A Dcolors.tdesktop-theme.in37 FILL_COLOR: #BEBEBE; // Active button/ripple background color (Bg + 25%)
79 windowBgRipple: FILL_COLOR; // Inactive chat in chats list (press & hold)
131 menuBgRipple: FILL_COLOR;
253 dialogsUnreadBgMuted: FILL_COLOR; // Unread counter (for muted chats) + pins color(?)
441 msgBotKbRippleBg: FILL_COLOR; // Inline button (press & hold)
479 historyComposeButtonBgRipple: FILL_COLOR;
517 mediaviewMenuBgRipple: FILL_COLOR;
/dports/misc/cloc/cloc-1.90/tests/inputs/
H A Dstreamlines.pro33 cont = MAPCONTINENTS(FILL_COLOR="light gray")
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/qa/complex/sfx2/undo/
H A DDrawingOrPresentationDocumentTest.java64 FILL_COLOR in doSingleModification()
203 private static int FILL_COLOR = 0xCC2244; field in DrawingOrPresentationDocumentTest
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/qa/complex/sfx2/undo/
H A DDrawingOrPresentationDocumentTest.java64 FILL_COLOR in doSingleModification()
203 private static int FILL_COLOR = 0xCC2244; field in DrawingOrPresentationDocumentTest
/dports/devel/umbrello/umbrello-21.12.3/umbrello/dialogs/pages/
H A Duioptionspage.cpp29 #define FILL_COLOR QColor(255, 255, 192) macro
223 m_fillColorB->setColor(FILL_COLOR); in slotFillCBChecked()

123