Home
last modified time | relevance | path

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

/external/freetype/src/base/
Dftcolor.c96 FT_Color foreground_color ) in FT_Palette_Set_Foreground_Color() argument
109 ttface->foreground_color = foreground_color; in FT_Palette_Set_Foreground_Color()
145 FT_Color foreground_color ) in FT_Palette_Set_Foreground_Color() argument
148 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 internal::color_type foreground_color; variable
433 return ansi_color_escape<Char>(foreground, internal::data::foreground_color); in make_foreground_color()
Dformat-inl.h331 const char basic_data<T>::foreground_color[] = "\x1b[38;2;";
Dformat.h731 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.c371 b = face->foreground_color.blue; in tt_face_colr_blend_layer()
372 g = face->foreground_color.green; in tt_face_colr_blend_layer()
373 r = face->foreground_color.red; in tt_face_colr_blend_layer()
374 alpha = face->foreground_color.alpha; in tt_face_colr_blend_layer()
/external/freetype/include/freetype/
Dftcolor.h301 FT_Color foreground_color );
/external/ImageMagick/MagickCore/
Dxwindow-private.h202 foreground_color, member
271 *foreground_color; member
Dxwindow.c3075 &pixel->foreground_color); in XGetPixelInfo()
3076 status=XParseColor(display,colormap,resource_info->foreground_color, in XGetPixelInfo()
3077 &pixel->foreground_color); in XGetPixelInfo()
3080 resource_info->foreground_color); in XGetPixelInfo()
3081 pixel->foreground_color.pixel= in XGetPixelInfo()
3082 XStandardPixel(map_info,&pixel->foreground_color); in XGetPixelInfo()
3083 pixel->foreground_color.flags=(char) (DoRed | DoGreen | DoBlue); in XGetPixelInfo()
3188 pixel->pen_color=pixel->foreground_color; in XGetPixelInfo()
3539 resource_info->foreground_color=XGetResourceInstance(database,client_name, in XGetResourceInfo()
5316 Colormap colormap,char *background_color,char *foreground_color) in XMakeCursor() argument
[all …]
Danimate.c940 context_values.foreground=pixel.foreground_color.pixel; in XAnimateBackgroundImage()
1592 context_values.foreground=pixel->foreground_color.pixel; in XAnimateImages()
1611 context_values.background=pixel->foreground_color.pixel; in XAnimateImages()
1647 context_values.foreground=icon_pixel->foreground_color.pixel; in XAnimateImages()
2297 context_values.foreground=pixel->foreground_color.pixel; in XAnimateImages()
2302 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()
9712 resource_info->background_color,resource_info->foreground_color); in XMatteEditImage()
13922 context_values.foreground=pixel.foreground_color.pixel; in XDisplayBackgroundImage()
14651 context_values.foreground=pixel->foreground_color.pixel; in XDisplayImage()
14670 context_values.background=pixel->foreground_color.pixel; in XDisplayImage()
14706 context_values.foreground=icon_pixel->foreground_color.pixel; in XDisplayImage()
14981 resource_info->foreground_color); in XDisplayImage()
15421 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.h1544 FT_Color foreground_color; member
/external/ImageMagick/MagickWand/
Danimate.c810 resource_info.foreground_color=argv[i]; in AnimateImageCommand()
Ddisplay.c1106 resource_info.foreground_color=argv[i]; in DisplayImageCommand()
/external/freetype/
DChangeLog2553 `foreground_color'.