Searched refs:xCount (Results 1 – 2 of 2) sorted by relevance
28 static int fillIndices(uint16_t indices[], int xCount, int yCount) { in fillIndices() argument33 for (int x = 0; x < xCount; x++) { in fillIndices()35 *indices++ = n + xCount + 2; in fillIndices()39 *indices++ = n + xCount + 1; in fillIndices()40 *indices++ = n + xCount + 2; in fillIndices()
296 size_t xCount = reader->readInt(); in handleOp() local298 const SkScalar* xpos = (const SkScalar*)reader->skip(xCount * sizeof(SkScalar)); in handleOp()305 size_t xCount = reader->readInt(); in handleOp() local306 const SkScalar* xpos = (const SkScalar*)reader->skip((3 + xCount) * sizeof(SkScalar)); in handleOp()