Searched refs:foreground_color (Results 1 – 16 of 16) sorted by relevance
/external/freetype/src/base/ |
D | ftcolor.c | 96 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/ |
D | color.h | 237 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()
|
D | format-inl.h | 331 const char basic_data<T>::foreground_color[] = "\x1b[38;2;";
|
D | format.h | 731 static const char foreground_color[];
|
/external/tensorflow/tensorflow/lite/micro/examples/hello_world/disco_f746ng/ |
D | output_handler.cc | 26 const uint32_t foreground_color = 0xFFDB4437; // Red variable 46 lcd.SetTextColor(foreground_color); in HandleOutput()
|
/external/freetype/src/sfnt/ |
D | ttcolr.c | 371 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/ |
D | ftcolor.h | 301 FT_Color foreground_color );
|
/external/ImageMagick/MagickCore/ |
D | xwindow-private.h | 202 foreground_color, member 271 *foreground_color; member
|
D | xwindow.c | 3075 &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 …]
|
D | animate.c | 940 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()
|
D | display.c | 2287 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 …]
|
D | widget.c | 1564 &window_info->pixel_info->foreground_color); in XSetTextColor() 1568 window_info->pixel_info->foreground_color.pixel); in XSetTextColor()
|
/external/freetype/include/freetype/internal/ |
D | tttypes.h | 1544 FT_Color foreground_color; member
|
/external/ImageMagick/MagickWand/ |
D | animate.c | 810 resource_info.foreground_color=argv[i]; in AnimateImageCommand()
|
D | display.c | 1106 resource_info.foreground_color=argv[i]; in DisplayImageCommand()
|
/external/freetype/ |
D | ChangeLog | 2553 `foreground_color'.
|