Lines Matching refs:out_indices
66 size_t attrs_length, uint32_t* out_values, uint32_t* out_indices) { in ResolveAttrs() argument
190 if (out_indices != nullptr && in ResolveAttrs()
193 out_indices[indices_idx] = ii; in ResolveAttrs()
199 if (out_indices != nullptr) { in ResolveAttrs()
200 out_indices[0] = indices_idx; in ResolveAttrs()
207 uint32_t* out_values, uint32_t* out_indices) { in ApplyStyle() argument
389 out_indices[indices_idx] = ii; in ApplyStyle()
396 out_indices[0] = indices_idx; in ApplyStyle()
400 size_t attrs_length, uint32_t* out_values, uint32_t* out_indices) { in RetrieveAttributes() argument
460 if (out_indices != nullptr && in RetrieveAttributes()
463 out_indices[indices_idx] = ii; in RetrieveAttributes()
469 if (out_indices != nullptr) { in RetrieveAttributes()
470 out_indices[0] = indices_idx; in RetrieveAttributes()