Searched refs:xCount (Results 1 - 3 of 3) 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.cpp360 size_t xCount = reader->readInt(); local
362 const SkScalar* xpos = (const SkScalar*)reader->skip(xCount * sizeof(SkScalar));
369 size_t xCount = reader->readInt(); local
370 const SkScalar* xpos = (const SkScalar*)reader->skip((3 + xCount) * sizeof(SkScalar));
/external/pdfium/xfa/src/fxgraphics/src/
H A Dfx_graphics.cpp910 int32_t xCount = width / xStep + 1;
913 for (int32_t j = 0; j <= xCount; j++) {

Completed in 94 milliseconds