Home
last modified time | relevance | path

Searched refs:target_format (Results 1 – 5 of 5) sorted by relevance

/third_party/glib/gio/
Dgnotification.c408 const gchar *target_format, in g_notification_add_button_with_target() argument
414 if (target_format) in g_notification_add_button_with_target()
416 va_start (args, target_format); in g_notification_add_button_with_target()
417 target = g_variant_new_va (target_format, NULL, &args); in g_notification_add_button_with_target()
639 const gchar *target_format, in g_notification_set_default_action_and_target() argument
645 if (target_format) in g_notification_set_default_action_and_target()
647 va_start (args, target_format); in g_notification_set_default_action_and_target()
648 target = g_variant_new_va (target_format, NULL, &args); in g_notification_set_default_action_and_target()
Dgnotification.h71 … const gchar *target_format,
87 … const gchar *target_format,
/third_party/flutter/skia/third_party/externals/sdl/src/render/
DSDL_yuv_sw.c889 SDL_SW_SetupYUVDisplay(SDL_SW_YUVTexture * swdata, Uint32 target_format) in SDL_SW_SetupYUVDisplay() argument
899 (target_format, &bpp, &Rmask, &Gmask, &Bmask, &Amask) || bpp < 15) { in SDL_SW_SetupYUVDisplay()
903 swdata->target_format = target_format; in SDL_SW_SetupYUVDisplay()
930 if (SDL_BYTESPERPIXEL(target_format) == 2) { in SDL_SW_SetupYUVDisplay()
955 if (SDL_BYTESPERPIXEL(target_format) == 2) { in SDL_SW_SetupYUVDisplay()
972 if (SDL_BYTESPERPIXEL(target_format) == 3) { in SDL_SW_SetupYUVDisplay()
976 if (SDL_BYTESPERPIXEL(target_format) == 4) { in SDL_SW_SetupYUVDisplay()
997 if (SDL_BYTESPERPIXEL(target_format) == 2) { in SDL_SW_SetupYUVDisplay()
1001 if (SDL_BYTESPERPIXEL(target_format) == 3) { in SDL_SW_SetupYUVDisplay()
1005 if (SDL_BYTESPERPIXEL(target_format) == 4) { in SDL_SW_SetupYUVDisplay()
[all …]
DSDL_yuv_sw_c.h30 Uint32 target_format; member
68 Uint32 target_format, int w, int h, void *pixels,
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_video.c833 Uint32 target_format; in SDL_GetClosestDisplayModeForDisplay() local
845 target_format = mode->format; in SDL_GetClosestDisplayModeForDisplay()
847 target_format = display->desktop_mode.format; in SDL_GetClosestDisplayModeForDisplay()
881 if (current->format == target_format || in SDL_GetClosestDisplayModeForDisplay()
883 SDL_BITSPERPIXEL(target_format) in SDL_GetClosestDisplayModeForDisplay()
885 SDL_PIXELTYPE(target_format))) { in SDL_GetClosestDisplayModeForDisplay()