Searched refs:stroked (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DTreeElementStatusButton.css44 .item > .status > .status-button > svg path.stroked {
48 body.mac-platform.legacy .item > .status > .status-button > svg path.stroked {
52 :focus .item.selected > .status > .status-button > svg path.stroked {
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DTextPainter.cpp65 const ShadowData* shadow, bool stroked, bool horizontal)
76 extraOffset = roundedIntSize(InlineTextBox::applyShadowToGraphicsContext(context, shadow, boxRect, stroked, opaque, horizontal));
92 if (shadow->next() || stroked || !opaque)
98 } while (shadow || stroked || !opaque);
109 // For stroked painting, we have to change the text drawing mode. It's probably dangerous to leave that mutated as a side
63 paintTextWithShadows(GraphicsContext* context, const Font& font, const TextRun& textRun, const AtomicString& emphasisMark, int emphasisMarkOffset, int startOffset, int endOffset, int truncationPoint, const FloatPoint& textOrigin, const FloatRect& boxRect, const ShadowData* shadow, bool stroked, bool horizontal) argument
H A DInlineTextBox.h158 static FloatSize applyShadowToGraphicsContext(GraphicsContext*, const ShadowData*, const FloatRect& textRect, bool stroked, bool opaque, bool horizontal);
H A DInlineTextBox.cpp427 FloatSize InlineTextBox::applyShadowToGraphicsContext(GraphicsContext* context, const ShadowData* shadow, const FloatRect& textRect, bool stroked, bool opaque, bool horizontal) argument
439 if (shadow->next() || stroked || !opaque) {

Completed in 129 milliseconds