Home | History | Annotate | Download | only in utils

Lines Matching defs:idx

44         uint16_t* idx = fIndices;
48 *idx++ = index;
49 *idx++ = index + rows + 1;
50 *idx++ = index + 1;
52 *idx++ = index + 1;
53 *idx++ = index + rows + 1;
54 *idx++ = index + rows + 2;
84 SkMeshIndices idx;
86 if (idx.init(bitmap.width(), bitmap.height(), rows, cols)) {
92 rows * cols, verts, idx.tex(), colors, NULL,
93 idx.indices(), idx.indexCount(), p);