Home
last modified time | relevance | path

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

/external/skia/src/animator/
DSkDrawDiscrete.cpp27 SK_MEMBER(segLength, Float)
34 SkDiscrete::SkDiscrete() : deviation(0), segLength(0) { in SkDiscrete()
38 if (deviation <= 0 || segLength <= 0) in getPathEffect()
41 return new SkDiscretePathEffect(segLength, deviation); in getPathEffect()
DSkDrawDiscrete.h29 SkScalar segLength; variable
/external/skia/src/effects/
DSkDiscretePathEffect.cpp32 SkDiscretePathEffect::SkDiscretePathEffect(SkScalar segLength, SkScalar deviation) in SkDiscretePathEffect() argument
33 : fSegLength(segLength), fPerterb(deviation) in SkDiscretePathEffect()
/external/skia/include/effects/
DSkDiscretePathEffect.h32 SkDiscretePathEffect(SkScalar segLength, SkScalar deviation);
/external/chromium/third_party/icu/source/common/
Dutext.cpp1960 int32_t segLength=limit32-start32; in repTextCopy() local
1963 start32+=segLength; in repTextCopy()
1964 limit32+=segLength; in repTextCopy()
2214 int32_t segLength=limit32-start32; in unistrTextCopy() local
2217 start32+=segLength; in unistrTextCopy()
2219 us->replace(start32, segLength, NULL, 0); in unistrTextCopy()
/external/icu4c/common/
Dutext.cpp2319 int32_t segLength=limit32-start32; in repTextCopy() local
2322 start32+=segLength; in repTextCopy()
2323 limit32+=segLength; in repTextCopy()
2576 int32_t segLength=limit32-start32; in unistrTextCopy() local
2579 start32+=segLength; in unistrTextCopy()
2581 us->replace(start32, segLength, NULL, 0); in unistrTextCopy()