Home
last modified time | relevance | path

Searched refs:segLength (Results 1 – 11 of 11) sorted by relevance

/external/skia/src/animator/
DSkDrawDiscrete.cpp19 SK_MEMBER(segLength, Float)
26 SkDiscrete::SkDiscrete() : deviation(0), segLength(0) { in SkDiscrete()
30 if (deviation <= 0 || segLength <= 0) in getPathEffect()
33 return new SkDiscretePathEffect(segLength, deviation); in getPathEffect()
DSkDrawDiscrete.h21 SkScalar segLength; variable
DSkAnimateSchema.xsd1329 <!-- @attribute segLength The length of wobble in the stroke. -->
1330 <xs:attribute name="segLength" type="Sk:Float"/>
/external/skia/legacy/src/animator/
DSkDrawDiscrete.cpp19 SK_MEMBER(segLength, Float)
26 SkDiscrete::SkDiscrete() : deviation(0), segLength(0) { in SkDiscrete()
30 if (deviation <= 0 || segLength <= 0) in getPathEffect()
33 return new SkDiscretePathEffect(segLength, deviation); in getPathEffect()
DSkDrawDiscrete.h21 SkScalar segLength; variable
DSkAnimateSchema.xsd1329 <!-- @attribute segLength The length of wobble in the stroke. -->
1330 <xs:attribute name="segLength" type="Sk:Float"/>
/external/skia/src/effects/
DSkDiscretePathEffect.cpp23 SkDiscretePathEffect::SkDiscretePathEffect(SkScalar segLength, SkScalar deviation) in SkDiscretePathEffect() argument
24 : fSegLength(segLength), fPerterb(deviation) in SkDiscretePathEffect()
/external/skia/legacy/src/effects/
DSkDiscretePathEffect.cpp23 SkDiscretePathEffect::SkDiscretePathEffect(SkScalar segLength, SkScalar deviation) in SkDiscretePathEffect() argument
24 : fSegLength(segLength), fPerterb(deviation) in SkDiscretePathEffect()
/external/skia/include/effects/
DSkDiscretePathEffect.h23 SkDiscretePathEffect(SkScalar segLength, SkScalar deviation);
/external/skia/legacy/include/effects/
DSkDiscretePathEffect.h25 SkDiscretePathEffect(SkScalar segLength, SkScalar deviation);
/external/icu4c/common/
Dutext.cpp1967 int32_t segLength=limit32-start32; in repTextCopy() local
1970 start32+=segLength; in repTextCopy()
1971 limit32+=segLength; in repTextCopy()
2224 int32_t segLength=limit32-start32; in unistrTextCopy() local
2227 start32+=segLength; in unistrTextCopy()
2229 us->replace(start32, segLength, NULL, 0); in unistrTextCopy()