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

  /external/webkit/Source/WebCore/platform/graphics/skia/
SkiaFontWin.cpp 232 bool hasShadow = context->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace);
233 return !hasShadow || (!shadowBlur && (shadowColor.alpha() == 255) && (context->fillColor().alpha() == 255));
  /frameworks/base/graphics/java/android/graphics/
Paint.java 54 public boolean hasShadow;
414 hasShadow = paint.hasShadow;
1012 hasShadow = radius > 0.0f;
1026 hasShadow = false;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 499 if (hasShadow()) {
551 if (hasShadow()) {
677 QPainter* shadowPainter = hasShadow() ? shadow->beginShadowLayer(this, normalizedRect) : 0;
688 QPainter* shadowPainter = hasShadow() ? shadow->beginShadowLayer(this, normalizedRect) : 0;
697 if (hasShadow()) {
728 if (hasShadow()) {
752 if (hasShadow()) {
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 556 if (hasShadow()) {
611 if (hasShadow()) {
674 if (hasShadow()) {
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontAndroid.cpp 104 bool hasShadow = gc->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace);
107 if (hasShadow || hasBothStrokeAndFill) {
136 if (hasShadow) {
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontChromiumWin.cpp 455 if (!alpha && graphicsContext->platformContext()->getStrokeStyle() == NoStroke && !graphicsContext->hasShadow())
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.cpp 166 bool GraphicsContext::hasShadow() const
179 return hasShadow();
GraphicsContext.h 408 bool hasShadow() const;
  /external/webkit/Source/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 575 if (hasShadow())
1130 if (hasShadow())
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp     [all...]
  /frameworks/base/core/java/android/view/
GLES20Canvas.java     [all...]
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 1220 milliseconds