Home
last modified time | relevance | path

Searched refs:foreground_color (Results 1 – 16 of 16) sorted by relevance

/external/freetype/src/base/
Dftcolor.c95 FT_Color foreground_color ) in FT_Palette_Set_Foreground_Color() argument
108 ttface->foreground_color = foreground_color; in FT_Palette_Set_Foreground_Color()
144 FT_Color foreground_color ) in FT_Palette_Set_Foreground_Color() argument
147 FT_UNUSED( foreground_color ); in FT_Palette_Set_Foreground_Color()
/external/fmtlib/include/fmt/
Dcolor.h237 foreground_color = rhs.foreground_color;
239 if (!foreground_color.is_rgb || !rhs.foreground_color.is_rgb)
241 foreground_color.value.rgb_color |= rhs.foreground_color.value.rgb_color;
266 foreground_color = rhs.foreground_color;
268 if (!foreground_color.is_rgb || !rhs.foreground_color.is_rgb)
270 foreground_color.value.rgb_color &= rhs.foreground_color.value.rgb_color;
303 return foreground_color; in get_foreground()
321 foreground_color = text_color; in text_style()
334 detail::color_type foreground_color; variable
433 return ansi_color_escape<Char>(foreground, detail::data::foreground_color); in make_foreground_color()
Dformat-inl.h1067 const char basic_data<T>::foreground_color[] = "\x1b[38;2;";
Dformat.h887 static const char foreground_color[];
/external/tensorflow/tensorflow/lite/micro/examples/hello_world/disco_f746ng/
Doutput_handler.cc26 const uint32_t foreground_color = 0xFFDB4437; // Red variable
46 lcd.SetTextColor(foreground_color); in HandleOutput()
/external/freetype/src/sfnt/
Dttcolr.c370 b = face->foreground_color.blue; in tt_face_colr_blend_layer()
371 g = face->foreground_color.green; in tt_face_colr_blend_layer()
372 r = face->foreground_color.red; in tt_face_colr_blend_layer()
373 alpha = face->foreground_color.alpha; in tt_face_colr_blend_layer()
/external/freetype/include/freetype/
Dftcolor.h303 FT_Color foreground_color );
/external/ImageMagick/MagickCore/
Dxwindow-private.h202 foreground_color, member
271 *foreground_color; member
Dxwindow.c3071 &pixel->foreground_color); in XGetPixelInfo()
3072 status=XParseColor(display,colormap,resource_info->foreground_color, in XGetPixelInfo()
3073 &pixel->foreground_color); in XGetPixelInfo()
3076 resource_info->foreground_color); in XGetPixelInfo()
3077 pixel->foreground_color.pixel= in XGetPixelInfo()
3078 XStandardPixel(map_info,&pixel->foreground_color); in XGetPixelInfo()
3079 pixel->foreground_color.flags=(char) (DoRed | DoGreen | DoBlue); in XGetPixelInfo()
3184 pixel->pen_color=pixel->foreground_color; in XGetPixelInfo()
3531 resource_info->foreground_color=XGetResourceInstance(database,client_name, in XGetResourceInfo()
5308 Colormap colormap,char *background_color,char *foreground_color) in XMakeCursor() argument
[all …]
Danimate.c937 context_values.foreground=pixel.foreground_color.pixel; in XAnimateBackgroundImage()
1589 context_values.foreground=pixel->foreground_color.pixel; in XAnimateImages()
1608 context_values.background=pixel->foreground_color.pixel; in XAnimateImages()
1644 context_values.foreground=icon_pixel->foreground_color.pixel; in XAnimateImages()
2294 context_values.foreground=pixel->foreground_color.pixel; in XAnimateImages()
2299 context_values.background=pixel->foreground_color.pixel; in XAnimateImages()
Ddisplay.c2287 windows->pixel_info->foreground_color.pixel); in XAnnotateEditImage()
2706 windows->pixel_info->foreground_color.pixel); in XAnnotateEditImage()
3336 resource_info->background_color,resource_info->foreground_color); in XColorEditImage()
9701 resource_info->background_color,resource_info->foreground_color); in XMatteEditImage()
13910 context_values.background=pixel.foreground_color.pixel; in XDisplayBackgroundImage()
14638 context_values.foreground=pixel->foreground_color.pixel; in XDisplayImage()
14657 context_values.background=pixel->foreground_color.pixel; in XDisplayImage()
14693 context_values.foreground=icon_pixel->foreground_color.pixel; in XDisplayImage()
14968 resource_info->foreground_color); in XDisplayImage()
15408 context_values.foreground=pixel->foreground_color.pixel; in XDisplayImage()
[all …]
Dwidget.c1564 &window_info->pixel_info->foreground_color); in XSetTextColor()
1568 window_info->pixel_info->foreground_color.pixel); in XSetTextColor()
/external/freetype/include/freetype/internal/
Dtttypes.h1543 FT_Color foreground_color; member
/external/ImageMagick/MagickWand/
Danimate.c825 resource_info.foreground_color=argv[i]; in AnimateImageCommand()
Ddisplay.c1121 resource_info.foreground_color=argv[i]; in DisplayImageCommand()
/external/freetype/
DChangeLog4499 `foreground_color'.