Home | History | Annotate | Download | only in debugger

Lines Matching refs:numPts

2382     size_t numPts = paint.countText(text, byteLength);
2388 fPos = new SkPoint[numPts];
2389 memcpy(fPos, pos, numPts * sizeof(SkPoint));
2434 size_t numPts = paint.countText(text, byteLength);
2440 fXpos = new SkScalar[numPts];
2441 memcpy(fXpos, xpos, numPts * sizeof(SkScalar));