Home | History | Annotate | Download | only in utils

Lines Matching refs:idx

51         uint16_t* idx = fIndices;
55 *idx++ = index;
56 *idx++ = index + rows + 1;
57 *idx++ = index + 1;
59 *idx++ = index + 1;
60 *idx++ = index + rows + 1;
61 *idx++ = index + rows + 2;
91 SkMeshIndices idx;
93 if (idx.init(bitmap.width(), bitmap.height(), rows, cols)) {
99 rows * cols, verts, idx.tex(), colors, NULL,
100 idx.indices(), idx.indexCount(), p);