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

1 23 4

  /external/qemu/distrib/sdl-1.2.12/src/main/macosx/
SDLMain.m 92 if (CFURLGetFileSystemRepresentation(url2, true, (UInt8 *)parentdir, MAXPATHLEN)) {
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.h 105 // UInt8 is defined in CoreFoundation/CFBase.h
106 typedef unsigned char UInt8;
492 UInt8* buffer() const { return m_pixelData.buffer(); }
  /external/webkit/Source/WebCore/platform/mac/
WebCoreSystemInterface.mm 83 CFIndex (*formRead)(CFReadStreamRef, UInt8 *, CFIndex, CFStreamError *, Boolean *, void *),
WebCoreSystemInterface.h 100 CFIndex (*formRead)(CFReadStreamRef, UInt8 *, CFIndex, CFStreamError *, Boolean *, void *),
  /external/webkit/WebKitLibraries/
WebKitSystemInterface.h 110 CFIndex (*formRead)(CFReadStreamRef, UInt8 *, CFIndex, CFStreamError *, Boolean *, void *),
347 UInt8 WKGetNSEventKeyChar(NSEvent *);
  /external/libusb/libusb/os/
darwin_usb.c 362 UInt8 i, numConfig;
384 UInt8 config_value;
443 UInt8 bDeviceClass, bDeviceSubClass;
694 UInt8 configNum;
    [all...]
  /external/webkit/Source/JavaScriptGlue/
JSUtils.cpp 252 UInt8 isArray = false;
  /external/webkit/Source/WebCore/platform/network/cf/
ResourceHandleCFNet.cpp 205 const UInt8* bytes = CFDataGetBytePtr(data);
321 CFDataRef data = CFDataCreate(0, (const UInt8*)e.m_data.data(), e.m_data.size());
764 CFDataAppendBytes(m_data.get(), reinterpret_cast<const UInt8*>(data), length);
    [all...]
  /external/webkit/Tools/DumpRenderTree/win/
DumpRenderTree.cpp 142 RetainPtr<CFURLRef> url(AdoptCF, CFURLCreateWithBytes(kCFAllocatorDefault, reinterpret_cast<const UInt8*>(urlString.c_str()), urlString.length() * sizeof(wstring::value_type), kCFStringEncodingUTF16, 0));
162 RetainPtr<CFURLRef> requestURL(AdoptCF, CFURLCreateWithBytes(kCFAllocatorDefault, reinterpret_cast<const UInt8*>(requestURLString.GetBSTR()), requestURLString.length() * sizeof(OLECHAR), kCFStringEncodingUTF16, 0));
176 RetainPtr<CFURLRef> url(AdoptCF, CFURLCreateWithBytes(kCFAllocatorDefault, reinterpret_cast<const UInt8*>(urlString.c_str()), urlString.length() * sizeof(wstring::value_type), kCFStringEncodingUTF16, 0));
    [all...]
LayoutTestControllerWin.cpp 774 url = CFURLCreateFromFileSystemRepresentation(0, (const UInt8*)utf8Vector.data(), utf8Vector.size() - 1, false);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
CDPlayer.c 195 dataRef = CFDataCreate (kCFAllocatorDefault, (UInt8 *)forkData, forkSize);
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginPackage.mm 102 OSErr err = FSPathMakeRef((const UInt8 *)[(NSString *)path fileSystemRepresentation], &fref, NULL);
395 err = FSPathMakeRef((UInt8 *)[(NSString *)path fileSystemRepresentation], &fref, NULL);
WebBasePluginPackage.mm 105 err = FSPathMakeRef((const UInt8 *)[thePath fileSystemRepresentation], &fref, NULL);
WebNetscapePluginEventHandlerCarbon.mm 233 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/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.cpp 871 RetainPtr<CFDataRef> data(AdoptCF, CFDataCreateWithBytesNoCopy(0, static_cast<UInt8*>(buffer), rowBytes * height, kCFAllocatorNull));
MediaPlayerPrivateQuickTimeVisualContext.cpp 805 static CFDictionaryRef QTCFDictionaryCreateWithDataCallback(CFAllocatorRef allocator, const UInt8* bytes, CFIndex length)
    [all...]
  /external/webkit/Source/WebCore/platform/network/curl/
ResourceHandleManager.cpp 75 CFURLGetFileSystemRepresentation(certURLRef.get(), false, reinterpret_cast<UInt8*>(path), MAX_PATH);
  /external/chromium/net/base/
x509_certificate_mac.cc 443 kCFAllocatorDefault, reinterpret_cast<const UInt8*>(data), length,
868 reinterpret_cast<UInt8*>(&tp_action_data)
    [all...]
  /external/chromium/base/
file_path.cc     [all...]
  /external/webkit/Source/WebCore/platform/chromium/
ThemeChromiumMac.mm 110 NSBitmapImageRep *bitmap = [[NSBitmapImageRep alloc] initWithBitmapDataPlanes:(UInt8**)pixelPlanes
  /external/webkit/Source/WebKit/win/
WebHistory.cpp 390 const UInt8* dataPtr = CFDataGetBytePtr(data.get());
    [all...]
WebPreferences.cpp 434 RetainPtr<CFURLRef> urlRef(AdoptCF, CFURLCreateFromFileSystemRepresentation(0, reinterpret_cast<const UInt8*>(path.data()), path.length(), false));
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginHostProxy.mm 487 RetainPtr<CFDataRef> result(AdoptCF, CFDataCreate(0, reinterpret_cast<UInt8*>(resultData), resultLength));
    [all...]
  /external/skia/src/ports/
SkFontHost_mac_coretext.cpp     [all...]

Completed in 3357 milliseconds

1 23 4