HomeSort by relevance Sort by last modified time
    Searched defs:UInt8 (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/opentype/
OpenTypeUtilities.h 40 typedef unsigned __int8 UInt8;
  /external/webkit/Source/WebCore/platform/graphics/win/
DIBPixelData.h 33 // UInt8 is defined in CoreFoundation/CFBase.h
34 typedef unsigned char UInt8;
56 UInt8* buffer() const { return m_bitmapBuffer; }
63 UInt8* m_bitmapBuffer;
  /frameworks/media/libvideoeditor/vss/common/inc/
M4VFL_transition.h 30 typedef unsigned char UInt8;
39 UInt8 *pac_data; /* buffer address */
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.h 105 // UInt8 is defined in CoreFoundation/CFBase.h
106 typedef unsigned char UInt8;
494 UInt8* buffer() const { return m_pixelData.buffer(); }

Completed in 45 milliseconds