Searched defs:hasAlpha (Results 1 – 11 of 11) sorted by relevance
39 static cairo_t* createCairoContextWithHDC(HDC hdc, bool hasAlpha) in createCairoContextWithHDC()62 GraphicsContext::GraphicsContext(HDC dc, bool hasAlpha) in GraphicsContext()
40 static CGContextRef CGContextWithHDC(HDC hdc, bool hasAlpha) in CGContextWithHDC()64 GraphicsContext::GraphicsContext(HDC hdc, bool hasAlpha) in GraphicsContext()
88 bool RGBA32Buffer::hasAlpha() const in hasAlpha() function in WebCore::RGBA32Buffer
95 bool RGBA32Buffer::hasAlpha() const in hasAlpha() function in WebCore::RGBA32Buffer
90 bool RGBA32Buffer::hasAlpha() const in hasAlpha() function in WebCore::RGBA32Buffer
136 bool RGBA32Buffer::hasAlpha() const in hasAlpha() function in WebCore::RGBA32Buffer
120 bool hasAlpha() const { return m_hasAlpha; } in hasAlpha() function in WebCore::PNGImageReader363 bool hasAlpha = reader()->hasAlpha(); in rowAvailable() local
215 bool hasAlpha = false; in onDecode() local606 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
85 bool hasAlpha() const { return alpha() < 255; } in hasAlpha() function
54 int getWxCompositingOperation(CompositeOperator op, bool hasAlpha) in getWxCompositingOperation()
266 bool hasAlpha() const { return m_bitmap && m_bitmap->hasAlpha(); } in hasAlpha() function in WebCore::GraphicsContextPlatformPrivate