Home
last modified time | relevance | path

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

/dports/devel/tig/tig-2.5.4/src/
H A Ddraw.c404 get_graph_color(int color_id) in get_graph_color() function
417 return draw_text(view, get_graph_color(color_id), chars + !!first); in draw_graph_utf8()
425 return draw_text(view, get_graph_color(color_id), chars + !!first); in draw_graph_ascii()
433 return draw_graphic(view, get_graph_color(color_id), chars + !!first, 2 - !!first, false); in draw_graph_chtype()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavfilter/
H A Df_ebur128.c188 static const uint8_t *get_graph_color(const EBUR128Context *ebur128, int v, int y) in get_graph_color() function
329 const uint8_t *c = get_graph_color(ebur128, INT_MAX, y); in config_video_output()
732 const uint8_t *c = get_graph_color(ebur128, y_loudness_lu_graph, y); in filter_frame()
742 const uint8_t *c = get_graph_color(ebur128, y_loudness_lu_gauge, y); in filter_frame()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavfilter/
H A Df_ebur128.c188 static const uint8_t *get_graph_color(const EBUR128Context *ebur128, int v, int y) in get_graph_color() function
329 const uint8_t *c = get_graph_color(ebur128, INT_MAX, y); in config_video_output()
732 const uint8_t *c = get_graph_color(ebur128, y_loudness_lu_graph, y); in filter_frame()
742 const uint8_t *c = get_graph_color(ebur128, y_loudness_lu_gauge, y); in filter_frame()
/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Df_ebur128.c221 static const uint8_t *get_graph_color(const EBUR128Context *ebur128, int v, int y) in get_graph_color() function
366 const uint8_t *c = get_graph_color(ebur128, INT_MAX, y); in config_video_output()
787 const uint8_t *c = get_graph_color(ebur128, y_loudness_lu_graph, y); in filter_frame()
797 const uint8_t *c = get_graph_color(ebur128, y_loudness_lu_gauge, y); in filter_frame()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Df_ebur128.c221 static const uint8_t *get_graph_color(const EBUR128Context *ebur128, int v, int y) in get_graph_color() function
366 const uint8_t *c = get_graph_color(ebur128, INT_MAX, y); in config_video_output()
794 const uint8_t *c = get_graph_color(ebur128, y_loudness_lu_graph, y); in filter_frame()
804 const uint8_t *c = get_graph_color(ebur128, y_loudness_lu_gauge, y); in filter_frame()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Df_ebur128.c221 static const uint8_t *get_graph_color(const EBUR128Context *ebur128, int v, int y) in get_graph_color() function
366 const uint8_t *c = get_graph_color(ebur128, INT_MAX, y); in config_video_output()
787 const uint8_t *c = get_graph_color(ebur128, y_loudness_lu_graph, y); in filter_frame()
797 const uint8_t *c = get_graph_color(ebur128, y_loudness_lu_gauge, y); in filter_frame()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Df_ebur128.c221 static const uint8_t *get_graph_color(const EBUR128Context *ebur128, int v, int y) in get_graph_color() function
366 const uint8_t *c = get_graph_color(ebur128, INT_MAX, y); in config_video_output()
795 const uint8_t *c = get_graph_color(ebur128, y_loudness_lu_graph, y); in filter_frame()
805 const uint8_t *c = get_graph_color(ebur128, y_loudness_lu_gauge, y); in filter_frame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Df_ebur128.c221 static const uint8_t *get_graph_color(const EBUR128Context *ebur128, int v, int y) in get_graph_color() function
366 const uint8_t *c = get_graph_color(ebur128, INT_MAX, y); in config_video_output()
787 const uint8_t *c = get_graph_color(ebur128, y_loudness_lu_graph, y); in filter_frame()
797 const uint8_t *c = get_graph_color(ebur128, y_loudness_lu_gauge, y); in filter_frame()
/dports/math/gretl/gretl-2021d/lib/src/
H A Dgraphing.h340 gretlRGB get_graph_color (int i);
H A Dplotspec.c1072 gretlRGB color = get_graph_color(targ); in print_linestyle()
H A Dgraphing.c901 gretlRGB get_graph_color (int i) in get_graph_color() function
/dports/graphics/py-traitsui/traitsui-7.1.1/traitsui/
H A Dtable_column.py210 def get_graph_color(self, object): member in TableColumn
/dports/math/gretl/gretl-2021d/gui/
H A Dgpt_dialog.c291 rgb = (i == BOXINT)? get_boxcolor() : get_graph_color(i); in graph_color_selector()
383 image = get_image_for_color(get_graph_color(j)); in line_color_button()