Searched refs:bufferSize (Results 126 - 132 of 132) sorted by relevance

123456

/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/ios/
H A DWebPageIOS.mm1968 uint64_t bufferSize = buffer->size();
1969 RefPtr<SharedMemory> sharedMemoryBuffer = SharedMemory::create(bufferSize);
1970 memcpy(sharedMemoryBuffer->data(), buffer->data(), bufferSize);
1972 send(Messages::WebPageProxy::SaveImageToLibrary(handle, bufferSize));
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDLib/
H A DIOHIDDeviceClass.cpp1575 IOHIDDeviceClass::_hidReportCallback(void *refcon, IOReturn result, uint32_t bufferSize) argument
1588 bufferSize);
/macosx-10.10.1/WTF-7600.1.24/wtf/text/
H A DStringImpl.h480 static WTF_EXPORT_STRING_API bool utf8Impl(const UChar* characters, unsigned length, char*& buffer, size_t bufferSize, ConversionMode);
/macosx-10.10.1/tcl-105/tk84/tk/win/
H A DtkWinWm.c4054 int i, size, width, height, idx, bufferSize, startObj = 3;
4105 bufferSize = height * width * block.pixelSize;
4106 bgraPixelPtr = ckalloc(bufferSize);
4107 for (idx = 0 ; idx < bufferSize ; idx += 4) {
4010 int i, size, width, height, idx, bufferSize, startObj = 3; local
/macosx-10.10.1/IOKitUser-1050.1.21/graphics.subproj/
H A DIOGraphicsLib.c222 CFIndex bufferSize = CFStringGetMaximumSizeForEncoding( CFStringGetLength(str), local
224 buffer = malloc( bufferSize);
225 if( buffer && CFStringGetCString( str, buffer, bufferSize, kCFStringEncodingMacRoman))
/macosx-10.10.1/tcl-105/tk/tk/win/
H A DtkWinWm.c4363 int i, width, height, idx, bufferSize, startObj = 3;
4453 bufferSize = height * width * 4;
4454 for (idx = 0 ; idx < bufferSize ; idx += 4) {
4316 int i, width, height, idx, bufferSize, startObj = 3; local
/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp9615 UInt32 bufferSize; local
9618 // Assume that the bufferSize == count
9619 bufferSize = count;
9631 for ( i = 0; i < bufferSize; i++ )
9641 // bufferSize accordingly
9646 // The read amount is less than our bufferSize, so
9649 bufferSize = (readLength + 1);
9653 // The amount to read > than our bufferSize

Completed in 273 milliseconds

123456