HomeSort by relevance Sort by last modified time
    Searched refs:fSegLength (Results 1 - 2 of 2) sorted by null

  /external/skia/include/effects/
SkDiscretePathEffect.h 48 SkScalar fSegLength, fPerterb;
  /external/skia/src/effects/
SkDiscretePathEffect.cpp 32 : fSegLength(segLength), fPerterb(deviation)
50 if (fSegLength * (2 + doFill) > length) {
53 int n = SkScalarRound(SkScalarDiv(length, fSegLength));
87 buffer.writeScalar(fSegLength);
92 fSegLength = buffer.readScalar();

Completed in 199 milliseconds