/external/webkit/WebKit/win/ |
WebDownload.cpp | 204 Vector<UInt8> footerBuffer; 299 const UInt8* resumeBytes = CFDataGetBytePtr(resumeData);
|
WebMutableURLRequest.cpp | 370 return CFDataCreateWithBytesNoCopy(kCFAllocatorDefault, reinterpret_cast<const UInt8*>(certCopy), sizeof(*certCopy), certDealloc);
|
/external/webkit/WebCore/platform/graphics/ |
GraphicsContext.h | 101 // UInt8 is defined in CoreFoundation/CFBase.h 102 typedef unsigned char UInt8; 383 UInt8* buffer() const { return m_bitmapBuffer; } 391 UInt8* m_bitmapBuffer;
|
/external/skia/src/utils/ |
SkOSFile.cpp | 131 const UInt8 * path,
|
/external/webkit/WebCore/platform/graphics/mac/ |
ComplexTextControllerCoreText.cpp | 98 CFDataAppendBytes(m_coreTextIndicesData.get(), reinterpret_cast<const UInt8*>(indices.data()), m_glyphCount * sizeof(CFIndex));
|
SimpleFontDataMac.mm | 135 UInt8 filePathBuffer[PATH_MAX];
|
/external/webkit/WebCore/platform/graphics/win/ |
FontCGWin.cpp | 63 Vector<UInt8> outline(outlineLength); 77 LPTTPOLYCURVE segment = reinterpret_cast<LPTTPOLYCURVE>(reinterpret_cast<UInt8*>(subpath) + subpathOffset); 279 UInt8* buffer = bitmap->buffer(); 283 UInt8 alpha = (255 - buffer[i + 1]) * fillColor.alpha() / 255;
|
FontDatabase.cpp | 83 RetainPtr<CFURLRef> url(AdoptCF, CFURLCreateFromFileSystemRepresentation(0, reinterpret_cast<const UInt8*>(plistPath.data()), plistPath.length(), false));
|
MediaPlayerPrivateQuickTimeWin.cpp | 792 RetainPtr<CFDataRef> data(AdoptCF, CFDataCreateWithBytesNoCopy(0, static_cast<UInt8*>(buffer), rowBytes * height, kCFAllocatorNull));
|
/external/webkit/WebCore/platform/mac/ |
WebCoreSystemInterface.mm | 77 CFIndex (*formRead)(CFReadStreamRef, UInt8 *, CFIndex, CFStreamError *, Boolean *, void *),
|
WebCoreSystemInterface.h | 94 CFIndex (*formRead)(CFReadStreamRef, UInt8 *, CFIndex, CFStreamError *, Boolean *, void *),
|
/external/webkit/WebKitLibraries/ |
WebKitSystemInterface.h | 86 CFIndex (*formRead)(CFReadStreamRef, UInt8 *, CFIndex, CFStreamError *, Boolean *, void *), 275 UInt8 WKGetNSEventKeyChar(NSEvent *);
|
/external/webkit/WebCore/platform/network/cf/ |
SocketStreamHandleCFNet.cpp | 516 UInt8 localBuffer[1024]; // Used if CFReadStreamGetBuffer couldn't return anything. 517 const UInt8* ptr = CFReadStreamGetBuffer(m_readStream.get(), 0, &length); 599 return CFWriteStreamWrite(m_writeStream.get(), reinterpret_cast<const UInt8*>(data), length);
|
ResourceHandleCFNet.cpp | 197 const UInt8* bytes = CFDataGetBytePtr(data); 313 CFDataRef data = CFDataCreate(0, (const UInt8*)e.m_data.data(), e.m_data.size()); 665 const UInt8* bytes = CFDataGetBytePtr(data); [all...] |
/external/webkit/WebCore/platform/network/mac/ |
FormDataStreamMac.mm | 160 form->currentStream = CFReadStreamCreateWithBytesNoCopy(0, reinterpret_cast<const UInt8*>(data), size, kCFAllocatorNull); 236 static CFIndex formRead(CFReadStreamRef stream, UInt8* buffer, CFIndex bufferLength, CFStreamError* error, Boolean* atEOF, void* context)
|
/external/webkit/WebCore/platform/text/mac/ |
TextCodecMac.cpp | 292 UInt8 lossByte = handling == QuestionMarksForUnencodables ? '?' : 0;
|
/external/qemu/distrib/sdl-1.2.12/src/main/macosx/ |
SDLMain.m | 92 if (CFURLGetFileSystemRepresentation(url2, true, (UInt8 *)parentdir, MAXPATHLEN)) {
|
/external/webkit/WebKit/mac/Misc/ |
WebNSFileManagerExtras.m | 110 error = FSPathMakeRef((const UInt8 *)[posixPath fileSystemRepresentation], &ref, NULL);
|
/external/webkit/JavaScriptGlue/ |
JSUtils.cpp | 251 UInt8 isArray = false;
|
/external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/ |
CDPlayer.c | 195 dataRef = CFDataCreate (kCFAllocatorDefault, (UInt8 *)forkData, forkSize);
|
/external/webkit/WebKit/mac/Plugins/ |
WebNetscapePluginPackage.mm | 98 OSErr err = FSPathMakeRef((const UInt8 *)[path fileSystemRepresentation], &fref, NULL); 392 err = FSPathMakeRef((UInt8 *)[path fileSystemRepresentation], &fref, NULL);
|
WebBasePluginPackage.mm | 99 err = FSPathMakeRef((const UInt8 *)[thePath fileSystemRepresentation], &fref, NULL);
|
WebNetscapePluginEventHandlerCarbon.mm | 229 UInt8 characterCode;
|
/external/qemu/distrib/sdl-1.2.12/src/video/macdsp/ |
SDL_dspvideo.c | 168 static int DSp_SetHWAlpha(_THIS, SDL_Surface *surface, UInt8 alpha); 1018 static int DSp_SetHWAlpha(_THIS, SDL_Surface *surface, UInt8 alpha) [all...] |
/external/webkit/WebCore/platform/chromium/ |
ThemeChromiumMac.mm | 109 NSBitmapImageRep *bitmap = [[NSBitmapImageRep alloc] initWithBitmapDataPlanes:(UInt8**)pixelPlanes
|