Home
last modified time | relevance | path

Searched defs:hasAlpha (Results 1 – 11 of 11) sorted by relevance

/external/webkit/WebCore/platform/graphics/win/
DGraphicsContextCairoWin.cpp39 static cairo_t* createCairoContextWithHDC(HDC hdc, bool hasAlpha) in createCairoContextWithHDC()
62 GraphicsContext::GraphicsContext(HDC dc, bool hasAlpha) in GraphicsContext()
DGraphicsContextCGWin.cpp40 static CGContextRef CGContextWithHDC(HDC hdc, bool hasAlpha) in CGContextWithHDC()
64 GraphicsContext::GraphicsContext(HDC hdc, bool hasAlpha) in GraphicsContext()
/external/webkit/WebCore/platform/image-decoders/cairo/
DImageDecoderCairo.cpp88 bool RGBA32Buffer::hasAlpha() const in hasAlpha() function in WebCore::RGBA32Buffer
/external/webkit/WebCore/platform/image-decoders/skia/
DImageDecoderSkia.cpp95 bool RGBA32Buffer::hasAlpha() const in hasAlpha() function in WebCore::RGBA32Buffer
/external/webkit/WebCore/platform/image-decoders/haiku/
DImageDecoderHaiku.cpp90 bool RGBA32Buffer::hasAlpha() const in hasAlpha() function in WebCore::RGBA32Buffer
/external/webkit/WebCore/platform/image-decoders/wx/
DImageDecoderWx.cpp136 bool RGBA32Buffer::hasAlpha() const in hasAlpha() function in WebCore::RGBA32Buffer
/external/webkit/WebCore/platform/image-decoders/png/
DPNGImageDecoder.cpp120 bool hasAlpha() const { return m_hasAlpha; } in hasAlpha() function in WebCore::PNGImageReader
363 bool hasAlpha = reader()->hasAlpha(); in rowAvailable() local
/external/skia/src/images/
DSkImageDecoder_libpng.cpp215 bool hasAlpha = false; in onDecode() local
606 bool hasAlpha) { in choose_proc()
659 png_byte* SK_RESTRICT trans, bool hasAlpha) { in pack_palette()
717 const bool hasAlpha = !bitmap.isOpaque(); in onEncode() local
/external/webkit/WebCore/platform/graphics/
DColor.h85 bool hasAlpha() const { return alpha() < 255; } in hasAlpha() function
/external/webkit/WebCore/platform/graphics/wx/
DGraphicsContextWx.cpp54 int getWxCompositingOperation(CompositeOperator op, bool hasAlpha) in getWxCompositingOperation()
/external/webkit/WebCore/platform/graphics/wince/
DGraphicsContextWince.cpp266 bool hasAlpha() const { return m_bitmap && m_bitmap->hasAlpha(); } in hasAlpha() function in WebCore::GraphicsContextPlatformPrivate