HomeSort by relevance Sort by last modified time
    Searched refs:dashOffset (Results 1 - 25 of 33) 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/android/context/
PlatformGraphicsContextRecording.h 61 virtual void setLineDash(const DashArray& dashes, float dashOffset);
PlatformGraphicsContextRecording.cpp 109 void PlatformGraphicsContextRecording::setLineDash(const DashArray& dashes, float dashOffset)
111 PlatformGraphicsContext::setLineDash(dashes, dashOffset);
112 mGraphicsOperationCollection->append(new GraphicsOperation::SetLineDash(dashes, dashOffset));
GraphicsContextAndroid.cpp 480 void GraphicsContext::setLineDash(const DashArray& dashes, float dashOffset)
485 platformContext()->setLineDash(dashes, dashOffset);
PlatformGraphicsContext.cpp 283 void PlatformGraphicsContext::setLineDash(const DashArray& dashes, float dashOffset)
296 *effectPtr = new SkDashPathEffect(intervals, count, SkFloatToScalar(dashOffset));
PlatformGraphicsContext.h 67 virtual void setLineDash(const DashArray& dashes, float dashOffset);
GraphicsOperation.h 271 SetLineDash(const DashArray& dashes, float dashOffset)
272 : m_dashes(dashes), m_dashOffset(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/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...]

Completed in 443 milliseconds

1 2