Searched refs:segLength (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/animator/ |
D | SkDrawDiscrete.cpp | 27 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()
|
D | SkDrawDiscrete.h | 29 SkScalar segLength; variable
|
/external/skia/src/effects/ |
D | SkDiscretePathEffect.cpp | 32 SkDiscretePathEffect::SkDiscretePathEffect(SkScalar segLength, SkScalar deviation) in SkDiscretePathEffect() argument 33 : fSegLength(segLength), fPerterb(deviation) in SkDiscretePathEffect()
|
/external/skia/include/effects/ |
D | SkDiscretePathEffect.h | 32 SkDiscretePathEffect(SkScalar segLength, SkScalar deviation);
|
/external/chromium/third_party/icu/source/common/ |
D | utext.cpp | 1960 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/ |
D | utext.cpp | 2319 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()
|