HomeSort by relevance Sort by last modified time
    Searched refs:UInt8 (Results 26 - 50 of 77) sorted by null

12 3 4

  /external/webkit/Source/WebCore/platform/network/cf/
FormDataStreamCFNet.cpp 72 CFDataRef data = CFDataCreate(0, reinterpret_cast<const UInt8 *>(element.m_data.data()), element.m_data.size());
84 RetainPtr<CFDataRef> data(AdoptCF, CFDataCreate(0, reinterpret_cast<const UInt8*>(element.m_data.data()), element.m_data.size()));
SocketStreamHandleCFNet.cpp 517 UInt8 localBuffer[1024]; // Used if CFReadStreamGetBuffer couldn't return anything.
518 const UInt8* ptr = CFReadStreamGetBuffer(m_readStream.get(), 0, &length);
633 return CFWriteStreamWrite(m_writeStream.get(), reinterpret_cast<const UInt8*>(data), length);
  /external/webkit/Source/WebCore/platform/network/win/
DownloadBundleWin.cpp 71 const UInt8* resumeBytes = CFDataGetBytePtr(resumeData);
119 Vector<UInt8> footerBuffer;
  /external/webkit/Source/WebCore/platform/cf/
SharedBufferCF.cpp 53 return CFDataCreate(0, reinterpret_cast<const UInt8*>(contiguousBuffer.data()), contiguousBuffer.size());
  /external/webkit/Source/WebCore/platform/graphics/win/
DIBPixelData.cpp 44 m_bitmapBuffer = reinterpret_cast<UInt8*>(bmpInfo.bmBits);
QTDecompressionSession.cpp 159 static_cast<UInt8*>(inBuffer.baseAddress()),
FontCGWin.cpp 63 Vector<UInt8> outline(outlineLength);
77 LPTTPOLYCURVE segment = reinterpret_cast<LPTTPOLYCURVE>(reinterpret_cast<UInt8*>(subpath) + subpathOffset);
285 UInt8* buffer = bitmap->buffer();
289 UInt8 alpha = (255 - buffer[i + 1]) * fillColor.alpha() / 255;
  /external/webkit/Source/WebKit/mac/Misc/
WebNSURLExtras.mm 369 const UInt8 *inBytes = static_cast<const UInt8 *>([userTypedData bytes]);
380 UInt8 c = inBytes[i];
436 const UInt8 *bytes = static_cast<const UInt8*>([data bytes]);
452 UInt8 *buffer = (UInt8 *)malloc(URL_BYTES_BUFFER_LENGTH);
456 buffer = (UInt8 *)realloc(buffer, bytesToAllocate);
628 UInt8 *urlBytes, buffer[2048];
632 urlBytes = static_cast<UInt8*>(malloc(numBytes))
    [all...]
WebNSFileManagerExtras.m 48 error = FSPathMakeRef((const UInt8 *)[posixPath fileSystemRepresentation], &ref, NULL);
  /external/qemu/distrib/sdl-1.2.12/src/audio/macrom/
SDL_romaudio.c 116 static UInt8 *buffer[2];
121 static void mix_buffer(SDL_AudioDevice *audio, UInt8 *buffer)
129 (Uint8 *)audio->convert.buf,audio->convert.len);
257 buffer[i] = (UInt8*)malloc (sizeof(UInt8) * spec->size);
347 (Uint8 *)audio->convert.buf,audio->convert.len);
358 (Uint8 *)newbuf->dbSoundData, audio->spec.size);
  /external/webkit/Source/WebCore/platform/image-decoders/cg/
ImageDecoderCG.cpp 84 RetainPtr<CFDataRef> data(AdoptCF, CFDataCreate(kCFAllocatorDefault, reinterpret_cast<const UInt8*>(colorProfile.data()), colorProfile.size()));
  /external/opencv/otherlibs/highgui/
grfmt_imageio.cpp 40 (const UInt8*)filename,
98 (const UInt8*)m_filename,
359 (const UInt8*)m_filename,
  /external/webkit/Source/JavaScriptGlue/
JavaScriptGlue.cpp 44 static UInt8 CFJSObjectEqual(void *data1, void *data2);
104 UInt8 JSEqual(JSTypeRef ref1, JSTypeRef ref2)
106 UInt8 result = false;
549 UInt8 CFJSObjectEqual(void *data1, void *data2)
551 UInt8 result = false;
  /external/webkit/Tools/DumpRenderTree/cg/
PixelDumpSupportCG.cpp 65 const UInt8* data = CFDataGetBytePtr(imageData.get());
  /external/webkit/Source/WebKit/mac/WebView/
WebPDFDocumentExtras.mm 107 const UInt8* bytes = 0;
  /external/chromium/third_party/libjingle/source/talk/base/
macutils.cc 59 reinterpret_cast<const UInt8*>(str8.data()),
  /external/skia/src/utils/
SkOSFile.cpp 139 const UInt8 * path,
  /external/webkit/Source/WebCore/platform/graphics/mac/
SimpleFontDataMac.mm 136 UInt8 filePathBuffer[PATH_MAX];
330 const UInt8* os2 = CFDataGetBytePtr(os2Table.get());
337 const UInt8* head = CFDataGetBytePtr(headTable.get());
  /external/webkit/Source/WebKit2/Shared/cf/
ArgumentCodersCF.cpp 266 const UInt8* bytePtr = CFDataGetBytePtr(data);
421 Vector<UInt8, 128> buffer(bufferLength);
  /external/webkit/Source/WebCore/platform/audio/mac/
AudioFileReaderMac.cpp 67 OSStatus result = FSPathMakeRef((UInt8*)filePath, &fsref, 0);
  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContext3DCG.cpp 242 const UInt8* rgba = CFDataGetBytePtr(pixelData.get());
  /external/webkit/Source/WebCore/platform/network/mac/
FormDataStreamMac.mm 176 form->currentStream = CFReadStreamCreateWithBytesNoCopy(0, reinterpret_cast<const UInt8*>(data), size, kCFAllocatorNull);
276 static CFIndex formRead(CFReadStreamRef stream, UInt8* buffer, CFIndex bufferLength, CFStreamError* error, Boolean* atEOF, void* context)
  /external/webkit/Source/WebCore/platform/text/mac/
TextCodecMac.cpp 293 UInt8 lossByte = handling == QuestionMarksForUnencodables ? '?' : 0;
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/mac/
NetscapePluginMac.mm 881 static bool convertStringToKeyCodes(const String& string, ScriptCode scriptCode, Vector<UInt8>& keyCodes)
903 Vector<UInt8> outputData(maxOutputLength);
928 Vector<UInt8> keyCodes;
  /external/chromium/chrome/common/
service_process_util_unittest.cc 421 const UInt8* bundle_root_path =
422 reinterpret_cast<const UInt8*>(bundle_root->value().c_str());

Completed in 566 milliseconds

12 3 4