Home | History | Annotate | Download | only in core

Lines Matching defs:xCount

848                 size_t xCount = reader.readInt();
850 const SkScalar* xpos = (const SkScalar*)reader.skip(xCount * sizeof(SkScalar));
857 size_t xCount = reader.readInt();
858 const SkScalar* xpos = (const SkScalar*)reader.skip((3 + xCount) * sizeof(SkScalar));