Searched refs:segLength (Results 1 – 6 of 6) sorted by relevance
19 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()
21 SkScalar segLength; variable
1329 <!-- @attribute segLength The length of wobble in the stroke. -->1330 <xs:attribute name="segLength" type="Sk:Float"/>
23 SkDiscretePathEffect::SkDiscretePathEffect(SkScalar segLength, SkScalar deviation) in SkDiscretePathEffect() argument24 : fSegLength(segLength), fPerterb(deviation) in SkDiscretePathEffect()
25 SkDiscretePathEffect(SkScalar segLength, SkScalar deviation);
2313 int32_t segLength=limit32-start32; in repTextCopy() local2316 start32+=segLength; in repTextCopy()2317 limit32+=segLength; in repTextCopy()2570 int32_t segLength=limit32-start32; in unistrTextCopy() local2573 start32+=segLength; in unistrTextCopy()2575 us->replace(start32, segLength, NULL, 0); in unistrTextCopy()