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

  /external/skia/src/gpu/effects/
GrOvalEffect.cpp 96 GLCircleEffect() : fPrevRadius(-1.0f) { }
108 SkScalar fPrevRadius;
157 if (ce.getRadius() != fPrevRadius || ce.getCenter() != fPrevCenter) {
167 fPrevRadius = ce.getRadius();
GrDashingEffect.cpp     [all...]

Completed in 1722 milliseconds