Lines Matching defs:indices
93 // For indexed tri-fans this is the number of amount of space fo indices needed in the builder
151 auto tempIndices = this->indices();
187 uint16_t* SkVertices::Builder::indices() {
202 int indexCount, const uint16_t indices[]) {
215 sk_careful_memcpy(builder.indices(), indices, isize);
266 // | pos[] | custom[] | texs[] | colors[] | indices[]
342 buffer.readByteArray(builder.indices(), isize);
349 // validate that the indices are in range
350 const uint16_t* indices = builder.indices();
352 if (indices[i] >= (unsigned)vertexCount) {