Searched refs:format (Results 251 - 275 of 1654) sorted by relevance

<<11121314151617181920>>

/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
H A DSDL_dx5yuv_c.h30 extern SDL_Overlay *DX5_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display);
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11yuv_c.h31 extern SDL_Overlay *X11_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display);
/external/valgrind/main/coregrind/
H A Dpub_core_libcassert.h56 #define vg_assert2(expr, format, args...) \
60 format, ##args), \
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DLayerTexture.h50 bool isValid(const IntSize&, unsigned format);
51 bool reserve(const IntSize&, unsigned format);
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
H A DCCVideoLayerImpl.h55 void setFrameFormat(VideoFrameChromium::Format format) { m_frameFormat = format; } argument
/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DTexture.h54 Format format() const { return m_format; } function in class:WebCore::Texture
57 Texture(GraphicsContext3D*, PassOwnPtr<Vector<unsigned int> > tileTextureIds, Format format, int width, int height, int maxTextureSize);
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestblitspeed.c84 printf(" depth : %d bits per pixel\n", surface->format->BitsPerPixel);
86 printf(" alpha : %d\n", (int) surface->format->alpha);
87 printf(" colorkey : 0x%X\n", (unsigned int) surface->format->colorkey);
90 (int) surface->format->Rmask,
91 (int) surface->format->Rshift,
92 (int) surface->format->Rloss);
94 (int) surface->format->Gmask,
95 (int) surface->format->Gshift,
96 (int) surface->format->Gloss);
98 (int) surface->format
[all...]
/external/bison/lib/
H A Derror.h27 /* The __-protected variants of `format' and `printf' attributes
30 # define __format__ format
/external/dbus/tools/
H A Ddbus-launch.h43 void verbose (const char *format, ...);
/external/elfutils/backends/
H A Dx86_corenote.c36 { .type = ELF_T_WORD, .format = 'b', .name = "ioperm" };
/external/icu4c/i18n/
H A Dwindtfmt.h21 #include "unicode/format.h"
53 UnicodeString &format(Calendar &cal, UnicodeString &appendTo, FieldPosition &pos) const;
55 UnicodeString& format(UDate date, UnicodeString& appendTo) const;
60 * Set the calendar to be used by this date format. Initially, the default
69 * Set the calendar to be used by this date format. Initially, the default
130 inline UnicodeString &Win32DateFormat::format(UDate date, UnicodeString& appendTo) const { function in class:Win32DateFormat
131 return DateFormat::format(date, appendTo);
/external/icu4c/layout/
H A DNonContextualGlyphSubstProc.cpp38 switch (SWAPW(header->table.format))
/external/junit/src/org/junit/experimental/theories/
H A DPotentialAssignment.java17 return String.format("[%s]", value);
/external/mtpd/
H A Dmtpd.h42 void log_print(int level, char *format, ...);
/external/proguard/src/proguard/gui/
H A DGUIResources.java54 return formatter.format(messageArguments);
/external/qemu/android/
H A Dmultitouch-port.h29 * Codes that define transmitted framebuffer format:
68 /* Defines format in which framebuffer is transmitted to the device. */
69 int format; member in struct:MTFrameHeader
99 * this value is negative, lines are arranged in bottom-up format (i.e. the
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
H A DSDL_atarigl_c.h53 /* to convert the shadow buffer to the screen format */
65 OSMesaContext (*OSMesaCreateContextExt)( GLenum format, GLint depthBits, GLint stencilBits, GLint accumBits, OSMesaContext sharelist);
72 void *(*OSMesaCreateLDG)( long format, long type, long width, long height );
77 GLenum format; member in struct:SDL_PrivateGLData
91 #define gl_curformat (this->gl_data->format)
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_ph_modes_c.h34 extern SDL_Rect **ph_ListModes(_THIS,SDL_PixelFormat *format, Uint32 flags);
/external/tcpdump/
H A Dmachdep.c49 __attribute__((format(printf, 3, 4)));
/external/valgrind/main/none/tests/
H A Dvalgrind_cpp_test.cpp44 Int line, const Char* fn, const HChar* format, ... )
43 assert_fail(Bool isCore, const Char* expr, const Char* file, Int line, const Char* fn, const HChar* format, ... ) argument
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DFontCustomPlatformData.cpp117 bool FontCustomPlatformData::supportsFormat(const String& format) argument
119 return equalIgnoringCase(format, "truetype") || equalIgnoringCase(format, "opentype") || equalIgnoringCase(format, "woff");
/external/webkit/Source/WebKit/android/plugins/
H A DPluginDebugAndroid.h45 void anp_logPlugin(const char format[], ...);
/external/webkit/Source/WebKit2/Shared/qt/
H A DUpdateChunk.cpp122 QImage::Format format;
125 format = QImage::Format_RGB16;
128 format = QImage::Format_RGB32;
132 return QImage(reinterpret_cast<unsigned char*>(m_sharedMemory->data()), m_rect.width(), m_rect.height(), (m_rect.width() * bpp + 3) & ~0x3, format);
/external/chromium/chrome/browser/ui/views/extensions/
H A Dbrowser_action_drag_data.cc54 static ui::OSExchangeData::CustomFormat format; local
59 format = ui::OSExchangeData::RegisterCustomFormat(
62 return format;
/external/harfbuzz/src/
H A Dharfbuzz-stream.c38 _hb_log( const char* format, ... )
42 va_start( ap, format );
43 vfprintf( stderr, format, ap );

Completed in 2014 milliseconds

<<11121314151617181920>>