Searched refs:getDashCount (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gpu/
H A DGrStrokeInfo.h28 fIntervals.reset(src.getDashCount());
49 fIntervals.reset(other.getDashCount());
107 int32_t getDashCount() const { function in class:GrStrokeInfo
/external/skia/src/gpu/effects/
H A DGrDashingEffect.cpp45 if (!strokeInfo.isDashed() || 2 != strokeInfo.getDashCount()) {

Completed in 534 milliseconds