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()224 uint32_t* out_values, uint32_t* out_indices) { in ApplyStyle() argument342 out_indices[++indices_idx] = ii; in ApplyStyle()348 out_indices[0] = indices_idx; in ApplyStyle()357 uint32_t* out_indices) { in RetrieveAttributes() argument409 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);
1191 uint32_t* out_indices = reinterpret_cast<uint32_t*>(out_indices_ptr); in NativeApplyStyle() local1201 out_values, out_indices); in NativeApplyStyle()1242 jint* out_indices = nullptr; in NativeResolveAttrs() local1246 out_indices = in NativeResolveAttrs()1248 if (out_indices == nullptr) { in NativeResolveAttrs()1268 reinterpret_cast<uint32_t*>(out_indices)); in NativeResolveAttrs()1269 if (out_indices != nullptr) { in NativeResolveAttrs()1270 env->ReleasePrimitiveArrayCritical(out_java_indices, out_indices, 0); in NativeResolveAttrs()1304 jint* out_indices = nullptr; in NativeRetrieveAttributes() local1308 out_indices = in NativeRetrieveAttributes()[all …]