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

  /external/chromium_org/chrome/browser/ui/cocoa/
background_gradient_view.h 21 - (NSColor*)strokeColor;
vertical_gradient_view.h 15 // |strokeColor| accessors in order to provide colors dynamically. If the
30 - (NSColor*)strokeColor;
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
tree.css.js 33 * @param {string} strokeColor Outline color.
35 function prepareTriangle(name, backgroundColor, strokeColor) {
42 ctx.strokeStyle = strokeColor;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
TextPainter.h 43 Color strokeColor;
51 && strokeColor == other.strokeColor
TextPainter.cpp 89 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/
RenderSVGPath.cpp 75 context->setFillColor(context->strokeColor());
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContextState.h 71 Color strokeColor() const { return m_strokeColor; }
GraphicsContext.h 123 Color strokeColor() const { return immutableState()->strokeColor(); }
GraphicsContext.cpp 991 && immutableState()->strokeColor().alpha()) {
    [all...]
  /external/pdfium/fpdfsdk/include/javascript/
Field.h 142 FX_BOOL strokeColor(OBJ_PROP_PARAMS);
314 JS_STATIC_PROP(strokeColor, Field);
  /frameworks/base/graphics/java/android/graphics/drawable/
VectorDrawable.java 127 * <dt><code>android:strokeColor</code></dt>
    [all...]
  /libcore/benchmarks/src/benchmarks/regression/
R.java     [all...]
  /external/pdfium/fpdfsdk/src/javascript/
Field.cpp 70 JS_STATIC_PROP_ENTRY(strokeColor)
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 418 milliseconds