Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkNinePatch.cpp28 static int fillIndices(uint16_t indices[], int xCount, int yCount) { in fillIndices() argument
33 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()
/external/skia/src/core/
DSkPicturePlayback.cpp296 size_t xCount = reader->readInt(); in handleOp() local
298 const SkScalar* xpos = (const SkScalar*)reader->skip(xCount * sizeof(SkScalar)); in handleOp()
305 size_t xCount = reader->readInt(); in handleOp() local
306 const SkScalar* xpos = (const SkScalar*)reader->skip((3 + xCount) * sizeof(SkScalar)); in handleOp()