Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/gstreamer/gstplugins_base/gst/videotestsrc/
Dvideotestsrc.c242 a = (v->foreground_color >> 24) & 0xff; in videotestsrc_setup_paintinfo()
243 r = (v->foreground_color >> 16) & 0xff; in videotestsrc_setup_paintinfo()
244 g = (v->foreground_color >> 8) & 0xff; in videotestsrc_setup_paintinfo()
245 b = (v->foreground_color >> 0) & 0xff; in videotestsrc_setup_paintinfo()
246 p->foreground_color.A = a; in videotestsrc_setup_paintinfo()
247 p->foreground_color.R = r; in videotestsrc_setup_paintinfo()
248 p->foreground_color.G = g; in videotestsrc_setup_paintinfo()
249 p->foreground_color.B = b; in videotestsrc_setup_paintinfo()
252 p->foreground_color.Y = RGB_TO_Y_CCIR (r, g, b); in videotestsrc_setup_paintinfo()
253 p->foreground_color.U = RGB_TO_U_CCIR (r, g, b, 0); in videotestsrc_setup_paintinfo()
[all …]
Dgstvideotestsrc.h183 guint foreground_color; member
Dvideotestsrc.h57 struct vts_color_struct foreground_color; member
Dgstvideotestsrc.c395 src->foreground_color = DEFAULT_FOREGROUND_COLOR; in gst_video_test_src_init()
418 if (src->foreground_color >> 24 != 255) { in gst_video_test_src_src_fixate()
669 src->foreground_color = g_value_get_uint (value); in gst_video_test_src_set_property()
744 g_value_set_uint (value, src->foreground_color); in gst_video_test_src_get_property()
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dttcolr.c1217 b = face->foreground_color.blue; in tt_face_colr_blend_layer()
1218 g = face->foreground_color.green; in tt_face_colr_blend_layer()
1219 r = face->foreground_color.red; in tt_face_colr_blend_layer()
1220 alpha = face->foreground_color.alpha; in tt_face_colr_blend_layer()
/third_party/skia/third_party/externals/freetype/include/freetype/
Dftcolor.h303 FT_Color foreground_color );
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dtttypes.h1543 FT_Color foreground_color; member
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.2107248 `foreground_color'.