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

  /external/skia/src/effects/
Sk1DPathEffect.cpp 46 fAdvance = 0; // signals we can't draw anything
69 fAdvance = advance;
81 if (fAdvance > 0)
157 fAdvance = buffer.readScalar();
158 if (fAdvance > 0) {
172 buffer.writeScalar(fAdvance);
173 if (fAdvance > 0) {
204 return fAdvance;
  /external/skia/include/effects/
Sk1DPathEffect.h 81 SkScalar fAdvance; // copied from constructor

Completed in 501 milliseconds