Searched defs:UInt8 (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/opentype/
H A DOpenTypeUtilities.h40 typedef unsigned __int8 UInt8; typedef in namespace:WebCore
/external/webkit/Source/WebCore/platform/graphics/win/
H A DDIBPixelData.h33 // UInt8 is defined in CoreFoundation/CFBase.h
34 typedef unsigned char UInt8; typedef
56 UInt8* buffer() const { return m_bitmapBuffer; }
63 UInt8* m_bitmapBuffer;
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext.h105 // UInt8 is defined in CoreFoundation/CFBase.h
106 typedef unsigned char UInt8; typedef
492 UInt8* buffer() const { return m_pixelData.buffer(); }

Completed in 131 milliseconds