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

  /external/skia/src/gpu/
GrStrokeInfo.h 39 fIntervals.reset(src.getDashCount());
62 fIntervals.reset(other.getDashCount());
126 int32_t getDashCount() const {
163 strokeKeyData32Cnt += (1 + this->getDashCount()) * kSkScalarData32Cnt;
GrStrokeInfo.cpp 83 int32_t count = this->getDashCount() & static_cast<int32_t>(~1);
84 SkASSERT(count == this->getDashCount());
  /external/skia/src/gpu/effects/
GrDashingEffect.cpp 47 if (!strokeInfo.isDashed() || 2 != strokeInfo.getDashCount()) {
    [all...]

Completed in 93 milliseconds