Home
last modified time | relevance | path

Searched defs:pal (Results 1 – 25 of 3812) sorted by relevance

12345678910>>...153

/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/dep/generated/
H A Dpgm_sprite.h4 static INT32 zoom_draw_00(UINT16 *dest, UINT8 *adata, INT32 pal) in zoom_draw_00()
18 static INT32 zoom_draw_01(UINT16 *dest, UINT8 *adata, INT32 pal) in zoom_draw_01()
32 static INT32 zoom_draw_02(UINT16 *dest, UINT8 *adata, INT32 pal) in zoom_draw_02()
46 static INT32 zoom_draw_03(UINT16 *dest, UINT8 *adata, INT32 pal) in zoom_draw_03()
60 static INT32 zoom_draw_04(UINT16 *dest, UINT8 *adata, INT32 pal) in zoom_draw_04()
74 static INT32 zoom_draw_05(UINT16 *dest, UINT8 *adata, INT32 pal) in zoom_draw_05()
88 static INT32 zoom_draw_06(UINT16 *dest, UINT8 *adata, INT32 pal) in zoom_draw_06()
102 static INT32 zoom_draw_07(UINT16 *dest, UINT8 *adata, INT32 pal) in zoom_draw_07()
116 static INT32 zoom_draw_08(UINT16 *dest, UINT8 *adata, INT32 pal) in zoom_draw_08()
130 static INT32 zoom_draw_09(UINT16 *dest, UINT8 *adata, INT32 pal) in zoom_draw_09()
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/dep/generated/
H A Dpgm_sprite.h4 static INT32 zoom_draw_00(UINT16 *dest, UINT8 *adata, INT32 pal) in zoom_draw_00()
18 static INT32 zoom_draw_01(UINT16 *dest, UINT8 *adata, INT32 pal) in zoom_draw_01()
32 static INT32 zoom_draw_02(UINT16 *dest, UINT8 *adata, INT32 pal) in zoom_draw_02()
46 static INT32 zoom_draw_03(UINT16 *dest, UINT8 *adata, INT32 pal) in zoom_draw_03()
60 static INT32 zoom_draw_04(UINT16 *dest, UINT8 *adata, INT32 pal) in zoom_draw_04()
74 static INT32 zoom_draw_05(UINT16 *dest, UINT8 *adata, INT32 pal) in zoom_draw_05()
88 static INT32 zoom_draw_06(UINT16 *dest, UINT8 *adata, INT32 pal) in zoom_draw_06()
102 static INT32 zoom_draw_07(UINT16 *dest, UINT8 *adata, INT32 pal) in zoom_draw_07()
116 static INT32 zoom_draw_08(UINT16 *dest, UINT8 *adata, INT32 pal) in zoom_draw_08()
130 static INT32 zoom_draw_09(UINT16 *dest, UINT8 *adata, INT32 pal) in zoom_draw_09()
[all …]
/dports/multimedia/lives/lives-3.2.0/src/
H A Dweed-effects-utils.h209 #define weed_palette_is_alpha(pal) ((((pal >= 1024) && (pal < 2048))) ? WEED_TRUE : WEED_FALSE) argument
210 #define weed_palette_is_rgb(pal) (pal >0 && pal < 512 ? WEED_TRUE : WEED_FALSE) argument
211 #define weed_palette_is_yuv(pal) (pal >= 512 && pal < 1024 ? WEED_TRUE : WEED_FALSE) argument
213 #define weed_palette_is_float(pal) ((pal == WEED_PALETTE_RGBAFLOAT || pal == WEED_PALETTE_AFLOAT ||… argument
217 #define pixel_size(pal) ((pal == WEED_PALETTE_RGB24 || pal == WEED_PALETTE_BGR24 || pal == WEED_PAL… argument
221 #define weed_palette_has_alpha(pal) ((pal == WEED_PALETTE_RGBA32 || pal == WEED_PALETTE_BGRA32 || \ argument
233 #define weed_palette_get_plane_ratio_vertical(pal, plane) ((double)(plane == 0 ? 1.0 : (plane == 1 … argument
239 #define weed_palette_get_nplanes(pal) ((pal == WEED_PALETTE_RGB24 || pal == WEED_PALETTE_BGR24 || \ argument
248 #define weed_palette_get_pixels_per_macropixel(pal) ((pal == WEED_PALETTE_UYVY || pal == WEED_PALET… argument
251 #define weed_palette_is_valid(pal) (weed_palette_get_nplanes(pal) == 0 ? WEED_FALSE : WEED_TRUE) argument
[all …]
/dports/textproc/py-pikepdf/pikepdf-2.16.1/tests/
H A Dtest_ipython.py16 def pal(resources): function
20 def test_display_raw_page(pal): argument
28 def test_display_rich_page(pal): argument
36 def test_draw_page(pal, monkeypatch): argument
68 def test_display_image(pal): argument
75 def test_display_pdf(pal): argument
84 def test_object_key_completion(pal): argument
90 def test_useless_mimebundle(pal): argument
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle_p_p.h88 bool isMacSystemPalette(const QPalette &pal) const { in isMacSystemPalette()
101 QColor highlight(const QPalette &pal) const { in highlight()
107 QColor highlightedText(const QPalette &pal) const { in highlightedText()
113 QColor outline(const QPalette &pal) const { in outline()
119 QColor highlightedOutline(const QPalette &pal) const { in highlightedOutline()
126 QColor tabFrameColor(const QPalette &pal) const { in tabFrameColor()
132 QColor buttonColor(const QPalette &pal) const { in buttonColor()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle_p_p.h88 bool isMacSystemPalette(const QPalette &pal) const { in isMacSystemPalette()
101 QColor highlight(const QPalette &pal) const { in highlight()
107 QColor highlightedText(const QPalette &pal) const { in highlightedText()
113 QColor outline(const QPalette &pal) const { in outline()
119 QColor highlightedOutline(const QPalette &pal) const { in highlightedOutline()
126 QColor tabFrameColor(const QPalette &pal) const { in tabFrameColor()
132 QColor buttonColor(const QPalette &pal) const { in buttonColor()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle_p_p.h88 bool isMacSystemPalette(const QPalette &pal) const { in isMacSystemPalette()
101 QColor highlight(const QPalette &pal) const { in highlight()
107 QColor highlightedText(const QPalette &pal) const { in highlightedText()
113 QColor outline(const QPalette &pal) const { in outline()
119 QColor highlightedOutline(const QPalette &pal) const { in highlightedOutline()
126 QColor tabFrameColor(const QPalette &pal) const { in tabFrameColor()
132 QColor buttonColor(const QPalette &pal) const { in buttonColor()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle_p_p.h88 bool isMacSystemPalette(const QPalette &pal) const { in isMacSystemPalette()
101 QColor highlight(const QPalette &pal) const { in highlight()
107 QColor highlightedText(const QPalette &pal) const { in highlightedText()
113 QColor outline(const QPalette &pal) const { in outline()
119 QColor highlightedOutline(const QPalette &pal) const { in highlightedOutline()
126 QColor tabFrameColor(const QPalette &pal) const { in tabFrameColor()
132 QColor buttonColor(const QPalette &pal) const { in buttonColor()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle_p_p.h88 bool isMacSystemPalette(const QPalette &pal) const { in isMacSystemPalette()
101 QColor highlight(const QPalette &pal) const { in highlight()
107 QColor highlightedText(const QPalette &pal) const { in highlightedText()
113 QColor outline(const QPalette &pal) const { in outline()
119 QColor highlightedOutline(const QPalette &pal) const { in highlightedOutline()
126 QColor tabFrameColor(const QPalette &pal) const { in tabFrameColor()
132 QColor buttonColor(const QPalette &pal) const { in buttonColor()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle_p_p.h88 bool isMacSystemPalette(const QPalette &pal) const { in isMacSystemPalette()
101 QColor highlight(const QPalette &pal) const { in highlight()
107 QColor highlightedText(const QPalette &pal) const { in highlightedText()
113 QColor outline(const QPalette &pal) const { in outline()
119 QColor highlightedOutline(const QPalette &pal) const { in highlightedOutline()
126 QColor tabFrameColor(const QPalette &pal) const { in tabFrameColor()
132 QColor buttonColor(const QPalette &pal) const { in buttonColor()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle_p_p.h88 bool isMacSystemPalette(const QPalette &pal) const { in isMacSystemPalette()
101 QColor highlight(const QPalette &pal) const { in highlight()
107 QColor highlightedText(const QPalette &pal) const { in highlightedText()
113 QColor outline(const QPalette &pal) const { in outline()
119 QColor highlightedOutline(const QPalette &pal) const { in highlightedOutline()
126 QColor tabFrameColor(const QPalette &pal) const { in tabFrameColor()
132 QColor buttonColor(const QPalette &pal) const { in buttonColor()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle_p_p.h88 bool isMacSystemPalette(const QPalette &pal) const { in isMacSystemPalette()
101 QColor highlight(const QPalette &pal) const { in highlight()
107 QColor highlightedText(const QPalette &pal) const { in highlightedText()
113 QColor outline(const QPalette &pal) const { in outline()
119 QColor highlightedOutline(const QPalette &pal) const { in highlightedOutline()
126 QColor tabFrameColor(const QPalette &pal) const { in tabFrameColor()
132 QColor buttonColor(const QPalette &pal) const { in buttonColor()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle_p_p.h88 bool isMacSystemPalette(const QPalette &pal) const { in isMacSystemPalette()
101 QColor highlight(const QPalette &pal) const { in highlight()
107 QColor highlightedText(const QPalette &pal) const { in highlightedText()
113 QColor outline(const QPalette &pal) const { in outline()
119 QColor highlightedOutline(const QPalette &pal) const { in highlightedOutline()
126 QColor tabFrameColor(const QPalette &pal) const { in tabFrameColor()
132 QColor buttonColor(const QPalette &pal) const { in buttonColor()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle_p_p.h88 bool isMacSystemPalette(const QPalette &pal) const { in isMacSystemPalette()
101 QColor highlight(const QPalette &pal) const { in highlight()
107 QColor highlightedText(const QPalette &pal) const { in highlightedText()
113 QColor outline(const QPalette &pal) const { in outline()
119 QColor highlightedOutline(const QPalette &pal) const { in highlightedOutline()
126 QColor tabFrameColor(const QPalette &pal) const { in tabFrameColor()
132 QColor buttonColor(const QPalette &pal) const { in buttonColor()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle_p_p.h88 bool isMacSystemPalette(const QPalette &pal) const { in isMacSystemPalette()
101 QColor highlight(const QPalette &pal) const { in highlight()
107 QColor highlightedText(const QPalette &pal) const { in highlightedText()
113 QColor outline(const QPalette &pal) const { in outline()
119 QColor highlightedOutline(const QPalette &pal) const { in highlightedOutline()
126 QColor tabFrameColor(const QPalette &pal) const { in tabFrameColor()
132 QColor buttonColor(const QPalette &pal) const { in buttonColor()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle_p_p.h88 bool isMacSystemPalette(const QPalette &pal) const { in isMacSystemPalette()
101 QColor highlight(const QPalette &pal) const { in highlight()
107 QColor highlightedText(const QPalette &pal) const { in highlightedText()
113 QColor outline(const QPalette &pal) const { in outline()
119 QColor highlightedOutline(const QPalette &pal) const { in highlightedOutline()
126 QColor tabFrameColor(const QPalette &pal) const { in tabFrameColor()
132 QColor buttonColor(const QPalette &pal) const { in buttonColor()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle_p_p.h88 bool isMacSystemPalette(const QPalette &pal) const { in isMacSystemPalette()
101 QColor highlight(const QPalette &pal) const { in highlight()
107 QColor highlightedText(const QPalette &pal) const { in highlightedText()
113 QColor outline(const QPalette &pal) const { in outline()
119 QColor highlightedOutline(const QPalette &pal) const { in highlightedOutline()
126 QColor tabFrameColor(const QPalette &pal) const { in tabFrameColor()
132 QColor buttonColor(const QPalette &pal) const { in buttonColor()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle_p_p.h88 bool isMacSystemPalette(const QPalette &pal) const { in isMacSystemPalette()
101 QColor highlight(const QPalette &pal) const { in highlight()
107 QColor highlightedText(const QPalette &pal) const { in highlightedText()
113 QColor outline(const QPalette &pal) const { in outline()
119 QColor highlightedOutline(const QPalette &pal) const { in highlightedOutline()
126 QColor tabFrameColor(const QPalette &pal) const { in tabFrameColor()
132 QColor buttonColor(const QPalette &pal) const { in buttonColor()
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle_p_p.h88 bool isMacSystemPalette(const QPalette &pal) const { in isMacSystemPalette()
101 QColor highlight(const QPalette &pal) const { in highlight()
107 QColor highlightedText(const QPalette &pal) const { in highlightedText()
113 QColor outline(const QPalette &pal) const { in outline()
119 QColor highlightedOutline(const QPalette &pal) const { in highlightedOutline()
126 QColor tabFrameColor(const QPalette &pal) const { in tabFrameColor()
132 QColor buttonColor(const QPalette &pal) const { in buttonColor()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle_p_p.h88 bool isMacSystemPalette(const QPalette &pal) const { in isMacSystemPalette()
101 QColor highlight(const QPalette &pal) const { in highlight()
107 QColor highlightedText(const QPalette &pal) const { in highlightedText()
113 QColor outline(const QPalette &pal) const { in outline()
119 QColor highlightedOutline(const QPalette &pal) const { in highlightedOutline()
126 QColor tabFrameColor(const QPalette &pal) const { in tabFrameColor()
132 QColor buttonColor(const QPalette &pal) const { in buttonColor()
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle_p_p.h88 bool isMacSystemPalette(const QPalette &pal) const { in isMacSystemPalette()
101 QColor highlight(const QPalette &pal) const { in highlight()
107 QColor highlightedText(const QPalette &pal) const { in highlightedText()
113 QColor outline(const QPalette &pal) const { in outline()
119 QColor highlightedOutline(const QPalette &pal) const { in highlightedOutline()
126 QColor tabFrameColor(const QPalette &pal) const { in tabFrameColor()
132 QColor buttonColor(const QPalette &pal) const { in buttonColor()
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle_p_p.h88 bool isMacSystemPalette(const QPalette &pal) const { in isMacSystemPalette()
101 QColor highlight(const QPalette &pal) const { in highlight()
107 QColor highlightedText(const QPalette &pal) const { in highlightedText()
113 QColor outline(const QPalette &pal) const { in outline()
119 QColor highlightedOutline(const QPalette &pal) const { in highlightedOutline()
126 QColor tabFrameColor(const QPalette &pal) const { in tabFrameColor()
132 QColor buttonColor(const QPalette &pal) const { in buttonColor()
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle_p_p.h88 bool isMacSystemPalette(const QPalette &pal) const { in isMacSystemPalette()
101 QColor highlight(const QPalette &pal) const { in highlight()
107 QColor highlightedText(const QPalette &pal) const { in highlightedText()
113 QColor outline(const QPalette &pal) const { in outline()
119 QColor highlightedOutline(const QPalette &pal) const { in highlightedOutline()
126 QColor tabFrameColor(const QPalette &pal) const { in tabFrameColor()
132 QColor buttonColor(const QPalette &pal) const { in buttonColor()
/dports/audio/denemo/denemo-2.0.6/src/ui/
H A Dpalettes.c44 DenemoPalette *pal = g->data; in hide_docked_palettes() local
54 DenemoPalette *pal = g->data; in hide_all_palettes() local
74 void repack_palette (DenemoPalette *pal) in repack_palette()
115 static void toggle_rows (DenemoPalette *pal) { in toggle_rows()
119 static void toggle_dock (DenemoPalette *pal) { in toggle_dock()
129 static void set_limit (DenemoPalette *pal) { in set_limit()
308 DenemoPalette *pal = get_palette (name); in copy_button() local
406 DenemoPalette *pal = (DenemoPalette*)g->data; in get_palette() local
499 DenemoPalette *pal = get_palette (name); in create_palette() local
547 void delete_palette (DenemoPalette *pal) { in delete_palette()
[all …]
/dports/emulators/mess/mame-mame0226/src/tools/
H A Djedutil.cpp2786 static uint16_t calc_fuse_column_count(const pal_data* pal) in calc_fuse_column_count()
3207 static void print_product_terms(const pal_data* pal, const jed_data* jed) in print_product_terms()
4756 static void config_pal10l8_pins(const pal_data* pal, const jed_data* jed) in config_pal10l8_pins()
4780 static void config_pal10h8_pins(const pal_data* pal, const jed_data* jed) in config_pal10h8_pins()
4804 static void config_pal12l6_pins(const pal_data* pal, const jed_data* jed) in config_pal12l6_pins()
4826 static void config_pal12h6_pins(const pal_data* pal, const jed_data* jed) in config_pal12h6_pins()
4848 static void config_pal14l4_pins(const pal_data* pal, const jed_data* jed) in config_pal14l4_pins()
4868 static void config_pal14h4_pins(const pal_data* pal, const jed_data* jed) in config_pal14h4_pins()
4888 static void config_pal16l2_pins(const pal_data* pal, const jed_data* jed) in config_pal16l2_pins()
6562 static void config_ck2605_pins(const pal_data* pal, const jed_data* jed) in config_ck2605_pins()
[all …]

12345678910>>...153