Searched defs:DashInfo (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkPathEffect.h109 * and None otherwise. If a non NULL info is passed in, the various DashInfo will be filled
122 struct DashInfo { struct in class:SkPathEffect
123 DashInfo() : fIntervals(NULL), fCount(0), fPhase(0) {} function in struct:SkPathEffect::DashInfo
132 virtual DashType asADash(DashInfo* info) const;
/external/skia/include/core/
H A DSkPathEffect.h109 * and None otherwise. If a non NULL info is passed in, the various DashInfo will be filled
122 struct DashInfo { struct in class:SkPathEffect
123 DashInfo() : fIntervals(NULL), fCount(0), fPhase(0) {} function in struct:SkPathEffect::DashInfo
132 virtual DashType asADash(DashInfo* info) const;
/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrDashingEffect.cpp51 const SkPathEffect::DashInfo& info = strokeInfo.getDashInfo();
117 static SkScalar calc_start_adjustment(const SkPathEffect::DashInfo& info) {
126 static SkScalar calc_end_adjustment(const SkPathEffect::DashInfo& info, const SkPoint pts[2],
179 const SkPathEffect::DashInfo& info = strokeInfo.getDashInfo();
343 SkPathEffect::DashInfo devInfo;
428 * interval). The radius of the dots is given by the strokeWidth and the spacing by the DashInfo.
437 typedef SkPathEffect::DashInfo DashInfo; typedef in class:DashingCircleEffect
440 const DashInfo& info,
464 DashingCircleEffect(GrPrimitiveEdgeType edgeType, const DashInfo
651 typedef SkPathEffect::DashInfo DashInfo; typedef in class:DashingLineEffect
[all...]
/external/skia/src/gpu/effects/
H A DGrDashingEffect.cpp50 const SkPathEffect::DashInfo& info = strokeInfo.getDashInfo();
112 static SkScalar calc_start_adjustment(const SkPathEffect::DashInfo& info) {
121 static SkScalar calc_end_adjustment(const SkPathEffect::DashInfo& info, const SkPoint pts[2],
174 const SkPathEffect::DashInfo& info = strokeInfo.getDashInfo();
338 SkPathEffect::DashInfo devInfo;
411 typedef SkPathEffect::DashInfo DashInfo; typedef in class:DashingLineEffect
420 static GrEffectRef* Create(GrEffectEdgeType edgeType, const DashInfo& info,
440 DashingLineEffect(GrEffectEdgeType edgeType, const DashInfo& info, SkScalar strokeWidth);
561 GrEffectRef* DashingLineEffect::Create(GrEffectEdgeType edgeType, const DashInfo
[all...]

Completed in 186 milliseconds