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

  /external/webkit/WebCore/platform/graphics/
GraphicsContextPrivate.h 38 : textDrawingMode(cTextFill)
56 int textDrawingMode;
GraphicsContext.cpp 463 int GraphicsContext::textDrawingMode()
465 return m_common->state.textDrawingMode;
470 m_common->state.textDrawingMode = mode;
GraphicsContext.h 280 int textDrawingMode();
  /external/webkit/WebCore/platform/graphics/qt/
FontQt.cpp 76 if (ctx->textDrawingMode() & cTextFill) {
88 if (ctx->textDrawingMode() & cTextStroke) {
107 bool hasShadow = ctx->textDrawingMode() == cTextFill && ctx->getShadow(shadowSize, shadowBlur, shadowColor);
163 if (ctx->textDrawingMode() & cTextStroke) {
168 if (ctx->textDrawingMode() & cTextFill)
GraphicsContextQt.cpp 354 if (textDrawingMode() == cTextFill && getShadow(shadowSize, shadowBlur, shadowColor)) {
    [all...]
  /external/webkit/WebCore/platform/graphics/cairo/
FontCairo.cpp 75 bool hasShadow = context->textDrawingMode() == cTextFill &&
130 if (context->textDrawingMode() & cTextFill) {
160 if (context->textDrawingMode() & cTextStroke) {
  /external/webkit/WebCore/platform/graphics/mac/
FontMac.mm 121 bool hasSimpleShadow = context->textDrawingMode() == cTextFill && shadowColor.isValid() && !shadowBlur;
  /external/webkit/WebCore/platform/graphics/win/
FontCGWin.cpp 136 int drawingMode = graphicsContext->textDrawingMode();
326 if (!shouldUseFontSmoothing || !canCreateCGFontWithLOGFONT && (graphicsContext->textDrawingMode() & cTextStroke)) {
360 bool hasSimpleShadow = graphicsContext->textDrawingMode() == cTextFill && shadowColor.isValid() && !shadowBlur;
  /external/webkit/WebCore/platform/graphics/gtk/
FontGtk.cpp 216 bool hasShadow = context->textDrawingMode() == cTextFill &&
251 if (context->textDrawingMode() & cTextStroke) {
  /external/webkit/WebCore/platform/graphics/android/
FontAndroid.cpp 69 int mode = gc->textDrawingMode();
  /external/webkit/WebCore/svg/
SVGFont.cpp 515 SVGPaintTargetType targetType = context->textDrawingMode() == cTextStroke ? ApplyToStrokeTargetType : ApplyToFillTargetType;
  /external/webkit/WebCore/rendering/
InlineTextBox.cpp 238 int mode = context->textDrawingMode();
    [all...]
  /external/webkit/WebCore/platform/graphics/wince/
GraphicsContextWince.cpp     [all...]

Completed in 80 milliseconds