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

  /external/webkit/WebCore/platform/graphics/opentype/
OpenTypeUtilities.h 40 typedef unsigned __int8 UInt8;
  /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;

Completed in 14 milliseconds