Searched refs:out_indices (Results 1 – 3 of 3) sorted by relevance
125 uint32_t* out_indices) { in ResolveAttrs() argument206 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()342 out_indices[++indices_idx] = ii; in ApplyStyle()348 out_indices[0] = indices_idx; in ApplyStyle()409 if (out_indices != nullptr && in RetrieveAttributes()412 out_indices[++indices_idx] = ii; in RetrieveAttributes()418 if (out_indices != nullptr) { in RetrieveAttributes()[all …]
52 uint32_t* out_indices);60 uint32_t* out_values, uint32_t* out_indices);69 uint32_t* out_indices);
1158 uint32_t* out_indices = reinterpret_cast<uint32_t*>(out_indices_ptr); in NativeApplyStyle() local1168 out_values, out_indices); in NativeApplyStyle()1209 jint* out_indices = nullptr; in NativeResolveAttrs() local1213 out_indices = in NativeResolveAttrs()1215 if (out_indices == nullptr) { in NativeResolveAttrs()1235 reinterpret_cast<uint32_t*>(out_indices)); in NativeResolveAttrs()1236 if (out_indices != nullptr) { in NativeResolveAttrs()1271 jint* out_indices = nullptr; in NativeRetrieveAttributes() local1275 out_indices = in NativeRetrieveAttributes()1277 if (out_indices == nullptr) { in NativeRetrieveAttributes()[all …]