Searched refs:xCount (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/utils/
H A DSkNinePatch.cpp28 static int fillIndices(uint16_t indices[], int xCount, int yCount) { argument
33 for (int x = 0; x < xCount; x++) {
35 *indices++ = n + xCount + 2;
39 *indices++ = n + xCount + 1;
40 *indices++ = n + xCount + 2;
/external/skia/src/core/
H A DSkPicturePlayback.cpp296 size_t xCount = reader->readInt(); local
298 const SkScalar* xpos = (const SkScalar*)reader->skip(xCount * sizeof(SkScalar));
305 size_t xCount = reader->readInt(); local
306 const SkScalar* xpos = (const SkScalar*)reader->skip((3 + xCount) * sizeof(SkScalar));

Completed in 411 milliseconds