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

  /external/webkit/WebCore/platform/graphics/mac/
FontMac.mm 119 context->getShadow(shadowSize, shadowBlur, shadowColor);
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 317 if (getShadow(shadowSize, shadowBlur, shadowColor)) {
354 if (textDrawingMode() == cTextFill && getShadow(shadowSize, shadowBlur, shadowColor)) {
458 if (getShadow(shadowSize, shadowBlur, shadowColor)) {
491 if (getShadow(shadowSize, shadowBlur, shadowColor)) {
522 if (context->getShadow(shadowSize, shadowBlur, shadowColor)) {
569 if (getShadow(shadowSize, shadowBlur, shadowColor)) {
601 if (context->getShadow(shadowSize, shadowBlur, shadowColor)) {
    [all...]
FontQt.cpp 107 bool hasShadow = ctx->textDrawingMode() == cTextFill && ctx->getShadow(shadowSize, shadowBlur, shadowColor);
  /external/webkit/WebCore/platform/graphics/chromium/
FontChromiumWin.cpp 279 if (m_graphicsContext->getShadow(shadowSize, shadowBlur, shadowColor)) {
489 if (graphicsContext->getShadow(shadowSize, shadowBlur, shadowColor) && windowsCanHandleDrawTextShadow(graphicsContext)) {
  /external/webkit/WebCore/platform/graphics/cairo/
FontCairo.cpp 76 context->getShadow(shadowSize, shadowBlur, shadowColor);
ImageCairo.cpp 140 if (context->getShadow(shadowSize, shadowBlur, shadowColor)) {
GraphicsContextCairo.cpp 159 if (!context->getShadow(shadowSize, shadowBlur, shadowColor))
558 if (!context->getShadow(shadowSize, shadowBlur, shadowColor))
    [all...]
  /external/webkit/WebCore/platform/graphics/win/
FontCGWin.cpp 146 graphicsContext->getShadow(size, blur, color);
358 graphicsContext->getShadow(shadowSize, shadowBlur, shadowColor);
  /external/webkit/WebCore/platform/graphics/skia/
SkiaFontWin.cpp 229 bool hasShadow = context->getShadow(shadowSize, shadowBlur, shadowColor);
  /external/webkit/WebCore/platform/graphics/
GraphicsContext.h 302 bool getShadow(IntSize&, int&, Color&) const;
GraphicsContext.cpp 148 bool GraphicsContext::getShadow(IntSize& size, int& blur, Color& color) const
  /external/webkit/WebCore/platform/graphics/gtk/
FontGtk.cpp 217 context->getShadow(shadowSize, shadowBlur, shadowColor);
  /external/webkit/WebCore/platform/graphics/wince/
GraphicsContextWince.cpp     [all...]

Completed in 99 milliseconds