Home
last modified time | relevance | path

Searched refs:fInitialOffset (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/effects/
DSk1DPathEffect.cpp91 fInitialOffset = phase; in SkPath1DPathEffectImpl()
102 return fInitialOffset; in begin()
119 buffer.writeScalar(fInitialOffset); in flatten()
129 SkScalar fInitialOffset; // computed from phase member in SkPath1DPathEffectImpl
/third_party/flutter/skia/src/effects/
DSk1DPathEffect.cpp68 fInitialOffset = phase; in SkPath1DPathEffect()
157 return fInitialOffset; in begin()
172 buffer.writeScalar(fInitialOffset); in flatten()
/third_party/flutter/skia/include/effects/
DSk1DPathEffect.h71 SkScalar fInitialOffset; // computed from phase variable