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

  /external/skia/src/gpu/
GrStyle.cpp 16 size += 2 + style.dashIntervalCnt();
52 int32_t count = style.dashIntervalCnt();
GrStyle.h 130 int dashIntervalCnt() const {
  /external/skia/src/gpu/ops/
GrDashOp.cpp 46 if (!style.isDashed() || 2 != style.dashIntervalCnt()) {
    [all...]

Completed in 93 milliseconds