HomeSort by relevance Sort by last modified time
    Searched defs:UInt8 (Results 1 - 6 of 6) 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/av/libvideoeditor/vss/common/inc/
M4VFL_transition.h 30 typedef unsigned char UInt8;
39 UInt8 *pac_data; /* buffer address */
  /external/marisa-trie/lib/marisa/
base.h 147 typedef ::marisa_uint8 UInt8;
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
base.h 141 typedef ::marisa_alpha_uint8 UInt8;
  /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 655 milliseconds