Home
last modified time | relevance | path

Searched refs:format (Results 1 – 15 of 15) sorted by relevance

/lib/libc/test/
A Dprintf_tests_float.cpp17 bool test_printf(const char* expected, const char* format, ...) { in test_printf() argument
20 va_start(args, format); in test_printf()
21 int length = vsnprintf(buf, sizeof(buf), format, args); in test_printf()
A Dprintf_tests.cpp21 bool test_printf(const char* expected, const char* format, ...) { in test_printf() argument
24 va_start(args, format); in test_printf()
25 int length = vsnprintf(buf, sizeof(buf), format, args); in test_printf()
/lib/gfx/
A Dgfx.c409 DEBUG_ASSERT(target->format == source->format); in gfx_surface_blend()
427 if (source->format == GFX_FORMAT_RGB_565 && target->format == GFX_FORMAT_RGB_565) { in gfx_surface_blend()
446 } else if (source->format == GFX_FORMAT_ARGB_8888 && target->format == GFX_FORMAT_ARGB_8888) { in gfx_surface_blend()
466 } else if (source->format == GFX_FORMAT_RGB_x888 && target->format == GFX_FORMAT_RGB_x888) { in gfx_surface_blend()
485 } else if (source->format == GFX_FORMAT_MONO && target->format == GFX_FORMAT_MONO) { in gfx_surface_blend()
554 surface->format = format; in gfx_create_surface()
561 switch (format) { in gfx_create_surface()
628 gfx_format format; in gfx_create_surface_from_display() local
629 switch (fb->image.format) { in gfx_create_surface_from_display()
631 format = GFX_FORMAT_RGB_565; in gfx_create_surface_from_display()
[all …]
/lib/tga/include/lib/
A Dtga.h13 gfx_surface *tga_decode(const void *ptr, size_t len, gfx_format format);
/lib/unittest/
A Dunittest.c36 void unittest_printf (const char *format, ...) { in unittest_printf() argument
38 va_start (ap, format); in unittest_printf()
40 _printf_engine(out_func, out_func_arg, format, ap); in unittest_printf()
/lib/gfx/include/lib/
A Dgfx.h46 gfx_format format; member
90 gfx_surface *gfx_create_surface(void *ptr, uint width, uint height, uint stride, gfx_format format);
/lib/tga/
A Dtga.c99 gfx_surface *tga_decode(const void *ptr, size_t len, gfx_format format) { in tga_decode() argument
125 …_surface *surface = gfx_create_surface(NULL, header->width, header->height, header->width, format); in tga_decode()
/lib/uefi/
A DREADME.md15 -drive if=none,file=lib/uefi/helloworld_aa64.efi,id=blk,format=raw \
/lib/fs/include/lib/
A Dfs.h87 status_t (*format)(struct bdev *, const void *); member
/lib/fs/9p/
A Dv9fs.c159 .format = NULL,
/lib/fs/ext2/
A Dext3_fs.h842 __attribute__ ((format (printf, 3, 4)));
845 __attribute__ ((format (printf, 3, 4)));
847 __attribute__ ((format (printf, 3, 4)));
/lib/fs/fat/
A Dfs.cpp253 .format = nullptr,
/lib/fs/
A Dfs.c207 if (fs->api->format == NULL) { in fs_format_device()
218 return fs->api->format(dev, args); in fs_format_device()
/lib/unittest/include/lib/
A Dunittest.h71 void unittest_printf (const char *format, ...) __PRINTFLIKE(1, 2);
/lib/fs/spifs/
A Dspifs.c1198 .format = spifs_format,

Completed in 35 milliseconds