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

  /external/webkit/Source/WebCore/platform/graphics/cairo/
CairoUtilities.cpp 46 size_t dashCount = cairo_get_dash_count(srcCr);
47 Vector<double> dashes(dashCount);
51 cairo_set_dash(dstCr, dashes.data(), dashCount, offset);
  /external/skia/src/effects/
SkDashPathEffect.cpp 244 SkScalar dashCount = 0;
273 dashCount += length * (fCount >> 1) / fIntervalLength;
274 if (dashCount > kMaxDashCount) {

Completed in 34 milliseconds