Home
last modified time | relevance | path

Searched defs:getAlpha (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/platform/image-decoders/bmp/
DBMPImageReader.h229 inline unsigned getAlpha(uint32_t pixel) const in getAlpha() function
/external/webkit/WebCore/platform/graphics/skia/
DPlatformContextSkia.cpp449 float PlatformContextSkia::getAlpha() const in getAlpha() function in PlatformContextSkia
/external/skia/include/core/
DSkPaint.h305 uint8_t getAlpha() const { return SkToU8(SkColorGetA(fColor)); } in getAlpha() function
/external/webkit/WebCore/platform/graphics/cairo/
DGraphicsContextCairo.cpp882 float GraphicsContext::getAlpha() in getAlpha() function in WebCore::GraphicsContext