Home
last modified time | relevance | path

Searched refs:font_colors (Results 1 – 12 of 12) sorted by relevance

/dports/games/freedink-engine/freedink-108.4/src/
H A Dgfx_fonts.c737 font_colors[1].red = 255; in gfx_fonts_init_colors()
742 font_colors[2].red = 131; in gfx_fonts_init_colors()
744 font_colors[2].blue = 74; in gfx_fonts_init_colors()
747 font_colors[3].red = 99; in gfx_fonts_init_colors()
752 font_colors[4].red = 255; in gfx_fonts_init_colors()
754 font_colors[4].blue = 74; in gfx_fonts_init_colors()
757 font_colors[5].red = 222; in gfx_fonts_init_colors()
762 font_colors[6].red = 244; in gfx_fonts_init_colors()
764 font_colors[6].blue = 73; in gfx_fonts_init_colors()
772 font_colors[8].red = 85; in gfx_fonts_init_colors()
[all …]
/dports/graphics/py-plotly/plotly-4.14.3/plotly/figure_factory/
H A D_table.py9 def validate_table(table_text, font_colors): argument
30 font_colors=None, argument
109 font_colors = (
110 font_colors if font_colors is not None else ["#ffffff", "#000000", "#000000"]
113 validate_table(table_text, font_colors)
117 font_colors,
126 font_colors,
178 font_colors, argument
195 self.font_colors = font_colors
233 if len(self.font_colors) == 1:
[all …]
H A D_annotated_heatmap.py56 font_colors=None, argument
100 font_colors = font_colors if font_colors is not None else []
108 z, x, y, annotation_text, colorscale, font_colors, reversescale, **kwargs
172 self, z, x, y, annotation_text, colorscale, font_colors, reversescale, **kwargs argument
190 self.font_colors = font_colors
246 if self.font_colors:
247 min_text_color = self.font_colors[0]
248 max_text_color = self.font_colors[-1]
/dports/games/flare-engine/flare-engine-1.12/src/
H A DFontEngine.cpp42 font_colors.resize(COLOR_COUNT); in FontEngine()
44 font_colors[COLOR_WHITE] = Color(255,255,255); in FontEngine()
45 font_colors[COLOR_BLACK] = Color(0,0,0); in FontEngine()
69 font_colors[color_id] = Parse::toRGB(infile.val); in FontEngine()
79 if (color_id < font_colors.size()) in getColor()
80 return font_colors[color_id]; in getColor()
83 return font_colors[COLOR_WHITE]; in getColor()
H A DFontEngine.h102 std::vector<Color> font_colors; variable
/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Df_ebur128.c242 static const uint8_t font_colors[] = { variable
349 drawtext(outpicref, PAD, PAD+16, FONT8, font_colors+3, " LU"); in config_video_output()
355 drawtext(outpicref, x, y + ebur128->graph.y, FONT8, font_colors+3, in config_video_output()
806 drawtext(pic, PAD, PAD - PAD/2, FONT16, font_colors, in filter_frame()
811 drawtext(pic, PAD, PAD - PAD/2, FONT16, font_colors, in filter_frame()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Df_ebur128.c242 static const uint8_t font_colors[] = { variable
349 drawtext(outpicref, PAD, PAD+16, FONT8, font_colors+3, " LU"); in config_video_output()
355 drawtext(outpicref, x, y + ebur128->graph.y, FONT8, font_colors+3, in config_video_output()
813 drawtext(pic, PAD, PAD - PAD/2, FONT16, font_colors, in filter_frame()
818 drawtext(pic, PAD, PAD - PAD/2, FONT16, font_colors, in filter_frame()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Df_ebur128.c242 static const uint8_t font_colors[] = { variable
349 drawtext(outpicref, PAD, PAD+16, FONT8, font_colors+3, " LU"); in config_video_output()
355 drawtext(outpicref, x, y + ebur128->graph.y, FONT8, font_colors+3, in config_video_output()
806 drawtext(pic, PAD, PAD - PAD/2, FONT16, font_colors, in filter_frame()
811 drawtext(pic, PAD, PAD - PAD/2, FONT16, font_colors, in filter_frame()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Df_ebur128.c242 static const uint8_t font_colors[] = { variable
349 drawtext(outpicref, PAD, PAD+16, FONT8, font_colors+3, " LU"); in config_video_output()
355 drawtext(outpicref, x, y + ebur128->graph.y, FONT8, font_colors+3, in config_video_output()
814 drawtext(pic, PAD, PAD - PAD/2, FONT16, font_colors, in filter_frame()
819 drawtext(pic, PAD, PAD - PAD/2, FONT16, font_colors, in filter_frame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Df_ebur128.c242 static const uint8_t font_colors[] = { variable
349 drawtext(outpicref, PAD, PAD+16, FONT8, font_colors+3, " LU"); in config_video_output()
355 drawtext(outpicref, x, y + ebur128->graph.y, FONT8, font_colors+3, in config_video_output()
806 drawtext(pic, PAD, PAD - PAD/2, FONT16, font_colors, in filter_frame()
811 drawtext(pic, PAD, PAD - PAD/2, FONT16, font_colors, in filter_frame()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavfilter/
H A Df_ebur128.c208 static const uint8_t font_colors[] = { variable
314 drawtext(outpicref, PAD, PAD+16, FONT8, font_colors+3, " LU"); in config_video_output()
320 drawtext(outpicref, x, y + ebur128->graph.y, FONT8, font_colors+3, in config_video_output()
750 drawtext(pic, PAD, PAD - PAD/2, FONT16, font_colors, in filter_frame()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavfilter/
H A Df_ebur128.c208 static const uint8_t font_colors[] = { variable
314 drawtext(outpicref, PAD, PAD+16, FONT8, font_colors+3, " LU"); in config_video_output()
320 drawtext(outpicref, x, y + ebur128->graph.y, FONT8, font_colors+3, in config_video_output()
750 drawtext(pic, PAD, PAD - PAD/2, FONT16, font_colors, in filter_frame()