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

1 23 4 5

  /external/skia/legacy/src/utils/
SkOSFile.cpp 139 const UInt8 * path,
  /external/skia/src/utils/
SkOSFile.cpp 139 const UInt8 * path,
  /external/webkit/Source/WebCore/platform/graphics/win/
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/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/WebCore/platform/network/cf/
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/WebKit/mac/Misc/
WebNSFileManagerExtras.m 48 error = FSPathMakeRef((const UInt8 *)[posixPath fileSystemRepresentation], &ref, NULL);
  /external/webkit/Source/WebKit2/Shared/cf/
ArgumentCodersCF.cpp 266 const UInt8* bytePtr = CFDataGetBytePtr(data);
421 Vector<UInt8, 128> buffer(bufferLength);
  /external/marisa-trie/lib/marisa/
trie-search.cc 349 const UInt8 *ptr = tail_[offset];
359 for (const UInt8 *str = tail_[offset]; *str != '\0'; ++str) {
434 const UInt8 *ptr = tail_[offset];
714 const UInt8 *ptr = tail_[offset];
  /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());
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Application/
SDLMain.m 92 if (CFURLGetFileSystemRepresentation(url2, 1, (UInt8 *)parentdir, MAXPATHLEN)) {
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Cocoa Application/
SDLMain.m 92 if (CFURLGetFileSystemRepresentation(url2, 1, (UInt8 *)parentdir, MAXPATHLEN)) {
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/
SDLMain.m 92 if (CFURLGetFileSystemRepresentation(url2, 1, (UInt8 *)parentdir, MAXPATHLEN)) {
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Application/
SDLMain.m 92 if (CFURLGetFileSystemRepresentation(url2, 1, (UInt8 *)parentdir, MAXPATHLEN)) {
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Cocoa Application/
SDLMain.m 92 if (CFURLGetFileSystemRepresentation(url2, 1, (UInt8 *)parentdir, MAXPATHLEN)) {
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/
SDLMain.m 92 if (CFURLGetFileSystemRepresentation(url2, 1, (UInt8 *)parentdir, MAXPATHLEN)) {
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Application/
SDLMain.m 92 if (CFURLGetFileSystemRepresentation(url2, 1, (UInt8 *)parentdir, MAXPATHLEN)) {
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Cocoa Application/
SDLMain.m 92 if (CFURLGetFileSystemRepresentation(url2, 1, (UInt8 *)parentdir, MAXPATHLEN)) {
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/
SDLMain.m 92 if (CFURLGetFileSystemRepresentation(url2, 1, (UInt8 *)parentdir, MAXPATHLEN)) {
  /external/qemu/distrib/sdl-1.2.15/src/main/macosx/
SDLMain.m 92 if (CFURLGetFileSystemRepresentation(url2, 1, (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(); }

Completed in 563 milliseconds

1 23 4 5