Searched defs:bufferSize (Results 1 - 25 of 121) sorted by relevance

12345

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/gtk/
H A DImageBufferGtk.cpp34 static bool encodeImage(cairo_surface_t* surface, const String& mimeType, const double* quality, GOwnPtr<gchar>& buffer, gsize& bufferSize) argument
73 gsize bufferSize; local
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DFontPlatformDataWin.cpp59 UINT bufferSize = GetOutlineTextMetrics(hdc, 0, NULL); local
H A DImageCGWin.cpp70 int bufferSize = bmpInfo.bmWidthBytes * bmpInfo.bmHeight; local
H A DImageCairoWin.cpp67 int bufferSize = bmpInfo.bmWidthBytes * bmpInfo.bmHeight; local
/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DSocketStreamHandleBase.cpp39 const unsigned int bufferSize = 100 * 1024 * 1024; member in namespace:WebCore
/macosx-10.9.5/hfs-226.1.1/fsck_hfs/dfalib/
H A DBTreeScanner.h49 u_int32_t bufferSize; member in struct:BTScanState
H A DBTreeScanner.c321 u_int32_t bufferSize; local
/macosx-10.9.5/PowerManagement-420.90.1/ioupsd/
H A DIOUPSPrivate.c107 IOByteCount bufferSize; local
121 vm_deallocate(mach_task_self(), (vm_address_t)buffer, bufferSize); local
130 IOByteCount bufferSize; local
144 vm_deallocate(mach_task_self(), (vm_address_t)buffer, bufferSize); local
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dmachrunloopserver.cpp51 void MachRunLoopServer::run(mach_msg_size_t bufferSize, mach_msg_options_t options) argument
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dmachrunloopserver.cpp51 void MachRunLoopServer::run(mach_msg_size_t bufferSize, mach_msg_options_t options) argument
/macosx-10.9.5/WebCore-7537.78.1/Modules/webaudio/
H A DScriptProcessorNode.h66 size_t bufferSize() const { return m_bufferSize; } function in class:WebCore::ScriptProcessorNode
H A DScriptProcessorNode.cpp45 PassRefPtr<ScriptProcessorNode> ScriptProcessorNode::create(AudioContext* context, float sampleRate, size_t bufferSize, unsigned numberOfInputChannels, unsigned numberOfOutputChannels) argument
73 ScriptProcessorNode::ScriptProcessorNode(AudioContext* context, float sampleRate, size_t bufferSize, unsigned numberOfInputChannels, unsigned numberOfOutputChannels) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/audio/
H A DBiquad.cpp59 int bufferSize; local
/macosx-10.9.5/WebKit2-7537.78.2/Platform/CoreIPC/
H A DArgumentEncoder.h67 size_t bufferSize() const { return m_bufferSize; } function in class:CoreIPC::ArgumentEncoder
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/
H A DDecoderAdapter.cpp35 DecoderAdapter::DecoderAdapter(const uint8_t* buffer, size_t bufferSize) argument
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/hfscommon/headers/
H A DBTreeScanner.h85 u_int32_t bufferSize; member in struct:BTScanState
/macosx-10.9.5/ICU-511.35/icuSources/tools/toolutil/
H A Dflagparser.c108 static int32_t extractFlag(char* buffer, int32_t bufferSize, char* flag, int32_t flagSize, const char **flagNames, int32_t numOfFlags, UErrorCode *status) { argument
156 static int32_t getFlagOffset(const char *buffer, int32_t bufferSize) { argument
/macosx-10.9.5/IOPCIFamily-224.92.1/AppleSamplePCI/
H A DAppleSamplePCIClient.c64 CFIndex bufferSize = CFStringGetLength(cfStr) + 1; local
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/
H A DJSStringRef.cpp95 size_t JSStringGetUTF8CString(JSStringRef string, char* buffer, size_t bufferSize) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DFileStream.cpp119 int FileStream::read(char* buffer, int bufferSize) argument
/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DJavaScriptVariant.cpp52 size_t bufferSize = JSStringGetMaximumUTF8CStringSize(stringRef); local
/macosx-10.9.5/WebKit2-7537.78.2/Shared/API/c/
H A DWKString.cpp66 size_t WKStringGetUTF8CString(WKStringRef stringRef, char* buffer, size_t bufferSize) argument
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DWebString.h77 size_t getUTF8CString(char* buffer, size_t bufferSize) argument
/macosx-10.9.5/expat-12/expat/tests/benchmark/
H A Dbenchmark.c31 int nrOfLoops, bufferSize, fileSize, i, isFinal; local
/macosx-10.9.5/ruby-104/ruby/ext/dl/win32/lib/win32/
H A Dsspi.rb90 def bufferSize method in class:Win32.SSPI.SecurityBuffer

Completed in 234 milliseconds

12345