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

  /external/skia/src/effects/
Sk1DPathEffect.cpp 70 fInitialOffset = phase;
160 fInitialOffset = buffer.readScalar();
167 return fInitialOffset;
175 buffer.writeScalar(fInitialOffset);
  /external/skia/include/effects/
Sk1DPathEffect.h 82 SkScalar fInitialOffset; // computed from phase

Completed in 947 milliseconds