Searched refs:stroked (Results 1 – 13 of 13) sorted by relevance
/external/webkit/Source/WebCore/rendering/ |
D | InlineTextBox.cpp | 363 …text* context, const ShadowData* shadow, const FloatRect& textRect, bool stroked, bool opaque, boo… in applyShadowToGraphicsContext() argument 375 if (shadow->next() || stroked || !opaque) { in applyShadowToGraphicsContext() 391 … const FloatRect& boxRect, const ShadowData* shadow, bool stroked, bool horizontal) in paintTextWithShadows() argument 402 …ze(InlineTextBox::applyShadowToGraphicsContext(context, shadow, boxRect, stroked, opaque, horizont… in paintTextWithShadows() 428 if (shadow->next() || stroked || !opaque) in paintTextWithShadows() 434 } while (shadow || stroked || !opaque); in paintTextWithShadows()
|
D | InlineTextBox.h | 147 …ext(GraphicsContext*, const ShadowData*, const FloatRect& textRect, bool stroked, bool opaque, boo…
|
/external/skia/src/animator/ |
D | SkAnimateSchema.xsd | 605 Geometry can be filled, stroked or both. 611 <!-- @pattern stroke The outline of the geometry is stroked with the paint's color. --> 613 …<!-- @pattern strokeAndFill The interior is filled and outline is stroked with the paint's color. …
|
/external/skia/legacy/src/animator/ |
D | SkAnimateSchema.xsd | 605 Geometry can be filled, stroked or both. 611 <!-- @pattern stroke The outline of the geometry is stroked with the paint's color. --> 613 …<!-- @pattern strokeAndFill The interior is filled and outline is stroked with the paint's color. …
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2009-06-16 | 12580 which was causing transformed SVG text when filled/stroked with a 20421 Restore stroked outlines to PlatformContextSkia::drawRect(). 29015 Added support for SVG's stroked texts to Qt. 29017 [Qt] SVGs stroked text support missing 34509 Added support for Gradients and Patterns on filled or stroked Fonts
|
D | ChangeLog-2008-08-10 | 38456 - fix <rdar://problem/5792624> GDI text can't be stroked/filled independently 38499 non-stroked, non-shadowed text in a GDI-backed graphics context that is 38501 An additional code path is used for non-stroked text in all other cases. 38507 A third code path is used for stroked text. It constructs a path from
|
D | ChangeLog-2003-10-25 | 3651 painter stroked was not setting the line width from QPen's width, so it ended up
|
D | ChangeLog-2006-12-31 | 2071 …is filled and not stroked by default and does so using the text-fill-color. If this property is n… 34898 pointer-events has issues when things are not stroked/filled
|
D | ChangeLog | 4020 (WebCore::Font::drawText): Disable fast font path for stroked text, and when 43399 Reestablish typeface/size/encoding when drawing stroked text
|
D | ChangeLog-2010-05-24 | 51230 …x default stroke width to 1. This was the only wrong place -> fixes repaint rects for stroked text.
|
D | ChangeLog-2007-10-14 | 1605 …This also implements advanced SVG text decorations (ie. stroked/filled decos with gradient/pattern…
|
D | ChangeLog-2010-01-29 | 21329 (WebCore::Font::drawGlyphs): No longer call drawGDIGlyphs for stroked
|
D | ChangeLog-2010-12-06 | 104366 …When rendering filled/stroked text with a gradient, RenderSVGResourceGradient creates a mask image,
|