Lines Matching defs:count
598 size_t count,
601 sk_sp<SkData> data(SkData::MakeWithCopy(bytes, count));
1590 size_t count,
1593 : INHERITED(kDrawPoints_OpType), fMode(mode), fPts(pts, count), fPaint(paint) {}
1596 canvas->drawPoints(fMode, fPts.count(), fPts.begin(), fPaint);
1606 for (int i = 0; i < fPts.count(); ++i) {
1616 canvas->drawPoints(fMode, fPts.count(), fPts.begin(), p);
1626 for (int i = 0; i < fPts.count(); i++) {
1895 int count,
1902 , fSet(count)
1903 , fCount(count)
1908 SkCanvasPriv::GetDstClipAndMatrixCounts(set, count, &totalDstClipCount, &totalMatrixCount);
1910 std::copy_n(set, count, fSet.get());
1956 int count,
1963 , fXform(xform, count)
1964 , fTex(tex, count)
1965 , fColors(colors, colors ? count : 0)
1976 fXform.count(),