Lines Matching refs:out_indices
125 uint32_t* out_indices) { in ResolveAttrs() argument
206 if (out_indices != nullptr && in ResolveAttrs()
208 out_indices[++indices_idx] = ii; in ResolveAttrs()
214 if (out_indices != nullptr) { in ResolveAttrs()
215 out_indices[0] = indices_idx; in ResolveAttrs()
224 uint32_t* out_values, uint32_t* out_indices) { in ApplyStyle() argument
342 out_indices[++indices_idx] = ii; in ApplyStyle()
348 out_indices[0] = indices_idx; in ApplyStyle()
357 uint32_t* out_indices) { in RetrieveAttributes() argument
409 if (out_indices != nullptr && in RetrieveAttributes()
412 out_indices[++indices_idx] = ii; in RetrieveAttributes()
418 if (out_indices != nullptr) { in RetrieveAttributes()
419 out_indices[0] = indices_idx; in RetrieveAttributes()