HomeSort by relevance Sort by last modified time
    Searched refs:dashOffset (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/
jquery.flot.dashes.js 129 dashOffset;
157 dashOffset = lineSegmentOffset(
161 if (dashOffset.deltaX != 0 || dashOffset.deltaY != 0) {
163 ctx.lineTo(ax1 + dashOffset.deltaX, ay1 + dashOffset.deltaY);
165 ctx.moveTo(ax1 + dashOffset.deltaX, ay1 + dashOffset.deltaY);
170 dashRemainder = dashOffset.remainder;
171 ax1 += dashOffset.deltaX
    [all...]
  /external/webkit/Source/WebCore/rendering/style/
SVGRenderStyleDefs.cpp 75 , dashOffset(SVGRenderStyle::initialStrokeDashOffset())
86 , dashOffset(other.dashOffset)
98 && dashOffset == other.dashOffset
SVGRenderStyle.cpp 175 || stroke->dashOffset != other->stroke->dashOffset)
SVGRenderStyle.h 191 if (!(stroke->dashOffset == obj))
192 stroke.access()->dashOffset = obj;
302 SVGLength strokeDashOffset() const { return stroke->dashOffset; }
SVGRenderStyleDefs.h 131 SVGLength dashOffset;
  /external/webkit/Source/WebCore/platform/graphics/openvg/
PainterOpenVG.h 83 void setLineDash(const DashArray&, float dashOffset);
GraphicsContextOpenVG.cpp 335 void GraphicsContext::setLineDash(const DashArray& dashes, float dashOffset)
340 m_data->setLineDash(dashes, dashOffset);
PainterOpenVG.cpp 586 void PainterOpenVG::setLineDash(const DashArray& dashArray, float dashOffset)
592 m_state->strokeDashOffset = dashOffset;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsContextAndroid.cpp 479 void GraphicsContext::setLineDash(const DashArray& dashes, float dashOffset)
484 platformContext()->setLineDash(dashes, dashOffset);
PlatformGraphicsContext.cpp 294 void PlatformGraphicsContext::setLineDash(const DashArray& dashes, float dashOffset)
307 *effectPtr = new SkDashPathEffect(intervals, count, SkFloatToScalar(dashOffset));
PlatformGraphicsContext.h 69 virtual void setLineDash(const DashArray& dashes, float dashOffset);
PlatformGraphicsContextRecording.h 83 virtual void setLineDash(const DashArray& dashes, float dashOffset);
PlatformGraphicsContextRecording.cpp 602 void PlatformGraphicsContextRecording::setLineDash(const DashArray& dashes, float dashOffset)
604 PlatformGraphicsContext::setLineDash(dashes, dashOffset);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
PathQt.cpp 140 stroke.setDashOffset(pen.dashOffset());
170 stroke.setDashOffset(pen.dashOffset());
GraphicsContextQt.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 995 void GraphicsContext::setLineDash(const DashArray& dashes, float dashOffset)
997 cairo_set_dash(platformContext()->cr(), dashes.data(), dashes.size(), dashOffset);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 942 void GraphicsContext::setLineDash(const DashArray& dashes, float dashOffset)
964 platformContext()->setDashPathEffect(new SkDashPathEffect(intervals, count, dashOffset));
    [all...]
  /external/webkit/Source/WebCore/rendering/svg/
SVGRenderTreeAsText.cpp 338 double dashOffset = svgStyle->strokeDashOffset().value(element);
352 writeIfNotDefault(ts, "dash offset", dashOffset, 0.0);
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.h 421 void setLineDash(const DashArray&, float dashOffset);
  /external/webkit/Source/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 585 void GraphicsContext::setLineDash(const DashArray&, float dashOffset)
  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xproto.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xproto.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xproto.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 1438 milliseconds

1 2