Searched refs:strokeColor (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dtree.css.js33 * @param {string} strokeColor Outline color.
35 function prepareTriangle(name, backgroundColor, strokeColor) {
42 ctx.strokeStyle = strokeColor;
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dbackground_gradient_view.h21 - (NSColor*)strokeColor;
H A Dvertical_gradient_view.h15 // |strokeColor| accessors in order to provide colors dynamically. If the
30 - (NSColor*)strokeColor;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DTextPainter.h43 Color strokeColor; member in struct:blink::TextPainter::Style
51 && strokeColor == other.strokeColor
H A DTextPainter.cpp89 if (textStyle.strokeColor != context->strokeColor())
90 context->setStrokeColor(textStyle.strokeColor);
117 textStyle.strokeColor = Color::black;
123 textStyle.strokeColor = renderer.resolveColor(style, CSSPropertyWebkitTextStrokeColor);
138 textStyle.strokeColor = textColorForWhiteBackground(textStyle.strokeColor);
161 selectionStyle.strokeColor = forceBlackText ? Color::black : renderer.resolveColor(pseudoStyle, CSSPropertyWebkitTextStrokeColor);
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGPath.cpp75 context->setFillColor(context->strokeColor());
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContextState.h71 Color strokeColor() const { return m_strokeColor; } function in class:blink::FINAL
H A DGraphicsContext.h123 Color strokeColor() const { return immutableState()->strokeColor(); } function in class:blink::GraphicsContext
H A DGraphicsContext.cpp991 && immutableState()->strokeColor().alpha()) {
/external/pdfium/fpdfsdk/include/javascript/
H A DField.h142 FX_BOOL strokeColor(OBJ_PROP_PARAMS);
314 JS_STATIC_PROP(strokeColor, Field);
/external/pdfium/fpdfsdk/src/javascript/
H A DField.cpp70 JS_STATIC_PROP_ENTRY(strokeColor)
2662 FX_BOOL Field::strokeColor(OBJ_PROP_PARAMS) function in class:Field

Completed in 1647 milliseconds