HomeSort by relevance Sort by last modified time
    Searched refs:getNormalizedAlpha (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/skia/
PlatformContextSkia.h 137 int getNormalizedAlpha() const;
ImageSkia.cpp 264 paint.setAlpha(platformContext->getNormalizedAlpha());
PlatformContextSkia.cpp 536 int PlatformContextSkia::getNormalizedAlpha() const
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContext.h 62 int getNormalizedAlpha() const;
PlatformGraphicsContextSkia.cpp 238 paint.setAlpha(getNormalizedAlpha());
251 paint.setAlpha(getNormalizedAlpha());
PlatformGraphicsContext.cpp 232 int PlatformGraphicsContext::getNormalizedAlpha() const
  /external/webkit/Source/WebKit/chromium/src/
WebMediaPlayerClientImpl.cpp 450 canvas->saveLayerAlpha(0, platformContext->getNormalizedAlpha());

Completed in 251 milliseconds