HomeSort by relevance Sort by last modified time
    Searched refs:strokeColor (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium/chrome/browser/ui/cocoa/
background_gradient_view.h 19 - (NSColor *)strokeColor;
vertical_gradient_view.h 16 // |strokeColor| accessors in order to provide colors dynamically. If the
31 - (NSColor*)strokeColor;
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContext.cpp 103 , strokeColor(SK_ColorBLACK)
122 , strokeColor(other.strokeColor)
336 m_state->strokeColor = c.rgb();
343 m_state->strokeColor = Color::black;
411 paint->setColor(m_state->applyAlpha(m_state->strokeColor));
GraphicsContextAndroid.cpp 99 pgc->setStrokeColor(gc->state().strokeColor);
155 return m_state.strokeColor.rgb();
PlatformGraphicsContext.h 172 SkColor strokeColor;
PlatformGraphicsContextSkia.cpp 436 paint.setColor(m_state->strokeColor);
467 if (m_state->strokeStyle != NoStroke && (m_state->strokeColor & 0xFF000000)) {
  /external/webkit/Source/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 107 Color strokeColor = colorWithOverrideAlpha(context->strokeColor().rgb(), context->strokeColor().alpha() / 255.f * state.globalAlpha);
108 setSourceRGBAFromColor(cr, strokeColor);
269 setSourceRGBAFromColor(cr, strokeColor());
317 setSourceRGBAFromColor(cr, strokeColor());
325 fillRectSourceOver(cr, FloatRect(p1.x() - width/2, p1.y() - width, width, width), strokeColor());
326 fillRectSourceOver(cr, FloatRect(p2.x() - width/2, p2.y(), width, width), strokeColor());
328 fillRectSourceOver(cr, FloatRect(p1.x() - width, p1.y() - width/2, width, width), strokeColor());
329 fillRectSourceOver(cr, FloatRect(p2.x(), p2.y() - width/2, width, width), strokeColor());
    [all...]
FontCairo.cpp 167 context->strokeColor().getRGBA(red, green, blue, alpha);
  /external/webkit/Source/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 122 setPlatformStrokeColor(strokeColor(), ColorSpaceDeviceRGB);
201 m_data->context->SetPen(wxPen(strokeColor(), strokeThickness(), strokeStyleToWxPenStyle(strokeStyle())));
214 m_data->context->SetPen(wxPen(strokeColor(), strokeThickness(), strokeStyleToWxPenStyle(strokeStyle())));
224 m_data->context->SetPen(wxPen(strokeColor(), strokeThickness(), strokeStyleToWxPenStyle(strokeStyle())));
233 m_data->context->SetPen(wxPen(strokeColor(), strokeThickness(), strokeStyleToWxPenStyle(strokeStyle())));
248 m_data->context->SetPen(wxPen(strokeColor(), strokeThickness(), strokeStyleToWxPenStyle(strokeStyle())));
345 m_data->context->SetPen(wxPen(strokeColor(), strokeThickness(), wxSOLID));
471 m_data->context->SetPen(wxPen(strokeColor(), thickness, strokeStyleToWxPenStyle(strokeStyle())));
  /external/webkit/Source/WebCore/platform/graphics/openvg/
PainterOpenVG.h 88 Color strokeColor() const;
PainterOpenVG.cpp 118 Color strokeColor;
185 strokeColor = other->strokeColor;
202 setVGSolidColor(VG_STROKE_PATH, strokeColor);
373 && (strokeStyle == NoStroke || !strokeColor.alpha()));
626 Color PainterOpenVG::strokeColor() const
629 return m_state->strokeColor;
637 m_state->strokeColor = color;
    [all...]
GraphicsContextOpenVG.cpp 225 Color oldStrokeColor = m_data->strokeColor();
  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 122 setPlatformStrokeColor(strokeColor(), strokeColorSpace());
170 if (oldFillColor != strokeColor())
171 setCGFillColor(context, strokeColor(), strokeColorSpace());
179 if (oldFillColor != strokeColor())
248 setCGFillColor(context, strokeColor(), strokeColorSpace()); // The save/restore make it safe to mutate the fill color here without setting it back to the old color.
487 bool shouldStroke = state.strokePattern || (state.strokeStyle != NoStroke && state.strokeColor.alpha());
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gtk/
FontGtk.cpp 311 Color strokeColor = context->strokeColor();
312 strokeColor.getRGBA(red, green, blue, alpha);
  /external/webkit/Source/WebCore/platform/graphics/win/
GraphicsContextCairoWin.cpp 86 setPlatformStrokeColor(strokeColor(), strokeColorSpace());
GraphicsContextCGWin.cpp 84 setPlatformStrokeColor(strokeColor(), ColorSpaceDeviceRGB);
  /external/webkit/Source/WebCore/rendering/
InlineTextBox.h 39 void updateGraphicsContext(GraphicsContext*, const Color& fillColor, const Color& strokeColor, float strokeThickness, ColorSpace);
RenderMediaControlsChromium.cpp 191 Color originalColor = context->strokeColor();
220 Color originalColor = context->strokeColor();
InlineTextBox.cpp 320 void updateGraphicsContext(GraphicsContext* context, const Color& fillColor, const Color& strokeColor, float strokeThickness, ColorSpace colorSpace)
335 if (strokeColor != context->strokeColor())
336 context->setStrokeColor(strokeColor, colorSpace);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.h 169 , strokeColor(Color::black)
205 Color strokeColor;
241 Color strokeColor() const;
GraphicsContext.cpp 129 m_state.strokeColor = color;
192 Color GraphicsContext::strokeColor() const
194 return m_state.strokeColor;
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontLinux.cpp 148 paint.setColor(gc->strokeColor().rgb());
206 setupForTextPainting(&strokePaint, gc->strokeColor().rgb());
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp 652 pen = createPen(strokeColor(), strokeThickness(), strokeStyle());
672 if (!m_data->m_opacity || paintingDisabled() || strokeStyle() == NoStroke || !strokeColor().alpha())
684 TransparentLayerDC transparentDC(m_data, lineRect, 0, strokeColor().alpha());
691 OwnPtr<HPEN> pen = createPen(strokeColor(), strokeThickness(), strokeStyle());
727 pen = createPen(strokeColor(), strokeThickness(), strokeStyle());
798 OwnPtr<HPEN> pen = createPen(strokeColor(), strokeThickness(), strokeStyle());
909 pen = createPen(strokeColor(), strokeThickness(), strokeStyle());
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
PlatformContextSkia.cpp 498 void PlatformContextSkia::setStrokeColor(SkColor strokeColor)
500 m_state->m_strokeColor = strokeColor;
  /external/webkit/Source/WebCore/platform/graphics/qt/
FontQt.cpp 107 textStrokePen = QPen(QColor(ctx->strokeColor()), ctx->strokeThickness());

Completed in 347 milliseconds

1 2