Home | History | Annotate | Download | only in debugger

Lines Matching refs:fCount

1126             dashInfo.fIntervals = (SkScalar*) sk_malloc_throw(dashInfo.fCount * sizeof(SkScalar));
1130 for (int32_t i = 0; i < dashInfo.fCount; i++) {
2721 fCount = count;
2734 canvas->drawPoints(fMode, fCount, fPts, fPaint);
2744 for (unsigned int i = 0; i < fCount; ++i) {
2754 canvas->drawPoints(fMode, fCount, fPts, p);
2764 for (size_t i = 0; i < fCount; i++) {