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

/external/webkit/Source/WebCore/rendering/
H A DInlineTextBox.h147 static FloatSize applyShadowToGraphicsContext(GraphicsContext*, const ShadowData*, const FloatRect& textRect, bool stroked, bool opaque, bool horizontal);
H A DInlineTextBox.cpp363 FloatSize InlineTextBox::applyShadowToGraphicsContext(GraphicsContext* context, const ShadowData* shadow, const FloatRect& textRect, bool stroked, bool opaque, bool horizontal) argument
375 if (shadow->next() || stroked || !opaque) {
391 const FloatRect& boxRect, const ShadowData* shadow, bool stroked, bool horizontal)
402 extraOffset = roundedIntSize(InlineTextBox::applyShadowToGraphicsContext(context, shadow, boxRect, stroked, opaque, horizontal));
428 if (shadow->next() || stroked || !opaque)
434 } while (shadow || stroked || !opaque);
674 // For stroked painting, we have to change the text drawing mode. It's probably dangerous to leave that mutated as a side
390 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

Completed in 89 milliseconds